WiLDTuRTLE
Member
- Joined
- Feb 26, 2011
- Messages
- 478
- Reaction score
- 5
Im wondering how we setup the skills thing on the items.
i mean..
I want mages to only gets the ml, and knights to only gets the axe/club~
i mean..
Code:
<item id="2494" article="a" name="demon armor">
<attribute key="weight" value="8000"/>
<attribute key="armor" value="48"/>
<attribute key="slotType" value="body"/>
<attribute key="magiclevelpoints" value="5"/>
<attribute key="skillSword" value="5"/>
<attribute key="skillAxe" value="5"/>
<attribute key="skillClub" value="5"/>
<attribute key="skillShield" value="5"/>
<attribute key="skillDist" value="5"/>
<attribute key="absorbPercentAll" value="4"/>
</item>
I want mages to only gets the ml, and knights to only gets the axe/club~