GM Drama
Member
- Joined
- Mar 13, 2013
- Messages
- 127
- Reaction score
- 6
So players on my server say that boots of haste and time ring doesn't make them faster. I checked items.xml and it says that it should add speed but appearently it's not doing any difference. I'll link the items.xml code for time ring and boots of haste.
Boots of haste.
Time ring.
Boots of haste.
Code:
item id="2195" name="boots of haste">
<attribute key="weight" value="750"/>
<attribute key="slotType" value="feet"/>
<attribute key="speed" value="40"/>
<attribute key="showattributes" value="1"/>
</item>
Code:
<item id="2169" article="a" name="time ring">
<attribute key="weight" value="90"/>
<attribute key="slotType" value="ring"/>
<attribute key="transformEquipTo" value="2206"/>
<attribute key="stopduration" value="1"/>
<attribute key="showduration" value="1"/>
</item>