Postado Agosto 16, 2015 9 anos Eu queria um npc oracle tipo http://www.tibiaking.com/forum/topic/46263-oracle-100-editavel/ mas que quando o player teleportasse para a outra cidade quando ele morresse nascesse na cidade nova e não voltasse para a antiga
Postado Agosto 16, 2015 9 anos http://www.tibiaking.com/forum/topic/29849-resolvido-teleport-para-mudar-town-do-player/#entry168830
Postado Agosto 16, 2015 9 anos Autor não deu certo , quando o player morre ele volta pro msm lugar , como se não tivesse sido alterado a cidade http://www.tibiaking.com/forum/topic/29849-resolvido-teleport-para-mudar-town-do-player/#entry168830 Editado Agosto 16, 2015 9 anos por kualkerun (veja o histórico de edições)
Postado Agosto 16, 2015 9 anos -- <movevent type="StepIn" actionid="30000" event="script" value="tp_city.lua"/> function onStepIn(cid, item, position, fromPosition) local townId = 2 if isPlayer(cid) then doTeleportThing(cid, getTownTemplePosition(townId)) doPlayerSetTown(cid, townId) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You are the newest resident of " .. getTownName(townId) .. ".") end return true end STYLLER OT 2022
Postado Agosto 16, 2015 9 anos Autor -- <movevent type="StepIn" actionid="30000" event="script" value="tp_city.lua"/> function onStepIn(cid, item, position, fromPosition) local townId = 2 if isPlayer(cid) then doTeleportThing(cid, getTownTemplePosition(townId)) doPlayerSetTown(cid, townId) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You are the newest resident of " .. getTownName(townId) .. ".") end return true end o problema é que quando a pessoa morre e nasce ela volta para a cidade antiga
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.