How put Limited time Item

litch

Vassal
Hello guys, i have a doubt, how do i put this time counter in an etcitem?

This item
iFiVxQf.jpg


Code:
<etcitem id="70767" name="Special Dragon's Fruit" add_name="3 hours">
        <set name="reuse_delay" value="60000"/>
        <set name="freightable" value="true"/>
        <set name="class" value="CONSUMABLE"/>
        <set name="crystal_type" value="NONE"/>
        <set name="dropable" value="false"/>
        <set name="icon" value="icon.etc_codran_i09"/>
        <set name="stackable" value="true"/>
        <set name="tradeable" value="false"/>
        <set name="type" value="POTION"/>
        <set name="durability" value="180"/>
        <skills>
            <skill id="55682" level="1"/>
        </skills>
        <cond msgId="1508">
            <not>
                <player olympiad="true"/>
            </not>
        </cond>
    </etcitem>

for example equal this item. <Limited time item>
Nx3dM75.jpg


i could not find on the client where this change
 
Back
Top