• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

make skills items

tnecniiv

scripter to be
Joined
Jan 6, 2012
Messages
298
Solutions
3
Reaction score
25
how can i make it so when i where this mammot fur cape it adds sword,club,distance,axe i have this code
<item id="7463" article="a" name="mammoth fur cape">
<attribute key="weight" value="2000" />
<attribute key="armor" value="10" />
<attribute key="skillDist" value="2" />
<attribute key="skillSword" value="2" />
<attribute key="skillClub" value="2" />
<attribute key="skillAxe" value="2" />
<attribute key="slotType" value="body" />
<attribute key="description" value="It is imbued with protective magic." />
</item>
but it doesnt work note i tooks those attributes from fireborn giant armor and so on but it doesnt add skill >.<
 
Back
Top