• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [PAID] HazzDruid [Premium Edition]

    Discussion in 'Druid' started by hazard, Feb 7, 2011.

    1. Speechlezz

      Speechlezz New Member

      Joined:
      Jan 3, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Do u take a look at my log?
       
    2. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      3.9.5 re-uploaded:
      Added options to GUI to enable/disable Dragon Soul special features.
       
    3. sobora

      sobora New Member

      Joined:
      Feb 18, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      wild mushrooms are still in single target rotation
       
    4. cyberpunk203

      cyberpunk203 Member

      Joined:
      Dec 31, 2011
      Messages:
      43
      Likes Received:
      2
      Trophy Points:
      8
      Am trying to use this for boomkin with raid bot base. Works great only question I have is, is there a setting I'm missing to make it wait to attack until I manually hit an attack button to attack?

      As it is for me now as soon as I target something it nukes it, worried that might get me into trouble with accidental pulls hehe.
       
    5. Poofie

      Poofie Member

      Joined:
      May 15, 2011
      Messages:
      232
      Likes Received:
      1
      Trophy Points:
      18
      Hey. This might be alot of work to do, but after seeing the druid perform in bg's (which im satified with just fine) i noticed that it would litterally spam dispell alot, too much actually, dispelling when healing would be more benefitial.

      Would it be possible to add some kind of selective dispelling option, thinking mostly for pvp - to remove only the nastiest debuffs, those that you select, so it would prioritise healing over the "less important" debuffs
       
    6. Venus112

      Venus112 New Member

      Joined:
      Jun 17, 2010
      Messages:
      1,509
      Likes Received:
      13
      Trophy Points:
      0
      the DS buttons looks like some of our old code - actually i am convinced that it is (but that's not exactly what i am trying to tell you here - i'm just saying if i was you, i would use these codes instead)




      HTML:
      
              #region Dragon Soul
      
              public bool DebuffByID(int spellId)
              {
                  if (Me.HasAura(spellId) && StyxWoW.Me.GetAuraById(spellId).TimeLeft.TotalMilliseconds <= 2000)
                      return true;
                  else return false;
              }
      
              public bool Ultra()
              {
                  using (new FrameLock())
                  {
                      if (KingoftheJungleSettings.Instance.DSL)
                      {
                          foreach (WoWUnit u in ObjectManager.GetObjectsOfType<WoWUnit>(true, true))
                          {
                              if (!Me.ActiveAuras.ContainsKey("Survival Instincts"))
                              {
                                  if (u.IsAlive
                                      && u.Guid != Me.Guid
                                      && u.IsHostile
                                      && u.IsCasting
                                      && (u.CastingSpell.Id == 109417
                                          || u.CastingSpell.Id == 109416
                                          || u.CastingSpell.Id == 109415
                                          || u.CastingSpell.Id == 106371)
                                      && u.CurrentCastTimeLeft.TotalMilliseconds <= 800)
                                      return true;
                              }
      
                          }
                      }
                  }
                  return false;
              }
      
              public bool UltraFL()
              {
                  {
                      if (KingoftheJungleSettings.Instance.DSL && 
                          (DebuffByID(110079)
                          || DebuffByID(110080)
                          || DebuffByID(110070)
                          || DebuffByID(110069)
                          || DebuffByID(109075)
                          || DebuffByID(110068)
                          || DebuffByID(105925)
                          || DebuffByID(110078)))
                          return true;
                  }
                  return false;
              }
      
              public bool DW()
              {
                  {
                      if (KingoftheJungleSettings.Instance.DSL &&
                          (DebuffByID(110139)
                          || DebuffByID(110140)
                          || DebuffByID(110141)
                          || DebuffByID(106791)
                          || DebuffByID(109599)
                          || DebuffByID(106794)
                          || DebuffByID(109597)
                          || DebuffByID(109598)))
                          return true;
                  }
                  return false;
              }
      
              #endregion
      
      Reason this is done, is that other detection methods seems to fail on certain levels - i am convinced that HB is having a problem detecting these different versions of the spells completely by name; this uses spell ids to get the correct spell
      Meaning your code might not detect everything also the shrapnel code is wrong: They don't always target you, so the code can and will fail (this new one shouldn't, as it looks at the debuff you recieve)

      Also, as a added bonus - CC wont use button on Hour of Twilight, if Survival Instincts isn't used.

      If you decide to use the code, just remember to give rep for it
       
      Last edited: May 9, 2012
    7. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      @ Venus112.

      Thank you mate. I will have a little look into this when I get some spare time :)
       
    8. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      Update 3.9.5b
      Fixed the Dragon Soul buttons.
      Added an option to enable/disable healing wise out of combat.
       
    9. haxed

      haxed New Member

      Joined:
      Jan 15, 2010
      Messages:
      545
      Likes Received:
      1
      Trophy Points:
      0
      Hi Hazard

      Should it be using lifebloom in 10 mans and 25 mans? because it only seems to roll it on tanks in 5 mans.

      Haxed
       
    10. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      Its bugged HonorBuddy does not seem to detect the tank.guid when in a 10 or 25 man or at least i don't know how to make it?
       
    11. haxed

      haxed New Member

      Joined:
      Jan 15, 2010
      Messages:
      545
      Likes Received:
      1
      Trophy Points:
      0
      Is it something like setting the check unit to tank and then building the Lifebloom code around that, it seems thats what it is like in TCRestoDruid.cc

      I might be completly wrong cos im still learning this coding stuff :p
       
    12. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      Is there an editable list of things that this cleanses? Just curious because I just got kicked from a ZG heroic run because I kept cleansing a debuff that wasn't supposed to be cleansed. I wasn't paying attention to chat, so I kept missing them telling me to stop, and kept cleansing it. I honestly have no idea what that debuff is. I tried looking in the log to see if it would say what the dispelled thing was, but no such luck. Sorry, it's not cleanse, it's Remove Corruption that was being cast. But, yes, i was kicked from the group because it kept using Remove Corruption on a debuff that evidently isn't supposed to be removed. I'll attach the log.
       

      Attached Files:

    13. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      Disable cleanse when your in ZG mate. It has an option in the GUI.
       
    14. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      Yeah, wasn't thinking on that line of things. I've never done the new ZG, so I didn't know if there were other debuffs that needed to be cleansed. Thought there might have been a list of good ones, and bad ones, so to speak. lol

      It's ok though, if there's not, then I'll just work with the on/off option.
       
    15. davidbasara

      davidbasara New Member

      Joined:
      Mar 30, 2011
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      0
      quick posting but no idea what to set the defaults at, and this post is cluttered with replies. i dont have any default for healing %'s so i have to adjust them myself and seems like i always get it wrong because people die. and, you could add a gui for the players in your raid and mark a target to roll lifebloom on. kinda like the selective healing section in holycow.
       
    16. Kazumakun

      Kazumakun Member

      Joined:
      Jan 24, 2012
      Messages:
      171
      Likes Received:
      0
      Trophy Points:
      16
      With or without Hazzfollow the bot refuses to turn and fight mob's it's pulled if it runs past during the initial pull.

      1st log without 2nd with, Also if i stop the bot with hazzfollow running honor buddy crashes right after. What happened to hazzface? (that worked fine for me)

      Edit: Singular + hazzfollow works fine, Honorbuddy was a fresh install so the other plugins are bog standard packadged ones, Could any of them be conflicting? AutoEquip2,ItemForAuraQuesthelper and ProfileHelper are enabled.
       
      Last edited: May 13, 2012
    17. classicjkee

      classicjkee New Member

      Joined:
      May 14, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Gonna test your CC
       
    18. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      I see this has dispelling, but it doesn't dispel Static Cling. I have to try to manually do it, and that fails 98% of the time because the CC takes control over everything, so the only time I get lucky enough to fire off a dispel is when the bot lags slightly and I can get in a manual keypress. I didn't see a list of things it dispels anywhere. I even checked within the code to see if there was a list of things it dispels, but I couldn't find one. I could only find where it casts the druid dispel. Is there any way you can code in an editable list of things that can be dispelled?

      When I run heroics and get stuck running The Vortex Pinnacle, I slump back in my seat and sigh very deeplly because I know that mots people are not going to jump during the Static Cling cast and are going to die and bitch at me for not dispelling. I've tried the other druid healing CCs and this one works the best so far, so I stick with it. I know it's a minor thing, but that damn spell is the bane of my existence and if I'm running the bot to heal with, then I'm screwed because it's not going to dispel and it's going to prevent me from dispelling because it's firing heals off at 9,000 MPH.

      Spell: Static Cling - Spell - World of Warcraft
       
    19. just quick question,how can i make druid to use lifebloom at bgs more often ? lets say constantly on myself since there is no tank ? and that tank option,does it mean he wont heal anyone else with bloom? thanks in advance:)
       
    20. BAJONDIL

      BAJONDIL Member

      Joined:
      Oct 16, 2010
      Messages:
      103
      Likes Received:
      0
      Trophy Points:
      16
      for 85 grinding, what is better ? use balance o feral .... i use the druid for farming savage leather , and i just kill 100 /hour in all the profiles i test.... i think is because i use balance.... i have a 380 ilevel
       

    Share This Page