• 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 this item will not register in movements

MadMOOK

Hoo
Joined
Apr 20, 2011
Messages
802
Reaction score
44
<!-- Red Tunic -->
<movevent type="Equip" itemid="2653" slot="armor" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="2653" slot="armor" event="function" value="onDeEquipItem"/>
 
Last edited:
I don't see it, why do you need </movevent> if you are already using the '/' at the end? I only use </movevent> when I need to define the vocations that can use the item.
 
I don't see it, why do you need </movevent> if you are already using the '/' at the end? I only use </movevent> when I need to define the vocations that can use the item.
He missed it on another item, not the red tunic. Probably an item that had defined vocations right above the red tunic. At least that's what I got out of it ;)
 
Back
Top