What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[PAID] HazzDruid [Premium Edition]

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!
 
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.
 
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.
 
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?
 
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!

How much Spirit do you have and INT and mana ?
 
EDIT : goign oom asap for some reason think its the gear but bought all pvp int crap gear of 339 ItemLV

getting gear from normal now with great stats and this is great just walking after the tank and do nothing love this GREAT WORK
 
going oom now in normal instances with the latest versions
 
Last edited:
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.
 

Attachments

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.

How come Ensemble's works with nourish and does not over spam it?
 
Question. your new version DOES NOT drink when it is low on mana but your older version does why is that?
 
@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;
     }

Question. your new version DOES NOT drink when it is low on mana but your older version does why is that?
@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();
            }
        }
 
Question. your new version DOES NOT drink when it is low on mana but your older version does why is that?

I will fix this issue ASAP

Note: I am working on trying to fix Nourish
 
Last edited:
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.
 
i have the same problem over spamming regrowth

but still this is some great work you are doing
 
Quick question. Would it be possible for you to have it not self cast thorns/barkskin the moment it joins a BG? Lol
 
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.
 
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.

Please read ALL of the information on the first page and you will find what you are looking for.
 
I did, and hes still moving around. Obviously not anything with you, im gonna report it as a bug.
 
HDD Version 1.1.1
.Fixed resting issue. *Thank you LiquidAtoR
(No more casting wise trying to drink.)
.Fixed issue with Regrowth
 
Back
Top