tmarenko / mff_auto

Game bot for Marvel Future Fight game.
Apache License 2.0
26 stars 15 forks source link

Daily Challenge/Achievement Screen Bypass #7

Closed dbzdivik closed 3 years ago

dbzdivik commented 4 years ago

While Running Bot if Daily Challenge Screen Appear or Achievement Screen appears then the bot gets stuck on the same.

tmarenko commented 4 years ago

Usually all notifications about challenges handles here: https://github.com/tmarenko/mff_auto/blob/master/lib/game/missions/missions.py#L310

So I need more information when and where this notification occurs.

dbzdivik commented 4 years ago
  1. image

2020-10-02 07:53:49,574 - squad_battles - DEBUG - After mission notifications was closed: False 2020-10-02 07:53:53,698 - squad_battles - WARNING - Squad Battles: can't get in battles lobby. 2020-10-02 07:53:55,524 - missions - DEBUG - After mission notifications was closed: False 2020-10-02 07:53:56,783 - missions - DEBUG - After mission notifications was closed: False 2020-10-02 07:53:58,032 - missions - DEBUG - After mission notifications was closed: False 2020-10-02 07:54:00,585 - queue_manager - DEBUG - Running DANGER ROOM with settings: {'mode': 'NORMAL'} 2020-10-02 07:54:02,619 - root - DEBUG - Creating 4 Tesseract API(s) with 'eng' language. 2020-10-02 07:54:03,140 - root - DEBUG - Creating 2 Tesseract API(s) with 'mff+eng' language. 2020-10-02 07:54:08,016 - game - ERROR - Failed to open Content Status board. 2020-10-02 07:54:08,242 - queue_manager - DEBUG - Queue completed.

tmarenko commented 4 years ago

Added in dcdb70e738c8daa8989c336b49ae8ecfdf12b089

tmarenko commented 4 years ago

Any other notifications when bot gets stuck?

dbzdivik commented 4 years ago

WBI Stuck if all Slots are completed v0.6.3

2020-10-07 20:58:42,271 - game - DEBUG - Loading circle is on screen. 2020-10-07 20:58:50,210 - battle_bot - INFO - Battle is over 2020-10-07 20:58:51,197 - missions - DEBUG - Clicking REPEAT button with UI Element: INVASION_REPEAT_BUTTON. 2020-10-07 20:58:53,114 - missions - DEBUG - After mission notifications was closed: False 2020-10-07 20:58:54,534 - missions - DEBUG - After mission notifications was closed: False 2020-10-07 20:58:56,098 - missions - DEBUG - After mission notifications was closed: False 2020-10-07 20:58:57,781 - missions - DEBUG - After mission notifications was closed: False 2020-10-07 20:58:58,976 - missions - DEBUG - After mission notifications was closed: False 2020-10-07 20:58:59,049 - world_boss_invasion - DEBUG - Pressing START button. 2020-10-07 20:58:59,408 - world_boss_invasion - DEBUG - WBI: found filter INVASION_CHARACTER_FILTER_UNIVERSAL by UniversalCharacters 2020-10-07 20:59:20,531 - world_boss_invasion - WARNING - Unable to press START button. 2020-10-07 20:59:20,535 - world_boss_invasion - DEBUG - Pressing START button. 2020-10-07 20:59:26,058 - world_boss_invasion - WARNING - Unable to press START button. 2020-10-07 20:59:26,059 - world_boss_invasion - DEBUG - Pressing START button. 2020-10-07 20:59:31,333 - world_boss_invasion - WARNING - Unable to press START button. 2020-10-07 20:59:31,334 - world_boss_invasion - DEBUG - Pressing START button. 2020-10-07 20:59:36,776 - world_boss_invasion - WARNING - Unable to press START button. 2020-10-07 20:59:36,777 - world_boss_invasion - DEBUG - Pressing START button.

dbzdivik commented 4 years ago

++ image

tmarenko commented 4 years ago

++

Fixed in e63a85a238b9f71b095fc01269c2375dd23eb752

tmarenko commented 4 years ago

WBI Stuck if all Slots are completed v0.6.3

Fixed in f52f5bd49bee931641cead90272a8268c510ddec

dbzdivik commented 4 years ago

GUI Freezes if the bot is trying to restart the game & Stop Button is clicked.

tmarenko commented 4 years ago

GUI Freezes if the bot is trying to restart the game & Stop Button is clicked.

Is it when you hit "Restart Game" and "Stop" right after? Should be 1-2 sec freeze, yeah

dbzdivik commented 4 years ago

Alliance Battle Extreme is getting stuck on Skip Screen

tmarenko commented 4 years ago

Alliance Battle Extreme is getting stuck on Skip Screen

Was working fine for me. I've added checks for several threshold values. Should be fixed in 364d806107d47296cee36e7ab473a11ca44505e5

dbzdivik commented 3 years ago

++ Fixed