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

Lua Arrow slot item does not work TFS 0.3.6

Dkadsfe

Member
Joined
Apr 1, 2016
Messages
280
Reaction score
22
Item
Code:
    <item id="5809" article="a" name="[Pocket] Soul Stone">
        <attribute key="slotType" value="ammo" />
        <attribute key="magiclevelpoints" value="15" />
        <attribute key="showattributes" value="1" />
        <attribute key="weight" value="30" />
    </item>

Movements
Code:
    <movevent type="Equip" itemid="5809" slot="ammo" event="function" value="onEquipItem"/>
    <movevent type="DeEquip" itemid="5809" slot="ammo" event="function" value="onDeEquipItem"/>
 
In 0.3.7, this is exactly how we would set it up.
Going to go on a long shot..
Have you restarted the server after making the changes to items.xml?
Who knows, maybe you forgot. :p
 
Back
Top