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.
Hi Handnavi, I have tried for the first time to use your Superbad CC, I have enabled movement and specified cat form only, the bot is running questing to level but when it starts to fly off to pick up a quest etc it seems unaware of depth perception, it hovers over the target quest and never flies downwards. If i repeat the steps using another CC then its fine, any idea?

Hello langers,

i think that the error you encountered has notthing to do with this CC. Maybe HB got stuck, and after restarting it works suddenly. :-P
To give you a final answer whats causing your issues i need a log file to see whats maybe going wrong.
 
^Having the exact same problem. Makes it really useless for me atm :/
But the other profiles do not make my druid do anything else but autoattack.
so annoying

got a solution here? (for the no rest problem)

Great work, man! But i have a problem with low lvl questing (about 20 lvl atm). My druid dies too much without healing between combats. He pulls mobs at 40% hp.


After the Guardian - Cat rotation is done i will add a Rest behaviour for all Cats / Bears! :-)
 
Hi handnavi!:) Can u add to your Superbad - healing by Healing touch when Predatory Swiftness procs?
for example when i use Singular - i add to config this :

Spell.Cast("Healing Touch", ret => (StyxWoW.Me.HasAura("Predatory Swiftness") && StyxWoW.Me.HealthPercent <= 80 ||
StyxWoW.Me.HasAura("Nature's Swiftness"))),

after that my feral heals him much better :) sorry for my bad english...
i hope your "Superbad" will be better than the rest :o

Hey rocks, its allready included! :o
 

Attachments

  • picture.PNG
    picture.PNG
    23.7 KB · Views: 97
This might be a very nooby question, but how do I install this? I wanna make sure not to ruin my honorbuddy folder

Hey primal2k15! :-)
Just download the zip file and extract it into a folder called Superbad.
Put this "Superbad-Folder" into \Honorbuddy\Routines
You will find Singular there, too. :-)
 
it's savage roar spam (i was with version 16... updated with the new one but i should test it)

Here your log: https://dl.dropbox.com/u/38084955/5048 2012-10-17 14.41.txt (sorry 3.9 MB, too much for the forum)


PS: could you add a changelog to your updates?

Thanks again for this log tsatsa. I just looked again and it and found a bug with Savage Roar. I missed a ("!") so something went really wrong. :D Will upload this now.
 
I apologize, it works fine! Its really great :o
I love you handnavi :p
 
Last edited:
okay, I just was surprised that with the buff Predatory Swiftness - my druid did not use Healing touch, so he dies from mobs :(

Oh, this should not happen. :/
You have got a log for that specific case?
Did'nt he use it infight or was it between the fights? So far its only implemented within fights... :/ Rest behaviour is the next on my todo list.
 
Could you give a talents build and Glyphs that are using yourself? for optimal damage results/survival with this CC :)
 
Pushed a new version!

Changelog:
- Fixed the calculation of our rake / rip / current_tick multipliers. (Its okay if you do not know what it is :P)
- Fixed Savage Roar detection if you dont have got "Glyph of Savagery"
- Added function to check if Savage Roar is up
- Added Guardian - Cat
-
Fixed Enrage spam for Guardian - Bear when he was not in Bear Form
 
Doing 25% more GrindEXP than singular. I'm in love ,)
edit: in addition, no more "Moving to Hotspot" problem..
 
Last edited:
Doing 25% more GrindEXP than singular. I'm in love ,)
edit: in addition, no more "Moving to Hotspot" problem..

Love is always good! :-)

The "Moving to Hotspot" was HB related... nothing todo with a Routine :-)
 
I've pushed a new update.
Sadly i did not finish any Rest behaviour, because i was messing around with some stupid calculations. This shit took me nearly 4 hours - but maybe now we do 0,01% more dps. :-(

If you like to know what i did...:
I calculated exactly for how much dmg rip and rake are currently ticking and what the expected values would be, if we apply it now.

For Rip:
Code:
Classname.RipMultiplier = (113 + (320 * StyxWoW.Me.ComboPoints) + (0.3872 * StyxWoW.Me.AttackPower * StyxWoW.Me.ComboPoints)) * DamageMultiplier();
Classname.RipMultiplier = Classname.RipMultiplier * (1 + mastery / 100);

For Rake:
Code:
Classname.RakeMultiplier = (118 + (StyxWoW.Me.AttackPower * 0.368)) * DamageMultiplier();
Classname.RakeMultiplier = Classname.RakeMultiplier * (1 + mastery / 100);

Our DamageMultipliers are:
Code:
        private static double DamageMultiplier()
        {
            double multiplier = 1;
            //TF
            if (buff.tigers_fury.up)
                multiplier = multiplier * 1.15;
            //Savage Roar
            if (buff.savage_roar.up)
                multiplier = multiplier * 1.3;
            //Doc
            if (buff.dream_of_cenarius_damage.up)
                multiplier = multiplier*1.25;
            //NV
            if (buff.natures_vigil.up)
                multiplier = multiplier*1.2;

            return multiplier;
        }
 
The "Moving to Hotspot" was HB related... nothing todo with a Routine :-)

Are you sure about this? I did the HB update today, had still the same issue... pressed stop, changed to superbad, pressed start -> worked.
 
Last edited:
Hi Im new to this but i have 1 issue. I've update HB and ur superbad congif and it dosnt work, it just standing still and do nothing. in HB its saying "Mark of the Wild", like it wanna buff it before it start. but im only lvl 25 so i dont have the buff. How do i make this work?
 
Status
Not open for further replies.
Back
Top