function onStepIn(cid, item, position, lastPosition, fromPosition) local pos = {x=129, y=54, z=6} -- pos if doTeleportThing(cid, pos) then doPlayerSendTextMessage(cid, 22, "Você foi teleportado!") end return true end moveevents.xml <movevent type="StepIn" uniqueid="1234" event="script" value="ARQUIV
Crie um arquivo chamado itemtp.lua local pos = {x=33077, y=31219, z=8} -- Posição para onde sera teleportado function onStepIn(cid, item, pos) doTeleportThing(cid, pos) doPlayerSendTextMessage(cid, 27, "Você foi teleportado!") return true end e também <movevent type="StepIn" actionid="5885" event="s
info
Grupo: Barão
Registrado: 13/07/15
Posts: 242
Reputação: +56
Char no Tibia: Sekk
Entendi... Obrigado.