MAKE SURE YOU TESTED THE LATEST RELEASE.
See 'SAMSUNG.md' first, if you're a Samsung user.
Describe the bug
Game takes too long to load the bond level up screen(s) after battle completion, so the rapid taps for clearing the various pop-ups begin too early and miss clearing the material drops to fully exit the quest. Then the app just sits there waiting for manual clearing the screen before resuming the script with the next battle.
@Mysty-chan, I can close #61 and #53, right?
Also, I'm copying my Gamepress response here for reference.
That Bond level up issue happened for me too. It probably has to do only with timing.
Currently, the script clicks around 55 times when it detects the result screen with each click having a duration of 50ms and there is an interval of 10ms between the clicks.
We can tweak these parameters, but, there can be cases where all servants Bond up at the same time. The amount of clicks required to handle such a case would be too much for the case when no servants Bond up. I think we need to do more image matching here instead of blinding clicking repeatedly.
I checked the code and it should treat the Master EXP and Bond screen the same way:
So if
is visible, it will also click 55 times.
That's why I requested a screenshot.
I'm guessing the problem is that the 55 clicks might be ending around the battle reward screens which are not checked by the script IIRC.
EDIT: the ones where the dropped materials/QP/Event point ladder reward are shown.
You're completely right, both "bond.png" and "result.png" belong to the bond point screen. If the app got past that, nothing happens anymore.
JP screenshots:


I can produce some NA ones after the raid quests start again.
I can try for a pic after raids resume
Fixed with d1748279a6f2a112ae04d72b39b4312d45de04b8
I was able to reproduce it. The bond icon region only fit JP, not NA.
The next release is currently building.
We need to do better here. My Ecchan leveled up (3SQ yay!), but the script stopped clicking on the event point reward screen.