
Shaman totem bar
CadoCat opened this issue ยท 9 comments
Connected to #60 the totem bar still has a number of issues.
Thanks for that. The icons are now updating. The other Calls are still showing the totems in the wrong spot though. Looking at the Blizzard LUA, I'm assuming it has to do with the MultiCastActionBarFrame_Update
It's more the screenshot. The default call is fine. But when swapping to one of the other calls it breaks the totem bar and the icons appear at their default location (on the left in the screenshot).
I've looked into this a bit more. Buttons 1-4 are for Call of the Elements, 5-8 are Call of the Ancestors, and 9-12 are spirits.
The issue is the code is only applying on buttons 1-4 and the pages aren't updating so it doesn't get applied when swapping calls.
Thanks for the research, i'll give it a look. What are call of ancestors/spirits? I only have a low level shaman to test with
They're the first button on the standard Totembar for wrath. The MultiCastSummonSpellButton, They basically have saved totem sets that a player can place the 4 totems at once.
Call of the Elements @ level 30
Call of the Ancestors @ level 40
Call of the Spirits @ level 50
Right on, thanks. I'll have a look and get it adapted for all the levels. I added your pvp micro button and aura adjustments too