Closed KaitoKid closed 4 years ago
Can you post a screenshot of that screen. I think most people including me would be doing story today. I can get it cropped and make the relevant change in code of you're willing to test.
The code was already written. You just need to update confirm.png
and remove GameRegion == "JP" and
.
But we don't have CN or TW images.
Yeah. I know. It's just that I don't want to use my AP on free quests right now. Story takes a lot of AP.
I cropped from the image @reconman gave me:
Disclaimer: haven't tested this yet Can anyone check if this works? I really want to use my AP on story 😢
I did like @potchy said and edited regular.lua to this: Tried with @MathewSachin image and made my own — results are the same, it just stops at the screen with Repeat button. Maybe I'm doing something wrong, idk, but for not it's not working
MathewSachin's picture works, make sure to rename confirm.png so that the folder only shows "confirm" and not "confirm.png" because the "png" is automatically generated
folder only shows "confirm" and not "confirm.png"
You mean not naming file confirm.png.png? It's already that way.
Can also confirm that the same changes works fine.
Removed GameRegion == "JP" and
and added @MathewSachin 's confirm.png to image_EN folder, and after a short delay, it clicked the button.
Further modifying line 160 to
if (GameRegion == "JP" or GameRegion == "EN") and game.CONTINUE_REGION:exists(GeneralImagePath .. "confirm.png") then
also works. I guess we can remove the GameRegion check once we get images for the other servers.
However, I did just run into an issue that said "This quest period is over", since the daily quests just reset, and I stupidly didn't screenshot it, or see if it would get stuck there.
folder only shows "confirm" and not "confirm.png"
You mean not naming file confirm.png.png? It's already that way.
Yes the program only looks for "confirm.png" and not "confirm.png.png" , the icon provided already has the png extension as default, so rename it to just "confirm"
the icon provided already has the png extension as default, so rename it to just "confirm"
Of course I know it, I just have extensions enabled in explorer. Maybe there is something wrong with my script for farming? Or heck, maybe even AnkuLua version? I have Ankulua 8.3.0, since it's the latest modded pro version.
if (GameRegion == "JP" or GameRegion == "EN") and game.CONTINUE_REGION:exists(GeneralImagePath .. "confirm.png") then
I think this should be good. Would you mind putting up a Pull request? I don't mind if you use my image.
Tried with last 8.7.0 version — still doesn't work.
Here's my script. and in regular.lua only one line (160) is different:
if (GameRegion == "JP" or GameRegion == "EN") and game.CONTINUE_REGION:exists(GeneralImagePath .. "confirm.png") then
_dust_farm.txt
@Justtaway I can see that your script is a few months outdated, you should update your scripts. For example, you can configure multiple parties, each with a different support servant, CE, and SkillCommand.
Oh and Debug_Mode leads to an endless loop of fgolua highlighting some rectangles on the screen.
@reconman I used updated FGO_regular script, but I get no window to select autoskill set, only empty message, after which it just selects first servant in list:
@Justtaway I haven't seen this behavior before, and when I run your script it displays the 3 party teams normally. Did you replace all the .lua files with the versions from Github?
@reconman it was too stupid — files in Bluestacks were never synced with windows. Since, somehoew, Ankulua doesn't see shared folder from windows, I just moved all files to internal storage. And, as you can guess. all my updates to scripts or files in windows didn't even make it to Bluestacks... God, I feel absolutely stupid. Tried running script now — works perfectly fine (after I forgot like 5 things and debuged them by running script and seeing continue button not being pressed)
Could someone update the NA script to handle the new logic for free quests?