• 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!

Need Help to make donate items that gives extra skills , sword,axe,club etc

aleks87

New Member
Joined
Jul 29, 2011
Messages
13
Reaction score
0
Please if somone can help me to make donate item like sword with +10sword skills,10axe skills,10clubskills


Thanks !!!
Aleks
 
bro, you need to check your items.xml, and add this to the item
<item id="8889" article="a" name="skullcracker armor">
<attribute key="weight" value="11000" />
<attribute key="armor" value="14" />
<attribute key="absorbPercentDeath" value="5" />
<attribute key="absorbPercentHoly" value="-5" />
<attribute key="slotType" value="body" />
</item>
add this:
<attribute key="skillShield" value="1" />
<attribute key="skillsword" value="1" />
<attribute key="skillaxe" value="1" />
etc..

Pd: edit the value="#"
 
Back
Top