4Muki4
HOROHOROHORO
- Joined
- May 1, 2012
- Messages
- 757
- Reaction score
- 72
Heya,
I just today edited some items and tried register them to movements but over half was there
example: zaoan set
error comes from line 17160 and its the zaoan shoes physical thing. if i remove it goes to legs physical thing
Please help me, rep++
I just today edited some items and tried register them to movements but over half was there
example: zaoan set
Code:
</item>
<item id="11295" name="zaoan armor">
<attribute key="armor" value="13" />
<attribute key="slotType" value="body" />
<attribute key="speed" value="20" />
<attribute key="absorbPercentPhysical" value=10" />
<attribute key="weight" value="9550" />
</item>
<item id="11296" name="zaoan helmet">
<attribute key="armor" value="9" />
<attribute key="slotType" value="head" />
<attribute key="absorbPercentPhysical" value=6" />
<attribute key="speed" value="20" />
<attribute key="weight" value="6600" />
</item>
<item id="11297" name="zaoan shoes">
<attribute key="armor" value="1" />
<attribute key="slotType" value="feet" />
<attribute key="speed" value="20" />
<attribute key="absorbPercentPhysical" value=6" />
<attribute key="weight" value="700" />
</item>
<item id="11298" name="zaoan legs">
<attribute key="armor" value="8" />
<attribute key="slotType" value="legs" />
<attribute key="absorbPercentPhysical" value="7" />
<attribute key="speed" value="20" />
<attribute key="weight" value="6600" />
error comes from line 17160 and its the zaoan shoes physical thing. if i remove it goes to legs physical thing
Please help me, rep++
Last edited: