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 used this as a feral spec this is perfect routine.
I tested my dps with simulation craft 5 min fight as elite player and it says my dps must be 122k, but this routine made 138k dps on tortos. Firstly i thought it hit other mobs too but when i checked recount my all damage was on tortos. So this was my first time to see that someone do %15 more dps than simcraft as single target dps i prefer everyone to use this :)

Elite player in Looking For Retards ? Because if you did this in normal raid, then you are a noob and not Elite player.
 
Elite player in Looking For Retards ? Because if you did this in normal raid, then you are a noob and not Elite player.
He doesnt even mention wether it was lfr normal or heroic tortos, yet you assume it is lfr and therefore call him a noob?

smh.gif


What I think he meant is that his simmed DPS (perfect rotation, hence elite player?) says to be 122k on patchwerk-fight, and Superbad pushed out 16k more for him on Tortos.
The *****ed shell-debuff most likely helped as well though.
 
Something strange happend.
I was in MOONKIN SPEC and tested top secret stuft @ dummy.

:confused::confused::confused:
 
Whoa! I guess you heard the rumors Im going boomkin next patch, and are preparing to make another CR that beats the PQR-options! ^_<
 
CR Crashed my HB

Every time i try Load your Routine i keep getting and honorbuddy error and it crashes.
Yet every other Routine works.
 

Attachments

Hi,

I tried to add a settings for farm, since it always tries to move to behind and cost too much time to pull when farming mobs.
I will appreciate it if you can add pull it to your source.

Thanks,

Main.cs
Code:
       public static void CreateMoveBehindTargetBehavior()
        {
            if (Group.MeIsTank || StyxWoW.Me.IsCasting || StyxWoW.Me.IsChanneling)
                return;
            var currentTarget = StyxWoW.Me.CurrentTarget;
            if (currentTarget != null)
            {
                if (currentTarget.MeIsSafelyBehind || !currentTarget.IsAlive ||
                    BossList.AvoidRearBosses.Contains(currentTarget.Entry))
                    return;
                if (currentTarget == StyxWoW.Me)
                    return;
                if (currentTarget.CurrentTarget == StyxWoW.Me)
                    return;
                //Added here
		if (SuperbadSettings.Instance.FarmMode)
					return;
				
                var behindPoint = CalculatePointBehindTarget();

                if (Navigator.CanNavigateFully(StyxWoW.Me.Location, behindPoint, 4))
                {
                    Navigator.MoveTo(behindPoint);
                }
            }
        }
 
Instead of editing settings, just uncheck Pull behavior menu: Pull with stealth. And then check Use Faerie Fire in second tab. Done.
 
Hi,

cant test at the moment so I ask here xD

Does the Routine use Wrath now from lvl 1-6 ?

In the old version he autoattacks, because he has no cat form from 1-6.

Thx for your work <3
 
Handnavi,

Has something changed? I was under the impression this CR was not going to be continued due to legal reasons. I only ask as I see PewPewPew went live today. Will this CR continue to be supported?

Thank you in advance.
 
Handnavi,

Has something changed? I was under the impression this CR was not going to be continued due to legal reasons. I only ask as I see PewPewPew went live today. Will this CR continue to be supported?

Thank you in advance.

Honorbuddy users from Germany aren't allowed to use the normal Honorbuddy anymore due to a judgement of a court thanks to Blizzard. That was the problem why everybody from Germany couldn't log in in HB, therefore he said he won't support it anymore because he didnt want to code blind. :) But thanks to Bossland we german ppl are once again able to use HB on a legal basis. So.... ;)
 
Honorbuddy users from Germany aren't allowed to use the normal Honorbuddy anymore due to a judgement of a court thanks to Blizzard. That was the problem why everybody from Germany couldn't log in in HB, therefore he said he won't support it anymore because he didnt want to code blind. :) But thanks to Bossland we german ppl are once again able to use HB on a legal basis. So.... ;)

I'm sporting a RAGING SEMI after hearing that! Great CR & I'm sure PewPewPew will be just as good.
 
Hi,

cant test at the moment so I ask here xD

Does the Routine use Wrath now from lvl 1-6 ?

In the old version he autoattacks, because he has no cat form from 1-6.

Thx for your work <3

Lowlevel is not supported as far as I know. Just level until 6 manually ;)
 
Status
Not open for further replies.
Back
Top