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

Amulet of Loss BUG

Danihellx

New Member
Joined
Aug 26, 2011
Messages
8
Reaction score
0
First of all my server is based on the Avesta.

I have a problem on my server, which is the following:

Amulet of Loss sometimes works and sometimes it doesn't work.

Here's how my setup is.

items.xml

<item id="2173" article="an" name="amulet of loss">
<attribute key="weight" value="420"/>
<attribute key="slotType" value="necklace"/>
<attribute key="preventloss" value="1"/>

Movements

<movevent event="Equip" itemid="2173" slot="necklace" function="onEquipItem"/>
<movevent event="DeEquip" itemid="2173" slot="necklace" function="onDeEquipItem" />

I need urgent help, please!

I think the problem must be in the database or in Sourcers!
 
.... okay well try this....

<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" />

repp if i helped...
 
explain to me what "sometimes" works means lol

Sometimes when players die, AOL works fine. :S



.... okay well try this....

<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" />

repp if i helped...

Already, but doesn't work too.
 
Back
Top