PDA

View Full Version : >>>>>>>>>>>.Ajuda por favor<<<<<<<<< HELP PLZZZZ <<<<<<<<<



janildo88
06-30-2017, 12:56 AM
Estou montando um script para poder viajar através do comando "!go" mas não consigo fazer com que o char selecione a cidade desejada quando abre a caixa Box. Como fazer isso?
observação: segue abaixo foto da caixa que abre quando faço o comando "!go"

Segue comando que estou usando:

function onWalkerSelectLabel(labelName)

if (labelName == '!go') then
Walker.Stop()
wait(800,1400)
Self.SayToNpc("!go")
wait(800,1400)
Self.box("Thais")
wait(800,1400)
Walker.Start()

end

end

Segue foto da caixa que abre com o comando !go:

14033

__________________________________________________ __________________________________________________ _____________

I'm setting up a script to be able to travel through the "! Go" command but I can not get the char to select the desired city when the Box box opens. How do I do this?
Note: Below is a photo of the box that opens when I do the "! Go"

Here is the command I am using:

function onWalkerSelectLabel(labelName)

if (labelName == '!go') then
Walker.Stop()
wait(800,1400)
Self.SayToNpc("!go")
wait(800,1400)
Self.box("Thais")
wait(800,1400)
Walker.Start()

end

end

Here is a photo of the box that opens with the! Go command:

14033

janildo88
06-30-2017, 01:47 AM
plz help