MadMOOK
Hoo
- Joined
- Apr 20, 2011
- Messages
- 802
- Reaction score
- 44
I changed the attack damage to 48, why will it not change in game like others?
I use 0.3.7 8.60 btw
This is my enchanted item in game...
This is my item in items.xml
I use 0.3.7 8.60 btw
This is my enchanted item in game...
Code:
09:04 You see a crystal mace (Atk:28 physical + 20 ice, Def:16, AS: 1200, club fighting +10, dual wielding) that has 956 charges left.
It weighs 80.00 oz.
ItemID: [7774].
This is my item in items.xml
Code:
<item id="7774" article="a" name="crystal mace">
<attribute key="weight" value="8000"/>
<attribute key="defense" value="16"/>
<attribute key="attack" value="48"/>
<attribute key="weaponType" value="club"/>
<attribute key="elementIce" value="20"/>
<attribute key="charges" value="1000"/>
<attribute key="decayTo" value="2445"/>
<attribute key="showcharges" value="1"/>
<attribute key="dualwield" value="2"/>
<attribute key="skillClub" value="10"/>
<attribute key="attackspeed" value="1200"/>
</item>
Last edited: