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

Reagent count not showing on Ritual of Refreshment spell on action bars #1276

Closed
EyeOfTheBeast opened this issue May 3, 2024 · 5 comments
Closed

Comments

@EyeOfTheBeast
Copy link

EyeOfTheBeast commented May 3, 2024

Shows as 0 despite having 20 arcane powder in my inventory:
image

This is on Turtle WoW.

@shagu
Copy link
Owner

shagu commented May 17, 2024

Is that the only spell with wrong reagent counts? Does it fix itself after a while?

@EyeOfTheBeast
Copy link
Author

EyeOfTheBeast commented May 19, 2024

Ritual of Refreshment is the only spell with the wrong reagents count (my Arcane Brilliance spell displays the reagents count normally). The Ritual of Refreshment reagents display bug does not fix itself ever.

image

The bug may be related to the fact that the Ritual of Refreshment spell requires 2 Arcane Powder instead of just 1?

@shagu
Copy link
Owner

shagu commented May 19, 2024

I sadly don't have a mage to test it - which makes it quite difficult to help here.
It would be helpful to see how such a tooltip of the custom spell looks like. Maybe there's a parsing error?

You could help by changing this line:
https://github.com/shagu/pfUI/blob/master/modules/actionbar.lua#L1595

to

_G.reagent_slots = { }

Then reload, hover your mouse over both spells and typing for each:
/run print(reagent_slots[GetMouseFocus():GetID()])

It should then print the required material. You should see something like this:
image

@shagu
Copy link
Owner

shagu commented May 19, 2024

Should be fixed via this commit: 2be1cac

@EyeOfTheBeast
Copy link
Author

Should be fixed via this commit: 2be1cac

I updated my pfUI to the latest commit build and it is indeed fixed now. Thanks, this issue can be closed now.

image

image

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

No branches or pull requests

2 participants