function onStepIn(cid, item, topos, frompos)
if getPlayerPremiumDays(cid) == 0 then
local n = {x = topos.x + 3, y = topos.y, z = topos.z}
doRelocate(topos, n)
doSendMagicEffect(n, 12)
end
return true
end
function onAddItem(item, tile, position)
local n =...