Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait for at least 100% NP before unleashing all skills. #1647

Open
1 task done
Jokakun opened this issue Aug 2, 2023 · 2 comments
Open
1 task done

Wait for at least 100% NP before unleashing all skills. #1647

Jokakun opened this issue Aug 2, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Jokakun
Copy link

Jokakun commented Aug 2, 2023

Preparation

  • No one has asked for this feature before in other issues (even the closed ones)

Describe the feature

Check If Servant A has at least 100% NP and above in order to unleash all NP & skills from all servants.
If not random attack until above condition is true.

@Jokakun Jokakun added the enhancement New feature or request label Aug 2, 2023
@the3dsandwich
Copy link
Collaborator

In order for this to be implemented, we need to be able to do the following:

  • detect a servant has a full NP charge or 100%+ NP, and
  • do the above without "reading" the 100% NP charge text

Since FGA doesn't (yet) have full OCR support, we rely on matching specific images at certain location on the screen.

This makes it difficult to know if a servant can use their NP.

If there's a way to know then this may have a chance to be implemented

@TheRealPlagiariser
Copy link

In order for this to be implemented, we need to be able to do the following:

  • detect a servant has a full NP charge or 100%+ NP, and
  • do the above without "reading" the 100% NP charge text

Since FGA doesn't (yet) have full OCR support, we rely on matching specific images at certain location on the screen.

This makes it difficult to know if a servant can use their NP.

If there's a way to know then this may have a chance to be implemented

I believe we could re-use card checking functionality to find if a servant has charge, as they will have their NP card available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants