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.
Release Corpse while QuestBot using is a CR Problem? With Singular my toon always release in time. with your CR it waits 5 minutes will the auto release comes.

Will upload a fix now! :-)
 
yes this morning. now i had to restart hb and now your CR doesnt show up.

Compiler Error: f:\TNS\001-Honorbuddy-CAVA\Routines\Superbad\DpsMeter.cs(146,51) : error CS0173: Der Typ des bedingten Ausdrucks kann nicht bestimmt werden, weil keine implizite Konvertierung zwischen 'System.TimeSpan' und 'int' erfolgt.
 
Compiler Error: {[REDACTED]} ... HB\Routines\Superbad\DpsMeter.cs(146,51) : error CS0173: Type of conditional expression cannot be determined because there is no implicit conversion between 'System.TimeSpan' and 'int'
 
Because there is no need for a SVN if there is an AUto-update feature ;)
 
Handnavi I love this CC, great for ferals and guardians. If I may a suggestion though, modify the targeting aspect a little bit, it seems a bit sporadic and likes to jump all over the place. I can understand this as bear form, mostly; but it just seems like I get stuck sometimes because its constantly switching between targets and takes longer to kill them all. Besides that though, great CC. Highest on the DPS charts usually!
 
Just FYI... I just broke my personal record in SoO with this CR. 287k dps singletarget on a 550 ilvl feral. Keep up the good work handnavi. :>
 
hello again!
its good to see this awesome cr back :)

everything works fine except sometimes toon leaving the cat form and casting healing touch? maybe some issue with doc charges or buff duration remaining.
i saw some older posts regarding this issue but 200TPS solution still didnt work for me.
can you check this one when you're available handnavi?

cheers :)
 
Cukie! I finally found the issue! :-)
Will be solved within the next release!

Greetings Handnavi,

I was curious on what botbase Superbad supports? I ask because it works perfect with Raidbot, but doesn?t even function in arena. I thought it was Raidbot, but then people told me it?s the CC itself and that I needed to contact the author (you). Tyrael on the other hand works with Superbad in the arena setting, but does not fully function (E.g. Buffing, healing, symbiosis, travel/quatic form, prowl when not in combat, etc).
Thanks for your time in advance!
 
hello again!
its good to see this awesome cr back :)

everything works fine except sometimes toon leaving the cat form and casting healing touch? maybe some issue with doc charges or buff duration remaining.
i saw some older posts regarding this issue but 200TPS solution still didnt work for me.
can you check this one when you're available handnavi?

cheers :)


And that's the reason why :

if (talent.dream_of_cenarius.enabled && buff.predatory_swiftness.up && buff.dream_of_cenarius.down &&
(buff.predatory_swiftness.remains < 2.3 || combo_points >= 4))
if (healing_touch())
return;

Check for remaining time on predatory or if combopoints >= 4.

If time left < 2.3 and have >= 4 combopoints he will cast Healing Touch.

Just remove the combopoints check, because you don't need that to cast Healing Touch.
 
And that's the reason why :



Check for remaining time on predatory or if combopoints >= 4.

If time left < 2.3 and have >= 4 combopoints he will cast Healing Touch.

Just remove the combopoints check, because you don't need that to cast Healing Touch.


You are wrong.
I need this check. Why? I want to cast HT before i apply Rip. ;)
And i want to cast it right before it falls off.

buff.predatory_swiftness.up is also included in your quoted code - this makes sure (it should! :P) that ps is up.

Code:
            buff.predatory_swiftness.up = StyxWoW.Me.HasBuff(69369) && buff.predatory_swiftness.remains > 1.6 &&
                                          TimeSincePS > 3;
 
Cross combat routine beef. I love this lol
You are best handnavi!
 
Status
Not open for further replies.
Back
Top