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

Fallback Icon is higher priority than known spells? #228

Open
Konungrr opened this issue Aug 9, 2024 · 3 comments
Open

Fallback Icon is higher priority than known spells? #228

Konungrr opened this issue Aug 9, 2024 · 3 comments

Comments

@Konungrr
Copy link

Konungrr commented Aug 9, 2024

I design my macros so that every possible combination of abilities and talents is covered and that every ability has it's own hotkey. I'm pretty sure the Fallback Icon function broke with 1.6.0, but as I was in the middle of M Fyrakk prog, I just rolled back to 1.5.11 and never bothered going back to figure out the fix until pre-patch forced the issue.

My understanding of the built in icon/tooltip is that it follows the this priority:

  1. A detailed out #showtooltip, such as '#showtooltip [mod:ctrl]Grand Expedition Yak;[mod:alt]Mighty Caravan Brutosaur;Flight Form'
  2. An icon selected in the menu without the 'Fallback Icon' box checked
  3. Whatever spell or ability the macro would fire under those conditions
  4. An icon selected in the menu with the 'Fallback Icon' box checked.

Unfortunately, it seems that the priority list has shifted so that 'Fallback Icon' is overwriting the actual macro. For example, below is one of my utility macros.

/use [mod:ctrl,known:Heart of the Wild]Heart of the Wild;[known:Renewal,noknown:Wild Charge][mod,known:Renewal]Renewal;[@mouseOver,exists,known:Wild Charge][known:Wild Charge]Wild Charge

It has 'Wild Charge' as the baseline, with 'Renewal' on alt and 'Heart of the Wild' on Ctrl. If I don't have 'Wild Charge', it will default to 'Renewal', 'Heart of the Wild' stays on Ctrl. I have this macro assigned the 'Heart of the Wild' as 'Fallback Icon'. It should only show me 'Heart of the Wild' if I have not taken 'Wild Charge' or 'Renewal'.

Currently, whenever I have the MegaMacro window open, it shows the correct icon. But when the window is closed, it reverts to 'Heart of the Wild' icon with 'Wild Charge' tooltip, but the icon switches to the 'Fallback Icon'.

WoWScrnShot_080924_183930
WoWScrnShot_080924_183938
WoWScrnShot_080924_183942

@bpapuni
Copy link
Contributor

bpapuni commented Aug 13, 2024

Have you updated to version 1.6.3? I just tried to recreate the issue but the correct icon displayed for me in each scenario you described. I'll take another look when I get home from work.

@Konungrr
Copy link
Author

Yes, version 1.6.3. The correct icon displayed with the MegaMacro window closed?

@Khamulus
Copy link

Khamulus commented Aug 19, 2024

Ive the same problem (latest version installed).

The icons are switching in fight, when entering fight of after login.
When i open the megamacro window, all icons return to the correct state ... but they change back to the questionmark sometimes.

Edit:
I noticed that this only happens on newer macros (since Pre-Patch) for me. The Macros on my Druid work perfectly (was Main in DF), but on my new Warlock, the macros show the descriped problem

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

3 participants