HydraUI

HydraUI

841k Downloads

Shaman totem bar

CadoCat opened this issue ยท 9 comments

commented

Connected to #60 the totem bar still has a number of issues.

  1. The spells for the totems don't show when selected. The icon defaults to the "no totem selected".

  2. When switching the "Call of the X" spells, the icons show up in the default Blizzard location:
    image

commented

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

https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/FrameXML/MultiCastActionBarFrame.lua

commented

Is this movement happening when you learn a new totem spell or something?

commented

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).

commented

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.

commented

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

commented

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

commented

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

commented

Thanks for the report, I got it fixed up now

commented

I got onto the wrath PTR and was able to get the paging all sorted out. If I missed anything about it please just let me know