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

Solved Donation Item not giving stats?

hallabackkid101

New Member
Joined
Feb 7, 2009
Messages
100
Reaction score
0
Location
Georgia, Usa
Hello, I made a donation item that gives 15+ ml. When i put it on, it give the stats? Any ideas why?

21:19 You see an enforced mage shield (Def:35, magic level +15).
It weighs 12.00 oz.
Bought by Admin Jason [ID:4].
 
Add the itemid to movements.xml like this.
XML:
<movevent type="Equip" itemid="XXXX" slot="shield" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="XXXX" slot="shield" event="function" value="onDeEquipItem"/>
 
Back
Top