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

Superbad 4.0 (Druid Routine)

Status
Not open for further replies.
I have checked a lot of my recount dmg breakdowns and it seems that Im not shredded nearly as much as mangle even though I am planted directly behind boss. Any thoughts on this?

See page #1:

[ Rotation ]
You might feel that the rotation seems wrong. Mangle or Rake are often used instead of Shred. This is intended.
The routine calculates the damage of Rake and Mangle/Shred in real time.
If Rake hits stronger then Mangle / Shred and if we wont override a stronger Rake, we will favour Rake over Mangle / Shred.
Shred is only used in high energy situations (Berserk, Omen of Clarity, and Heroism/Bloodlust).
 
I have checked a lot of my recount dmg breakdowns and it seems that Im not shredded nearly as much as mangle even though I am planted directly behind boss. Any thoughts on this?
I bet you its using Shred when its supposed to (during Berserk) outside of that you're supposed to use mangle as your main combo point-builder.
 
Hey, sorry, but I was wondering, if I wanted to change the CC so that it doesn't cast Faerie Fire while I'm prowling in cat, do I just change

Code:
        private static bool faerie_fire()
        {
            if (CurrentShape == ShapeshiftForm.Cat && !SuperbadSettings.Instance.UseFff)
                return false;
            if (CurrentShape == ShapeshiftForm.Bear && !SuperbadSettings.Instance.UseFffBear)
                return false;
            if (_distance > 35)
                return false;
            return TalentManager.FaerieSwarm ? Spell.Cast(102355, true) : Spell.Cast(770, true);
        }

to

Code:
        private static bool faerie_fire()
        {
            if (CurrentShape == ShapeshiftForm.Cat && !SuperbadSettings.Instance.UseFff && buff.prowl.up)
                return false;
            if (CurrentShape == ShapeshiftForm.Bear && !SuperbadSettings.Instance.UseFffBear)
                return false;
            if (_distance > 35)
                return false;
            return TalentManager.FaerieSwarm ? Spell.Cast(102355, true) : Spell.Cast(770, true);
        }

in the 'DruidAttacks' file? Just added a '&& buff.prowl.up' to the end of the condition check.
 
Anyone can screen their PVE HC Raider Config please :)
(Feral)

LSXBbdn.png
dCxMoto.png

For garrosh:
In general#2 tab i drop survival insticts to 0% and use it manually. Speed buffs on garrosh manual as well. In feral tab i change AOE Rotation to 9 mobs. That was while progressing. Last time (4th kill for our group) i forgot to do so and did even better with all the AoE on P1.

I typically symbiosis a priest for dispersion and use it myself. Even though the use symbiosis spell is checked, ive only seen it use the wolfes off shaman (which is complete trash) and shatter throw.
And all the fights i start without targeting the boss, prepot-prowl-savage roar-tigers fury-pounce. Helps out with late lust as well, as having berserk up and lust at the same time seems to be against Handnavi's routine. Which i love and trust 100% :)
 
View attachment 135062
The routing doesn't show in my list of routines for some reason..

Compiler Error: c:\Users\Damo\Documents\Honorbuddy\Routines\Superbad\Party.cs(162,53) : error CS0121: The call is ambiguous between the following methods or properties: 'Superbad.PartyBuff.GetMissingPartyBuffs(Styx.WoWInternals.WoWObjects.WoWUnit)' and 'Superbad.PartyBuff.GetMissingPartyBuffs(Styx.WoWInternals.WoWObjects.WoWUnit)'

Delete and redownload SuperBad Routine :)
 
Does anyone have a site or anything comparable to look and see where my dps should be. It feels a little low even for a kitty and SimCraft says 161k dps for my 526 ilvl. I know some people hate SimCraft as a guideline but its hard finding anything else. BTW Superbad Im doing only around 148k dps on target dummy in a 10 minute interval


Looking at the SIM again it looks like it takes into account raid buffs and everything tweeked on the patchwork fight.....Feral must be pretty heavily gear dependent or am I wrong?
 
Last edited:
Does anyone have a site or anything comparable to look and see where my dps should be. It feels a little low even for a kitty and SimCraft says 161k dps for my 526 ilvl. I know some people hate SimCraft as a guideline but its hard finding anything else. BTW Superbad Im doing only around 148k dps on target dummy in a 10 minute interval


Looking at the SIM again it looks like it takes into account raid buffs and everything tweeked on the patchwork fight.....Feral must be pretty heavily gear dependent or am I wrong?

You are wrong. Ferals are best with lower ilvl. With everyone being 588, ferals are still top, but ever so sligthly. And i am talking about SoO raiding, so 540+.

If you want the absolute best number, download Catus. Get your char from armory and sim your dps. It will give you an average with +-.

Here is me, with my cat gear reforged for a bear because my guild likes vacations. DPS back, dps trinkets, but reforge is fucked, 66% crit 79% mastery 24% haste 12.1% expertise (no raid buffs). Typically in cat with raid buffs i am 54% crit, 133% mastery, 15% haste and 7.5% expertise. Regardless, in my current gear, here is recount on 4 min fight vs catus:
A8RSqDk.jpg
vs
rZhZgR4.jpg
 
Last edited:
Volkvin are you playing by hand or superbad because catus says my dps is 138k with my gear lol
 
Volkvin are you playing by hand or superbad because catus says my dps is 138k with my gear lol

Superbad. I cannot play as good as Superbad. Doubt that many people can. Catus is an advanced program, make sure to go through everything thoroughly :) And instead of looking at straight DPS, look at the range of DPS. the 25-75% is decent in my opinion. If you are between 25-75% you are good.
 
Status
Not open for further replies.
Back
Top