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

items.xml problem

Skuter

New Member
Joined
Oct 4, 2017
Messages
12
Reaction score
2
Hello, I have question according to adding skill and magic level. It seems like it is bugged cause when i equip armor none of my skills seems to change. Here is the piece of code from this item:
<attribute key="armor" value="30" />
<attribute key="slotType" value = "body" />
<attribute key="skillSword" value = "15" />
<attribute key="skillShield" value = "10" />
<attribute key="absorbPercentAll" value ="12" />
<attribute key="magiclevelpercent" value ="130" />
Idea of solving this?
 
You need to add onEquip movement events into movements.xml before those are applied. Use existing rings/amulets as example.
 
Back
Top