tfs 1.2 version i try makeing a script for movements so attribute will work which im confuse in my self where the heck i put it and is this script right?
Code:
function onEquip(cid, item, slot)
if player:getSlotItem(CONST_SLOT_LEFT).itemid == 2376 then
player:itemType:getAttack(25)
player:getPosition():sendMagicEffect (CONST_ME_CAKE)
return true
end