Ir para conteúdo

Tile Morador de cidade com 11 town o melhor!


L3K0T

Posts Recomendados

CONTEÚDO REMOVIDO: AGORA VOCÊ VAI TER QUE TER CRIATIVIDADE OU SE PENDURAR-SE NAS COSTA DE ALGUÉM, MENOS NA MINHA ;)  - BOA SORTE!

error 404 - I do not serve the forum I retired. 
Editado por L3K0T
Link para o comentário
Compartilhar em outros sites

obg por trazer conteúdo, só uma dica, poderia encurtar seu código usando tabela, exemplo:

 

 

local t = {
[4036] = {town = 1, name = "Saffron"},
[4037] = {town = 2, name = "Cerulean"},
[4038] = {town = 3, name = "Cidade 3"},
}
function onStepIn(cid, item, pos)
if not isPlayer(cid) then return true end
if t[item.actionid] then
doSendMagicEffect(getPlayerPosition(cid), 14)
doPlayerSendTextMessage(cid,24,"Você virou morador de "..t[item.actionid].name..".")
doPlayerSetTown(cid, t[item.actionid].town)
doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid)))
end
return true
end
Link para o comentário
Compartilhar em outros sites

  • 4 weeks later...
×
×
  • Criar Novo...