// How to use:
1.Stop the char on top of the NPC Tiki and the zoom all down.
2.Select which is the exchange and change the line:
1 to Certified
2 to Soup
3.Select which is the soup to be exchanged and chance the line:
4. Press the button play in UoPilot and wait the exchange be made automatic.
Code:
// Script By ViGiLaNcE v1.0
// Como usar:
// 1.Fique com o char em cima do [NPC Tiki] em Karena.
// 2.Coloque todo o zoom proximo do char pressionando o botao <End> do teclado.
// 3.Configure o modo da troca e aperte [Play].
repeat 0
//Set abaixo o numero da trocar a ser feita
// 1 - Certificado de Pesca/Certificate of Fishing
// 2 - Sopas Karena/Soups Karena
///////////////
set $troca 1 // <---[ENTER THE NUMBER]
///////////////
//Set abaixo o numero da sopa que queres trocar
//SOPA 1: FOR/CON/SOR
//SOPA 2: AGI/CON/SOR
//SOPA 3: INT/CON/SOR
//////////////
set $sopa 1 // <---[ENTER THE NUMBER]
//////////////
// Pega a quest de troca de sopa
:main
wait 1,5
move 510, 298 //Move mouse para cima do NPC
double_left 510, 298 //Clica 2x para abrir o NPC
wait 2s
left 518, 618 //Seleciona opcao quest
wait 0,8s
if $troca = 1
left 516, 644 //Seleciona a quest de trocar Arco-Iris
goto cont1
end_if
left 523, 667 //Seleciona a quest de trocar sopa
wait 0,8s
:cont1
left 512, 741 //Seleciona pular
wait 0,8s
left 511, 620 //Seleciona aceitar quest
// Completa a quest
wait 0,8s
move 510, 298 //Move mouse para cima do NPC
double_left 510, 298 //Clica 2x para abrir o NPC
wait 2s
left 518, 618 //Seleciona opcao Quest
wait 1s
left 516, 620 //Seleciona a quest a completar
wait 1s
left 517, 745 //Seleciona pular
wait 1s
left 516, 618 //Seleciona recompensa
if $troca = 1
goto main
end_if
wait 0,8s
if $sopa = 1
left 397, 386 //Seleciona a SOPA 1: FOR/CON/SOR
end_if
if $sopa = 2
left 447, 386 //Seleciona a SOPA 2: AGI/CON/SOR
end_if
if $sopa = 3
left 487, 386 //Seleciona a SOPA 3: INT/CON/SOR
end_if
wait 0,8s
left 474, 277 //Seleciona confirmar recompensa
end_repeat
// FIM //
DON'T FORGET TO SAY THANKS!
ps: excuse my bad English, using google translator xD