local pos = {x=615, y=1241, z=7}
local legs = {x=563, y=1213, z=6}
function onUse(cid, item, frompos, item2, topos)
doSendMagicEffect(pos, 10)
doPlayerAddItem(cid, 2407, 1) --backpack of holding
doPlayerSetStorageValue(cid, 1020, 2)
doPlayerAddExp(cid, 30000)...