local t,s = { [0] = {x=1024, y=652, z=9}, [1] = {x=1025, y=652, z=9}, [2] = {x=1026, y=652, z=9}, [3] = {x=1027, y=652, z=9}},102536 -- storage da questfunction onStepIn(cid, position, fromPosition)local var = getPlayerStorageValue(cid, s) <= 0 and 0 or getPlayerStorageValue(cid, s) if not t[var] thendoTeleportThing(cid, fromPosition, true)doSendMagicEffect(fromPosition, CONST_ME_POOF)doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "já passou por todas as quests.")return trueenddoTeleportThing(cid, t[var])setPlayerStorageValue(cid, s, var+1)return trueend