"druid macro helper" issue?

Im using the “druid macro helper” addon in addition to elvUI and have encountered this issue 3 times now.

Issue: *unsure – when using abilities/potions my action bar 1 will change to another action bar

clip of the issue last night:

My current action bar 1 paging set up is
“[bonusbar:1] 7; [bonusbar:3] 9;”

in the video, it changes to action bar 2, after i innervate a mage and change to bear form. Judging by the mouse cursor weak aura, there’s roughly 0.6s left on the GCD when i am trying to haste pot.

The issue goes away randomly, I’m not 100% sure what the issue here is.

In case it’s haste pot related here’s the macro i have to work with the addon

#showtooltip
/click dmhStart
/dmh cd hs
/use Haste Potion
/click dmhEn

Innervate macro, not that i think anything the macro is an issue

#showtooltip
/cast [target=mouseover,help][help][] Innervate
/run local n = UnitIsPlayer(“mouseover”) and UnitName(“mouseover”) if n then SendChatMessage(“Innerveyting all over your face baby!”,“WHISPER”,nil,n) end

Thanks :slight_smile:

Install BugGrabber/BugStack.

This generally happens when you have an addon causing taint with the Chat API (MacroTalk used to do it on occasion). That said, because you’re using SendChatMessage in your macro there’s a chance the macro’s to blame.

1 Like

Thanks alot - i’ll try those and monitor :slight_smile: