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

please help here

oOIOo

HetZera.Net
Joined
Mar 30, 2010
Messages
221
Reaction score
1
When i Create New Items the armor add 5 magic level

When i Wear it it up 5 magic level but when i down the item the magic dont back still +5
 
Add this to data\movements\movements.xml:
Code:
<movevent type="DeEquip" itemid="XXXX" slot="armor" event="function" value="onDeEquipItem"/>

Replace XXXX with your itemid.
 
If you don't want it to add any magic levels, go into your item folder and edit item.xml or .lua whichever one and find the armor u want to edit and take away the line that says magic skill or something, that's what i would do.
 
Back
Top