crie um aquivo com o nome de telerune.xml
adicone isto:
--TELEPORT RUNE BY ANCISTE MODIFY BY xbowaxx --function onUse(cid, item, frompos, item2, topos)
if getPlayerAccess(cid) == 1 then
doSendMagicEffect(frompos,10)
doTeleportThing(cid,topos)
doSendMagicEffect(topos,10)
end
if getPlayerAccess(cid) == 0 then
doPlayerSendTextMessage(cid,22,"Apenas GM Pode usar esta runa.")
end
return 1
end
adicione no actions.xml
<action itemid="3134" script="telerune.lua" allowfaruse="1" blockwalls="0" />
obs =** ESSE ITEM ID = 3134 EH O ID DA RUNA Q EU USO PARA 7.5 se vc quiser trocar a rune mude o id tbm LEMBRE-SE!: ESSE ID EH DE 7.5 ENTAUM SE QUISER POR PRA 7.4 SO MUDAR O ID DA RUNE !**