wileksnk18
New Member
- Joined
- Oct 31, 2010
- Messages
- 2
- Reaction score
- 0
i have made some items but they doesn't work its look like it.
in items.xml
it says it give skills but when i equip the item i dont have that skills can someone help me?
Code:
10:37 You see a dragon scale helmet (Arm:11, club fighting +3, sword fighting +3, axe fighting +3, shielding +3).
It weighs 51.00 oz.
in items.xml
Code:
<item id="2506" article="a" name="dragon scale helmet">
<attribute key="weight" value="5100"/>
<attribute key="armor" value="11"/>
<attribute key="skillShield" value="3"/>
<attribute key="skillSword" value="3"/>
<attribute key="skillAxe" value="3"/>
<attribute key="skillClub" value="3"/>
<attribute key="slotType" value="head"/>
it says it give skills but when i equip the item i dont have that skills can someone help me?