Change Icon and Name on Item

scantraxx7777

Heir
Customer
Hello all.
I tried to change
<armor id="91417" name="Brooch (Lv. 4)" add_name="30-day">
to 7-day.
Its not working, am i in the wrong section ? gameserver/data/items/
 
уou need
<armor id="91417" name="Brooch (Lv. 4)" add_name="30-day">
<set name="temporal" value="true"/>
<set name="durability" value="43200"/>

change to

<armor id="91417" name="Brooch (Lv. 4)" add_name="7-day">
<set name="temporal" value="true"/>
<set name="durability" value="10080"/>

add_name it`s just preview information
durability - time to life item
 
Hello all.
I tried to change
<armor id="91417" name="Brooch (Lv. 4)" add_name="30-day">
to 7-day.
Its not working, am i in the wrong section ? gameserver/data/items/
gameserver/data/items/ Icons work only for Shift+Click drop list and for Auction
Any else situation at game client need to change
 
Thanks guys all good about that !
Now i wonder why my icon wont change ?
Clan rep item (changed name, but icon stays the same)
Shot00017.webp Screenshot 2022-08-01 103553.webp
 
Back
Top