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

Need Help with Amulet Of Loss.

DanneZ

Web-Scripting-Design-Host
Joined
Jan 16, 2010
Messages
84
Reaction score
2
Location
Sweden
Hello Guys i got problem with my aol, it's not removed after death.

44314232.png


Items.xml
<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
<movevent type="Equip" itemid="2173" slot="necklace" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="2173" slot="necklace" event="function" value="onDeEquipItem"/>

Someone feel happy to help me? =)
 
it's because you created it with GOD character probably, what means, if you do:

Code:
/i amulet of loss

it by default creates aol with 100 charges. If u want to define the amount of charges, simply type:

Code:
/i amulet of loss, 1

and ull have aol with 1 charge which will remove after you die.
 
Yep, you gotta buy it in the store. Then it gets removed if you die. But it wont get removed if the item is created by god/gms
 
Back
Top