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

TFS 1.X+ Silver necklace does not work in downgraded tfs

Felipe93

Ghost Member
Joined
Mar 21, 2015
Messages
1,990
Solutions
9
Reaction score
334
Location
Chile
this is strange but silver necklace is not working at all
Lua:
    <item id="2170" article="a" name="silver amulet">
        <attribute key="weight" value="500"/>
        <attribute key="slotType" value="necklace"/>
        <attribute key="charges" value="200"/>
        <attribute key="showcharges" value="1"/>
        <attribute key="absorbPercentEarth" value="10"/>
    </item>
XML:
    <movevent event="Equip" itemid="2170" slot="necklace" function="onEquipItem"/>
    <movevent event="DeEquip" itemid="2170" slot="necklace" function="onDeEquipItem"/>

the strange part is that the dragon necklace does works, should i register this item elsewhere?
 
Back
Top