What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Superbad (Druid CC)

Status
Not open for further replies.
You just have to edit it in Arelog/HBrelog. Custom Class = SuperBad
 
AW: Superbad

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.

Logfile please, for me it works. :)
 
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?
 
I've uploaded a new version.

I added some debugging messages to hopefully fix this "")(&$Z/)DFIJFAOF"! "Savage Roar error" for some people.
Added Darkflight.
Added Alchemists Flask.
 
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.
 
Last edited:
AW: 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.

Please update a log and tell me your client language aaaand i need to know if glyph of savagery was used. :)
The new logging in revision 40 should tell me where the error is. :)
 
Here's the log: View attachment 4352 2012-11-02 09.58.txt
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!
 
Last edited:
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!

Yeah, i'm able to reproduce the error with the same profile! :-)
Still got no fix, but now i hope i can test it better... :P


There is really no need for behaviour tree. I dont see the benefits of them. Everything can be done without it, too.
I've release my Druid CC with BT some month ago... but well... for me its easier to code without.
 
Fixed Savage Roar spam..........................
It happend if you were rooted / slowed -> the CC tried to break it with Savage Roar, but i failed because the buff duration was too long. :]

Happy botting
 
Latest 42 update;
Spamming constantly
Using item: Alchemist's Flask
Using item: Alchemist's Flask
Using item: Alchemist's Flask

Cheers
 
AW: Superbad

Latest 42 update;
Spamming constantly
Using item: Alchemist's Flask
Using item: Alchemist's Flask
Using item: Alchemist's Flask

Cheers

Oh. Can you post me the id of the buff it provides? (With addon idtip for example)

Edit: should work now.. can you please update and test again?
 
Last edited:
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
 
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

Yeah, thats true.
I replaced it with
Code:
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
 
Im not sure if this is possible i know nothing about coding, but it would be awesome if you could make it where you hit Lshift and Lcontrol to cyclone and root focus target in pvp that would be awesome!
 
Status
Not open for further replies.
Back
Top