well, since its a MoveEvent:
function onStepIn(cid, item, position, fromPosition)
for i = 17000, 17122 do
local pos = getThingPos(item.uid)
if not isPlayer(getTopCreature(pos).uid) then
doTeleportThing(cid, pos)
doCreatureSay(cid, 'Do not use any tool to skill.', 19, false...