Sigh, another bug that I can't seem to figure out.
So much issues with the 0.4 TFS.
Anyways, upon death, the amulet of loss does not disappear.
Does anyone know why?
movements.xml:
items.xml:
config.lua:
Also, please check out this other bug that I have: http://otland.net/f16/issue-quest-rewards-130660/
So much issues with the 0.4 TFS.
Anyways, upon death, the amulet of loss does not disappear.
Does anyone know why?
movements.xml:
LUA:
<movevent type="Equip" itemid="2173" slot="necklace" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="2173" slot="necklace" event="function" value="onDeEquipItem"/>
items.xml:
LUA:
<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>
config.lua:
LUA:
deathLostPercent = 10
Also, please check out this other bug that I have: http://otland.net/f16/issue-quest-rewards-130660/