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

Aol

Caspercool96

New Member
Joined
Nov 25, 2012
Messages
15
Reaction score
0
My aol dont work.


If u know how to get aol to work pls coment

Players lose stuff even when the have aol what do i do?
 
Items.xml
Code:
<item id="2173" article="an" name="amulet of loss">
		<attribute key="weight" value="420" />
		<attribute key="slotType" value="necklace" />
		<attribute key="charges" value="1" />
		<attribute key="preventDrop" value="1" />
	</item>

movements.xml
Code:
<movevent type="Equip" itemid="2173" slot="necklace" event="function" value="onEquipItem"/>    
<movevent type="DeEquip" itemid="2173" slot="necklace" event="function" value="onDeEquipItem"/>
 
Back
Top