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

The script does not recognise friend request screen (EN) #423

Open eurazov opened 3 years ago

eurazov commented 3 years ago

The script does not recognise friend request screen because there is no "friendrequest.png" image in the game as seen in the screenshot. A possible fix is to change the image to "support_region_tool.png" and use it to detect the friend request screen as I did here. The change in code would be to replace line 183 in modules/game.lua with game.RESULT_FRIEND_REQUEST_REGION = Region(2240,691,181,96) Not tested for other game regions, so not issuing a pull request yet. Screenshot_2021-03-10-09-12-44