Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Fizzlemizz
Forum: Lua/XML Help 11-23-20, 09:51 AM
Replies: 8
Views: 4,140
Posted By Fizzlemizz
If comment out your current code, copy/paste the...

If comment out your current code, copy/paste the code above and use that instead, it should work.

If you create a macro with:
/run C_MountJournal.SummonByID(0)
And drag that to your action bar.

I...
Forum: Lua/XML Help 11-21-20, 01:23 PM
Replies: 8
Views: 4,140
Posted By Fizzlemizz
I suspect you're trying to do two different...

I suspect you're trying to do two different things that need different approaches

Updating the menu requires the Blizzard Collection addon to be loaded so that needs to be tracked.

If you're not...
Forum: Lua/XML Help 11-21-20, 09:29 AM
Replies: 8
Views: 4,140
Posted By Fizzlemizz
Your code for the hooked MountOptionsMenu_Init...

Your code for the hooked MountOptionsMenu_Init function doesn't seem to require any information so the hook itself is not required. Just run your code when your addon loads or when you've detected...
Forum: Lua/XML Help 11-20-20, 08:53 PM
Replies: 8
Views: 4,140
Posted By Fizzlemizz
If you mark you addons .toc to load when the...

If you mark you addons .toc to load when the Collections addon is loaded, you don't have to worry about tracking ADDON_LOADED (assuming that's the only addon you're waiting for and your addon isn't...
Showing results 1 to 4 of 4