29988122 / Fate-Grand-Order_Lua

Fate Grand Order auto battle script - no root needed, for Android use only
MIT License
289 stars 95 forks source link

Not recognizing repeat quest #414

Open PolarionAlpha opened 4 years ago

PolarionAlpha commented 4 years ago

When the script finishes with a quest and gets the rewards an option comes up if I would like to repeat the quest and it shows "close" /"repeat" problem is that the script stops right there. Everything else seems to be working fine. Issue with repeat quest (2)

reconman commented 4 years ago

Have you made sure to update all of your .lua files recently?

PolarionAlpha commented 4 years ago

I downloaded the lua file on the 29th of august. Do i need to download again? I noticed this happening when I switched from free ankulua to pro.

reconman commented 4 years ago

"the lua file"? What about middleware.lua, regular.lua and all the modules?

reconman commented 4 years ago

Also Repeat on NA was added on June 25th.

PolarionAlpha commented 4 years ago

Oh I meant the entire package. Like I downloaded the entire thing, unzipped it and put it into ankalua folder. The selected script was fgo regular. I did not make any adjustments to the middleware.lua or regular.lua.

reconman commented 4 years ago

Just to make sure that you have the correct files, open regular.lua in a file viewer/editor on Nox and then search for "game.CONTINUE_REGION". Does it say if (GameRegion == "JP" or GameRegion == "EN" or GameRegion == "CN") left of it?

And another thing, you should disable the superuser popups for Ankulua, you can do that in Settings -> Superuser -> Click on Ankulua, Turn Notifications to Off.

PolarionAlpha commented 4 years ago

Yes it does.

reconman commented 4 years ago

I can't think of what could be wrong and I'm wondering that nobody else complained so far.

PolarionAlpha commented 4 years ago

I have tested the same script w/ ankulua pro and trial. The trial version doesn't have any issues. I assume i should go ask on the forums?

reconman commented 4 years ago

You could try, yeah

reconman commented 4 years ago

Also, as an alternative, try https://github.com/MathewSachin/Fate-Grand-Automata.

That app offers even more than Ankulua Pro. Too bad I bought a 12 month subscription of Ankulua before it was created.

PolarionAlpha commented 4 years ago

The automata app works just fine. Thank you for the recommendation.