Git Product home page Git Product logo

Comments (16)

tmarenko avatar tmarenko commented on July 16, 2024

Option to Save Stage to be cleared based on boss

Could be done, low priority though.

Option to Support World Boss Event Request

Is it rare event with 3/3 daily World Boss Normal stages? Or World Event with 2/2 daily entries when you get Agent Kits?

What about Character Recognization Feature ?

229 characters in the game + 273 uniform (changes character's look). Too much to maintain.

from mff_auto.

dbzdivik avatar dbzdivik commented on July 16, 2024

Option to Save Stage to be cleared based on boss

Could be done, low priority though.

OK

Option to Support World Boss Event Request

Is it a rare event with 3/3 daily World Boss Normal stages? Or World Event with 2/2 daily entries when you get Agent Kits?

Hmm Yeah, waste of time and maintenance.

What about Character Recognization Feature ?

229 characters in the game + 273 uniform (changes character's look). Too much to maintain.

Let me know if I could help. with anything

from mff_auto.

jeisonfura avatar jeisonfura commented on July 16, 2024

I want to help too. I've been looking over the code.

from mff_auto.

tmarenko avatar tmarenko commented on July 16, 2024

World Boss Request
Option to Save Stage to be cleared based on boss
For Quicksilver Ultimate - 15
For Cable Ultimate - 10 so on

Can you explain how this feature would have been working? Is it something like "set different difficulties for Today's World Boss"?

from mff_auto.

dbzdivik avatar dbzdivik commented on July 16, 2024

World Boss Request
Option to Save Stage to be cleared based on boss
For Quicksilver Ultimate - 15
For Cable Ultimate - 10 so on

Can you explain how this feature would have been working? Is it something like "set different difficulties for Today's World Boss"?

Basically Yest it was like Setting different Ultimate Level based on Team "Assuming If todays' WB is QuickSilver and I'm having only team 1 and Team 2 which can win level 30 pretty easy and other teams can win level 15,16 or so on.

But It was a pretty useless feature though & it can be skipped.
BTW I was thinking of closing this request coz of Character recognition is too bulky to maintain.

from mff_auto.

tmarenko avatar tmarenko commented on July 16, 2024

But It was a pretty useless feature though & it can be skipped.
BTW I was thinking of closing this request coz of Character recognition is too bulky to maintain.

If you think so then close it, sure. I've added World Boss Event in c097f26 and have no plans to implement character recognition.

from mff_auto.

dbzdivik avatar dbzdivik commented on July 16, 2024

@tmarenko

Event Boss Raid is working fine Great.

Reopening issues to get your review regarding Support team Selection in WB and EBR, Like team 1 is selected the Supporting team 1 is selected, and so on.

Also, "SHADOWLAND?????"

from mff_auto.

tmarenko avatar tmarenko commented on July 16, 2024

Support team Selection in WB and EBR, Like team 1 is selected the Supporting team 1 is selected, and so on.

Added in 588244a
image

Should select character and allies team with the same number. However this should work only if you had full 5/5 stage of World Boss. Otherwise it might select already used team but I'm not sure should I check for this or not

from mff_auto.

dbzdivik avatar dbzdivik commented on July 16, 2024

Cool thanks. Will let you know

from mff_auto.

tmarenko avatar tmarenko commented on July 16, 2024

@dbzdivik any luck with this changes?

from mff_auto.

dbzdivik avatar dbzdivik commented on July 16, 2024

@dbzdivik any luck with this changes?

Hi Sorry, lacking some time to try out this feature. Will update you soon.
Thanks again

from mff_auto.

dbzdivik avatar dbzdivik commented on July 16, 2024

I think WB is broken

2021-08-24 09:11:45,501 - DEBUG - queue_manager - Running WORLD BOSS with settings: {'mode': 'ULTIMATE', 'boss': 'TODAYS_BOSS', 'difficulty': 5, 'sync_character_and_ally_teams': True}
2021-08-24 09:11:46,398 - DEBUG - root - Creating 4 Tesseract API(s) with 'eng' language.
2021-08-24 09:11:46,706 - DEBUG - root - Creating 2 Tesseract API(s) with 'mff+eng' language.
2021-08-24 09:11:50,643 - ERROR - game - Failed to open Content Status board.
2021-08-24 09:11:50,748 - DEBUG - queue_manager - Queue completed.
2021-08-24 09:11:55,641 - DEBUG - queue_manager - Running queue.
2021-08-24 09:11:55,669 - DEBUG - queue_manager - Running WORLD BOSS with settings: {'mode': 'ULTIMATE', 'boss': 'TODAYS_BOSS', 'difficulty': 5, 'sync_character_and_ally_teams': True}
2021-08-24 09:11:56,500 - DEBUG - root - Creating 4 Tesseract API(s) with 'eng' language.
2021-08-24 09:11:56,807 - DEBUG - root - Creating 2 Tesseract API(s) with 'mff+eng' language.
2021-08-24 09:11:58,612 - DEBUG - game - Stage: WORLD BOSS; stages: 5/5
2021-08-24 09:11:58,784 - INFO - world_boss - 5 stages available, running ULTIMATE mode with difficulty = 5.
2021-08-24 09:12:04,926 - DEBUG - world_boss - World Boss Special Offer was closed: False
2021-08-24 09:12:06,190 - DEBUG - world_boss - World Boss Special Offer was closed: False
2021-08-24 09:12:07,459 - DEBUG - world_boss - World Boss Special Offer was closed: False
2021-08-24 09:12:11,073 - ERROR - world_boss - Can't find READY button after selecting the boss.
2021-08-24 09:12:12,682 - DEBUG - notifications - After mission notifications was closed: False
2021-08-24 09:12:13,801 - DEBUG - notifications - After mission notifications was closed: False
2021-08-24 09:12:14,920 - DEBUG - notifications - After mission notifications was closed: False
2021-08-24 09:12:16,120 - DEBUG - queue_manager - Queue was forcibly stopped.
2021-08-24 09:12:16,140 - DEBUG - queue_manager - Queue completed.

from mff_auto.

tmarenko avatar tmarenko commented on July 16, 2024

I think WB is broken

Does it happen regularly?

from mff_auto.

dbzdivik avatar dbzdivik commented on July 16, 2024

Does it happen regularly?

Yes I tried Sync and Non-Sync. All 5/5 Stages were avail, Manually leveled WB Ultimate Stage.
Still Same

from mff_auto.

tmarenko avatar tmarenko commented on July 16, 2024

Yes I tried Sync and Non-Sync. All 5/5 Stages were avail, Manually leveled WB Ultimate Stage.
Still Same

I can't reproduce this issue at 1080p/720p resolution. I'll need full log-file or video recording.
588244a isn't the origin of the problem of this so if you still encounter the problem then create new issue for it.

from mff_auto.

tmarenko avatar tmarenko commented on July 16, 2024

Support team Selection in WB and EBR, Like team 1 is selected the Supporting team 1 is selected, and so on.

Released in https://github.com/tmarenko/mff_auto/releases/tag/0.8.10

from mff_auto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.