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?
getting gear from normal now with great stats and this is great just walking after the tank and do nothing love this GREAT WORK
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.
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; } @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(); } }
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.
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.
HDD Version 1.1.1 .Fixed resting issue. *Thank you LiquidAtoR (No more casting wise trying to drink.) .Fixed issue with Regrowth