• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Superbad (Druid CC)

    Discussion in 'Archives' started by handnavi, Oct 13, 2012.

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

      handnavi Well-Known Member Buddy Store Developer

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

      After the Guardian - Cat rotation is done i will add a Rest behaviour for all Cats / Bears! :)
       
    3. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Hey rocks, its allready included! :eek:
       

      Attached Files:

    4. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      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. :)
       
    5. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Thanks for the feedback, nice to hear that it works for you! :)
       
    6. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      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.
       
    7. rock2009

      rock2009 New Member

      Joined:
      Jun 18, 2012
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      0
      I apologize, it works fine! Its really great :eek:
      I love you handnavi :p
       
      Last edited: Oct 18, 2012
    8. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      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.
       
    9. rock2009

      rock2009 New Member

      Joined:
      Jun 18, 2012
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      0
      Could you give a talents build and Glyphs that are using yourself? for optimal damage results/survival with this CC :)
       
    10. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      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
       
    11. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      I see what i can do tomorrow. I will head to bed now. :)
       
    12. primal2k15

      primal2k15 New Member

      Joined:
      Jun 17, 2012
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      0
      Is superbad updated with the new honorbuddy?:)
       
    13. Mist

      Mist New Member

      Joined:
      Oct 12, 2012
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      primal2k15, works fine for me
       
    14. Breeem

      Breeem New Member

      Joined:
      Oct 19, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Doing 25% more GrindEXP than singular. I'm in love ,)
      edit: in addition, no more "Moving to Hotspot" problem..
       
      Last edited: Oct 19, 2012
    15. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Love is always good! :)

      The "Moving to Hotspot" was HB related... nothing todo with a Routine :)
       
    16. Wuzzabuzza

      Wuzzabuzza New Member

      Joined:
      Oct 1, 2012
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      0
      So far it's working great! Is there any way to make the bot stop attacking tagged mobs?
       
    17. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      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;
              }
      
       
    18. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Mobs that are attacked by another player while questing / grinding? :)
       
    19. Breeem

      Breeem New Member

      Joined:
      Oct 19, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      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: Oct 19, 2012
    20. colagrogg

      colagrogg New Member

      Joined:
      Oct 13, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    Thread Status:
    Not open for further replies.

    Share This Page