|
Post by Shawn Dao on Dec 15, 2018 0:14:49 GMT
Looks like the script is not working properly in Galaxy Note 8. I was on the select team screen , then i start the script, as i saw, it detected the "ready" button in the screen behide and touch it then the select team just disappears
|
|
|
Post by davisolter on Dec 15, 2018 2:50:28 GMT
please does have the farm option on the event map because it is limited and has buttons that do not work.
and urgent missions 1.3 please =P
|
|
|
Post by mynameisnotrelevant on Dec 15, 2018 5:52:58 GMT
ok got a question how do I make the AI click of try again instead of Continue?
|
|
|
Post by AnkuLua on Dec 15, 2018 8:57:18 GMT
Looks like the script is not working properly in Galaxy Note 8. I was on the select team screen , then i start the script, as i saw, it detected the "ready" button in the screen behide and touch it then the select team just disappears It happens sometimes. Just wait a moment the script will continue on the right way.
|
|
|
Post by AnkuLua on Dec 15, 2018 8:58:29 GMT
please does have the farm option on the event map because it is limited and has buttons that do not work. and urgent missions 1.3 please =P Don't get it. Please provide the details.
|
|
|
Post by AnkuLua on Dec 15, 2018 9:00:25 GMT
ok got a question how do I make the AI click of try again instead of Continue? The script always click continue.
|
|
|
Post by ninomax0x on Dec 15, 2018 14:48:53 GMT
How do I change the amount of run before checking for level again? I'm farming on high level stage where it only takes 5 runs to reach level 20 for 3 fodders.
|
|
|
Post by AnkuLua on Dec 15, 2018 15:18:02 GMT
How do I change the amount of run before checking for level again? I'm farming on high level stage where it only takes 5 runs to reach level 20 for 3 fodders. In functions.lua, there is a function fodder() And the script fodderWaitRound = 10 -- maximum rounds for i, level in ipairs(levelPrevious) do local round = (math.floor(level / 10) * 2) * (9 - (level % 10)) if (level <= 15) then round = 3 end if (switchTable[i] and round < fodderWaitRound) then fodderWaitRound = round end end
Change fodderWaitRound = 10 to the maximum rounds.
|
|
|
Post by ninomax0x on Dec 15, 2018 15:20:54 GMT
In what order should I organize my storage to save time when the script looks for fodder replacement?
|
|
|
Post by Shawn Dao on Dec 16, 2018 15:06:58 GMT
please does have the farm option on the event map because it is limited and has buttons that do not work. and urgent missions 1.3 please =P Don't get it. Please provide the details. the script just doesnt work on the event map, when h The script came back from the complete screen, instead of the ready button, it touched to the Reputation button beside the ready button. If you can fix it that would be great Beside of that, could you please add following? - Able to set number of battle times before check fooder
|
|
|
Post by AnkuLua on Dec 16, 2018 15:12:33 GMT
What event? For Arena and Battle, please run the script when there is "Select Team" on the screen.
|
|
|
Post by davisolter on Dec 16, 2018 19:22:44 GMT
What event? For Arena and Battle, please run the script when there is "Select Team" on the screen. all events =z in the events that have, because there appears an icon "Reputation" that clicks on it and never clicks on the "ready" side events, always do, and is always the best place to farm. The current is the "Eulogy for a Saint" stands in the battle option> Slide Story (soon the first image) Sorry for the bad English. does it work in Hunt? It could be a good choice to select the floor and the farm there (the same in the spirit altar option)
|
|
|
Post by newscripter on Dec 17, 2018 5:08:14 GMT
hi, even when disable recovery, it still try to recover. Also on friend select it will click third one, then click first one.
|
|
|
Post by ntran23 on Dec 17, 2018 9:16:52 GMT
What event? For Arena and Battle, please run the script when there is "Select Team" on the screen. I know what he mean because i experience the same thing....Even if you start at the "Select Team" screen it will only work once. Because in the event, instead of returning to the ready screen, it goes to the main screen and it click on "Reputation" instead and it just loop over and over. Go to the event "Eulogy for a saint" map and try to run it and you will see it after u finish the first battle.
|
|
|
Post by AnkuLua on Dec 17, 2018 12:22:24 GMT
hi, even when disable recovery, it still try to recover. Also on friend select it will click third one, then click first one. Need to heal when fodder level check. As for the friend, the script select third or fourth, then select first.
|
|