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

Skill boosting items not working

poopsiedoodle

Gibe moni plos
Joined
Nov 23, 2011
Messages
2,458
Reaction score
586
Location
Georgia
I edited my donor armor to add skills to the player wearing it, and it says in game that it adds the skills, but when you put it on, it doesn't add the skills. Why is it doing this?
 
You added in movements.xml
OnEquip and Equip? not is only in items.xml go to folder
data/movements - movements.xml
and paste this:
LUA:
	<movevent type="Equip" itemid="ITEMID" slot="armor" level="60" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="ITEMID" slot="armor" event="function" value="onDeEquipItem"/>
Just only edit ITEMID for you item id - donation armor
 
I tried editing the movements and there were TONS of errors when I did, and so the list of errors went on and on as I fixed them. So, I'm just not going to mess with that right now.
 
Back
Top