Great CC, works flawless! But thats the problem too, i cant stop neither Lazyraider or the CC per hotkey. I tried every modifier and combination, can only stop it by clicking the stopbutton in HB.
I think that the problem with savage roar was caused by a new hb version. Im quite sure that i did not modify anything within the last days regarding savage roar. .. and now it seems to be broken![]()
Yeah, that was my initial though as well.
What glyphs/talents do you recommend using with the CC? I'm a feral cat.
Edit: I got HB build 507. Anyone else having issues with this HB build?
Here you go. View attachment 64345
If skilled Herbelist, if low health use Lifeblood + Life Spirit ?! Maybe just for lvling.
Ah ok, thank you very much for the help!You just have to edit it in Arelog/HBrelog. Custom Class = SuperBad
The savage roar spammage seems to occur when the mob is on low health. Which causes a problem when fighting more than one mob.
Edit: Actually, it seems to also happen when the mob is not on low health. I'm investigating further.
Here's the log: View attachment 64490
The Savage Roar spam seems to have begun during the second fight, when a second npc attacked me. When it started fighting the second mob, it did nothing else but spam Savage Roar. I had to shut down the bot not to die.
I am using Glyph of Savagery.
Edit: Btw, why don't you use behaviour trees? They're really easy to work with!
Latest 42 update;
Spamming constantly
Using item: Alchemist's Flask
Using item: Alchemist's Flask
Using item: Alchemist's Flask
Cheers
Sorry not sure how to do that,Oh. Can you post me the id of the buff it provides? (With addon idtip for example)
Sorry not sure how to do that,
Currently in raid at the moment, If I can do it without an addon?
I think it has to do with
"if (StyxWoW.Me.HasAura(105617))"
I'm raid flasked so its checking for alchy flask, doesn't see it, tries to buff it but fails. = Loop
if (StyxWoW.Me.HasAura(79638) || StyxWoW.Me.HasAura(79639) || StyxWoW.Me.HasAura(79640))
Yeah, thats true.
I replaced it with
Code:if (StyxWoW.Me.HasAura(79638) || StyxWoW.Me.HasAura(79639) || StyxWoW.Me.HasAura(79640))
That didn't seem to fix it so I just added my own flask ID of 105689 "Flask of Spring Blossoms"
Thanks though