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

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

    1. stiky

      stiky New Member

      Joined:
      Feb 18, 2011
      Messages:
      260
      Likes Received:
      7
      Trophy Points:
      0
      Used this in about 15 random heroics totally AFK, works like a dream! thanks so much!

      i dislike how it uses Regrowth more than it should, but meh!
       
    2. Lockwood

      Lockwood Member

      Joined:
      Jul 30, 2010
      Messages:
      921
      Likes Received:
      4
      Trophy Points:
      18
      PVP feedback

      Any chance on reworking the regrowth. Using ensembles atm and it is healing better (it supports nourish).

      + adding some CC behaviour like Hurricane or Natures grasp on attackers, run away then continue casting? I know Amplify did something similar for it's frost nova behaviour.
       
    3. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      HDD Version 1.0.9
      .Fixed issue with Swiftmend
      .Fixed issue with casting checks. (CC should NOT have an issue were it suddenly stop casting!)
      (Sorry still no Nourish due to an issue with HB over spamming the spell.)

      HDP Version 1.0.2 BETA
      .Revamp of all healing spells to work better with PVP.
      .Added Thorns.
      .Added Barkskin.
      Please note that this is BETA and there is a lot more work to be done.
       
    4. Lockwood

      Lockwood Member

      Joined:
      Jul 30, 2010
      Messages:
      921
      Likes Received:
      4
      Trophy Points:
      18
      Does the PVP bot has disable all movement? Does it actually work or is it like Ensemble and seems to attack things in healer mode?
       
    5. primo

      primo New Member

      Joined:
      Sep 19, 2010
      Messages:
      1,059
      Likes Received:
      0
      Trophy Points:
      0
      How much Spirit do you have and INT and mana ?
       
    6. primo

      primo New Member

      Joined:
      Sep 19, 2010
      Messages:
      1,059
      Likes Received:
      0
      Trophy Points:
      0
      getting gear from normal now with great stats and this is great just walking after the tank and do nothing love this GREAT WORK
       
    7. primo

      primo New Member

      Joined:
      Sep 19, 2010
      Messages:
      1,059
      Likes Received:
      0
      Trophy Points:
      0
      going oom now in normal instances with the latest versions
       
      Last edited: Mar 12, 2011
    8. spawnling

      spawnling Member

      Joined:
      Jan 15, 2010
      Messages:
      90
      Likes Received:
      2
      Trophy Points:
      8
      Well, it seems that my Druid does not like to heal anyone.

      I let the party kill first mob in GrimBatol hoping it would kick in, but did not.
      Here is my Log. Also i have tried on two computers, and with a fresh wow install and no addons installed.
      Tried using the Leader plugin also. does not want to work for me. hopefully it is something very simple i have overlooked.
       

      Attached Files:

    9. xsilverdicex

      xsilverdicex New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,389
      Likes Received:
      14
      Trophy Points:
      0
      How come Ensemble's works with nourish and does not over spam it?
       
    10. projektt

      projektt Active Member

      Joined:
      Sep 21, 2010
      Messages:
      1,424
      Likes Received:
      8
      Trophy Points:
      38
      Question. your new version DOES NOT drink when it is low on mana but your older version does why is that?
       
    11. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      @hazz, Can I ask at what HP *value* you used to cast nourish (even though it's not implemented I'm interested), and if you only cast this on the tank or on all party/raid members.
      I would like to experiment around a bit myself with it to see what happens.
      You can see below I left the real values out and just put *value* instead as I don't know at what HP it was cast.
      I also was not sure if the needCast = true; part was needed here, but just put it there in case.

      if only for the tank I would use this:
      Code:
           else if (tar.Guid = tank.Guid && hp < *value* & (isAuraActive("Rejuvenation", tar) || isAuraActive("Regrowth", tar) || isAuraActive("Lifebloom", tar) || isAuraActive("Wild Growth", tar)))
           {
            s = "Nourish";
            needCast = true;
           }
      if for the whole party/raid I would use this:
      Code:
           else if (hp < *value* & (isAuraActive("Rejuvenation", tar) || isAuraActive("Regrowth", tar) || isAuraActive("Lifebloom", tar) || isAuraActive("Wild Growth", tar)))
           {
            s = "Nourish";
            needCast = true;
           }
      @projektt, hazz probably left out the rest routine in his latest version. You can find this at the bottom of a old automated version. Just put it in the new version if you're desperate to have this automated.

      You would have to add this somewhere at the end of the file (like it used to be), lets say around line 422 (if you didn't change anything in the file this should be a empty line).
      Code:
              public override bool NeedRest
              {
                  get
                  {
                      if (Me.ManaPercent < 50 &&
                          !Me.Auras.ContainsKey("Drink"))
                      {
                          Logging.Write("Need a Drink");
                          return true;
                      }
                      return false;
                  }
              }
              public override void Rest()
              {
                  if (Me.ManaPercent < 99)
                  {
                      Styx.Logic.Common.Rest.Feed();
                  }
              }
       
    12. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      I will fix this issue ASAP

      Note: I am working on trying to fix Nourish
       
      Last edited: Mar 13, 2011
    13. 99dsimonp

      99dsimonp Member

      Joined:
      Jan 15, 2010
      Messages:
      587
      Likes Received:
      0
      Trophy Points:
      16
      My heroic-raid geared resto druid just went oom on a heroic-dungeon boss by spamming regrowth :)
      Great to hear you're working on a fix for Nourish, it's very appreciated.
       
    14. primo

      primo New Member

      Joined:
      Sep 19, 2010
      Messages:
      1,059
      Likes Received:
      0
      Trophy Points:
      0
      i have the same problem over spamming regrowth

      but still this is some great work you are doing
       
    15. Veight

      Veight Member

      Joined:
      Jul 12, 2010
      Messages:
      248
      Likes Received:
      0
      Trophy Points:
      16
      Quick question. Would it be possible for you to have it not self cast thorns/barkskin the moment it joins a BG? Lol
       
    16. stiky

      stiky New Member

      Joined:
      Feb 18, 2011
      Messages:
      260
      Likes Received:
      7
      Trophy Points:
      0
      might be a dumb question... but im not looking through all the pages.

      How can i manually move my druid? i have issues of it following the wrong target... even if set the leader is on the tank.
       
    17. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      Please read ALL of the information on the first page and you will find what you are looking for.
       
    18. stiky

      stiky New Member

      Joined:
      Feb 18, 2011
      Messages:
      260
      Likes Received:
      7
      Trophy Points:
      0
      I did, and hes still moving around. Obviously not anything with you, im gonna report it as a bug.
       
    19. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      HDD Version 1.1.1
      .Fixed resting issue. *Thank you LiquidAtoR
      (No more casting wise trying to drink.)
      .Fixed issue with Regrowth
       
    20. quel

      quel Member

      Joined:
      Oct 19, 2010
      Messages:
      844
      Likes Received:
      7
      Trophy Points:
      18
      IB settings there is a check on and off with disabling all movement
       

    Share This Page