SpiderOT
™ツʂριԃҽɾσƚ➽ ٩(•‿•)۶★彡
Tested on 8.7, not sure which rev
when you equip item:2493 it will execute the script 3 time

the DeEquip function work fine
XML:
<movevent type="Equip" itemid="2493" slot="head" event="script" value="slot.lua"/>
LUA:
function onEquip(cid, item, slot)
doCreatureSay(cid, "onEquip :(", TALKTYPE_ORANGE_1)
return true
end

the DeEquip function work fine
Last edited: