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