• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved How come attributes fail?

Lavs

New Member
Joined
Aug 23, 2013
Messages
4
Reaction score
0
As you can see below, this is what I've put in. It used to be Maliks Helmet or something like that. Anyways, when I put the helmet on, it doesn't block anything. I tested the attributes and all of that on a winged helmet (Everything was the same except the id and the attributes all worked). Help would be greatly appreciated since I'm returning to the OT world a bit. I was only ever the idea thinker for other OT's I played/designed, but now I'm interested in the actual works.
upload_2013-8-28_7-20-23.png
 

Attachments

  • upload_2013-8-28_7-19-6.png
    upload_2013-8-28_7-19-6.png
    87.8 KB · Views: 1 · VirusTotal
You have to add this code to movements.xml.
HTML:
<movevent event="Equip" itemid="9735" slot="head" function="onEquipItem"/>
<movevent event="DeEquip" itemid="9735" slot="head" function="onDeEquipItem"/>


_
Regards,
sn3ejk
 
Thanks sn3ejk, can't even tell you how much time I wasted and failed at trying to figure it out.

Works like a charm!
 

Similar threads

Back
Top