gorno desculpa eu de novo mas ajuda a por mais uma viajem para o npc jhon?
tipo ja adicionei la em "\data\npc\scripts\little_boat.LUA":
local travelNode = keywordHandler:addKeyword({'Cidade Nova'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you wish to travel to Cidade Nova for 100 gold coins?'})
travelNode:addChildKeyword({'yes'}, StdModule.travel, {npcHandler = npcHandler, premium = true, level = 0, cost = 100, destination = {x=354, y=394, z=7} })
travelNode:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Too expensive, eh?'})
e em "\data\npc\Jhon.xml" eu adicionei:
...;broken boat,343,277,7,100;[b]Cidade Nova,354,394,7,100;[/b]"/>
Ae la no ot o npc fala:
14:35 Jhon: I can bring you to lightning city, undead region, amazon camp, dark cathedral, wyrm lair, dragon lair, nightmare cemiter, training fortress, magician land, hydra lair, spider camp, blizzard passage, guild hall, broken boat and [b]Cidade Nova[/b].
só q quando eu falo cidade nova ele n fala nem faz nada, vc pod explicar ond estou errando? ou tem q editar mais algum arquivo?
vlew