-- Hello guys, i have a otserver with TFS 0.2.11 and i have one question of movements scrpits.
-- My question --
How to me modife this script to WEAPONS events???
-- I'm want to edit this for addskill with equiped a weapon, and when deequip weapon skill upded come back to normal, i make this with a boots, ring and necklance, but i want this with WEAPONS and SHIELD, can you help me???
-- And how are the SLOT TYPE for movements???
No more, thx
F@bio
Code:
This is a RING script
<movevent event="Equip" itemid="2164" slot="ring" function="onEquipItem"/>
<movevent event="DeEquip" itemid="2164" slot="ring" function="onDeEquipItem"/>
Code:
This is a BOOTS script
<movevent event="Equip" itemid="2195" slot="feet" function="onEquipItem"/>
<movevent event="DeEquip" itemid="2195" slot="feet" function="onDeEquipItem"/>
-- My question --
How to me modife this script to WEAPONS events???
-- I'm want to edit this for addskill with equiped a weapon, and when deequip weapon skill upded come back to normal, i make this with a boots, ring and necklance, but i want this with WEAPONS and SHIELD, can you help me???
-- And how are the SLOT TYPE for movements???
No more, thx
F@bio