• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Superbad 4.0 (Druid Routine)

    Discussion in 'Archives' started by handnavi, Aug 13, 2013.

    Thread Status:
    Not open for further replies.
    1. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Will upload a fix now! :)
       
    2. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      Perfect!
       
    3. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Does it work? :)
       
    4. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      yes this morning. now i had to restart hb and now your CR doesnt show up.

       
    5. crowley6

      crowley6 New Member

      Joined:
      Dec 11, 2011
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      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'
       
    6. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Uuups, i killed it. Second. :D
       
    7. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Redownload please, fixed it. :/
       
    8. Characture

      Characture New Member

      Joined:
      Jul 26, 2013
      Messages:
      147
      Likes Received:
      1
      Trophy Points:
      0
      I love this routine, but... why for no svn?
       
    9. Bad_Tux

      Bad_Tux Member

      Joined:
      May 7, 2013
      Messages:
      155
      Likes Received:
      0
      Trophy Points:
      16
      Because there is no need for a SVN if there is an AUto-update feature ;)
       
    10. Characture

      Characture New Member

      Joined:
      Jul 26, 2013
      Messages:
      147
      Likes Received:
      1
      Trophy Points:
      0
      >.< d'oh. Delete delete delete.
       
    11. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Cukie! I finally found the issue! :)
      Will be solved within the next release!
       
    12. Cukie

      Cukie Active Member

      Joined:
      Dec 3, 2011
      Messages:
      1,255
      Likes Received:
      3
      Trophy Points:
      38
      Huzzah!
       
    13. ULTIMATE-SEVEN

      ULTIMATE-SEVEN Member

      Joined:
      Oct 21, 2011
      Messages:
      351
      Likes Received:
      5
      Trophy Points:
      18
      nice job handnavi
       
    14. aeugis

      aeugis New Member

      Joined:
      Sep 2, 2012
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      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!
       
    15. Bad_Tux

      Bad_Tux Member

      Joined:
      May 7, 2013
      Messages:
      155
      Likes Received:
      0
      Trophy Points:
      16
      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. :>
       
    16. xilla

      xilla Member

      Joined:
      Jun 2, 2011
      Messages:
      143
      Likes Received:
      0
      Trophy Points:
      16
      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 :)
       
    17. Cobra00R

      Cobra00R New Member

      Joined:
      Jan 26, 2013
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      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!
       
    18. Pasterke

      Pasterke Well-Known Member Buddy Store Developer

      Joined:
      Dec 12, 2011
      Messages:
      1,228
      Likes Received:
      48
      Trophy Points:
      48

      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.
       
    19. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48

      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;
      
       
    20. volkvin

      volkvin New Member

      Joined:
      Nov 25, 2012
      Messages:
      212
      Likes Received:
      3
      Trophy Points:
      0
      Cross combat routine beef. I love this lol
      You are best handnavi!
       
    Thread Status:
    Not open for further replies.

    Share This Page