Great CC, amazing work! I am also noticing that Remove Corruption seems to be not firing appropriately (no reference in the logs to RC and everything else is running swimmingly).
Hey I just got started with this and I've only been running bgs with your cc for a few hours but it's working better than I thought a bot would The only issue is it tries to target horde characters (I'm alliance) and at the bottom of honorbuddy it says POI: Kill. It looks like it's trying to focus and kill enemy healers. Is that from the cc or the bg bot profile? Anyway thanks! Keep up the good work
I don't recommend this profile, default hb profile works allot better. this profile wipe party almost always,this profile works only for heirloom users, otherwise it just sux. (tested on 3 druids 1-85, 1-60, 1-,70)
If you took the time to read the first post you would know that this is for use with InstanceBuddy and to only be used at level 85 for dungeons and raids! Also that fact that this is a CC and not a PROFILE just shows you have not done any reading what so ever! I honestly don't see how you could of used this for levelling druids level 1-85 as the CC does not contain any attacking rotation as of yet? Well that is my rant over! Back to working on my project.
Just me or isn't it using swiftmend or regrowth?? Should really use swiftmend everytime its off cooldown atleast prio over healing touch.. And maybe even nourish when natures bounty procs and regrowth on clearcasting procs just throwing in my 2 cent.. Nice cc tho, nobody has died yet (except for the guy who stepped of the edge and fell in the lava >.<) and I'm crap geared Just a normal dungeon tho EDIT: or use nourish to refresh lifebloom if target is above X health to avoid it running out and heals a target with full hp (but not to avoid lifebloom from proccing if healt is lower thans like 80%) or just use it as said earlier with natures bounty for a short heal on a party member whos missing a little bit of hp.. As of now its just wasting clearcasting procs which makes me sad as my druid only has 70k mana and is running oom fast uuuuh and a dispel system... NOTE: I have not tested this for very long and if this is already implentet or I'm missing something then I'm sorry, I just want to help.
new Decorator(ret => !StyxWoW.Me.Combat && StyxWoW.Me.IsAlive, new PrioritySelector( new PrioritySelector( new Decorator(ctx => RoutineManager.Current.RestBehavior != null, RoutineManager.Current.RestBehavior), new Decorator(ctx => RoutineManager.Current.NeedRest, new Sequence( new Action(ret => TreeRoot.StatusText = "Resting"), new Action(ret => RoutineManager.Current.Rest()) ) ) ), Will that make it not try to rest when dead ? (Code from LazyRaider)
Oh my god! I wish I tried this CC out earlier. This is pure sexiness, people are like OMG your a pro healer lolol. while im youtubing^^ Thanks alot hazard!
Heya , something I have noted that have caused some comments is that when the tank gets really low the CC starts to channel Tranq even if everybody else is at near max HP. Anyhow great CC keep up the good work
Something I just came across, I am running your CC at the moment on a 65 dr00d. It's not letting people die that's not the problem it's doing excellent. Only thing I notice is that it doesn't use Swiftmend. Do you have it implemented? And under what conditions? Thanks for an answer.
I added this myself to Hazard's code, and it seems to make swiftmend work a little more frequently. Code: if (Me.ActiveAuras.ContainsKey("Clearcasting") && hp > 70 && CC("Swiftmend")) { s = "Swiftmend"; } else if (Me.ActiveAuras.ContainsKey("Clearcasting") && hp > 50 && CC("Regrowth")) { s = "Regrowth"; } else if (Me.ActiveAuras.ContainsKey("Clearcasting") && hp < 50 && CC("Healing Touch")) { s = "Healing Touch"; } else { if (Me.ActiveAuras.ContainsKey("Clearcasting") && !CC("Swiftmend")) { s = "regrowth"; } } I added this right above the code below Code: if (s != null && CC(s, tar)) { if (!C(s, tar)) { Logging.Write("castfail move to " + tar); } if (!needCast) { } return true; } Also, while in there, hazard has swiftmend working at 45% health or less, so you can look for the code that starts it out, right below Code: double hp = tar.HealthPercent; and change the hp < 45 to 85 or 90 or something, and that should also improve the useage.
Works awesome! I even get comments such as ' Great Healer' Or 'n1 Healer don't know how we survived that'. I'm still mostly in feral gear One problem, it doesn't seem to want to cleanse is that normal or?
I agree...plus it uses rebirth on weird group members...let's say tank and mage dps are both dead..it tries to brez the mage.... granted the mage had more stamina than the tank....but still....it recognized the tank correctly when it joined the group.
so i tried to use this both versions in TB under lazyraider didnt work also tried combat/healbot does anyone else have this problem?
hazz i dont know but for some reason this version sucks for me the tank keep dying went back to the old one again and no trouble at all
Update: Version 1.1.5 .Regrowth full fixed! (Tested) .Clearcasting aura now used (Tested) .New emergency heal rotation (Tested) We owe this marvellous update to shrink1991 who took the time to amend these issue wise I have been a little busy. I have already tried out the CC on several Dungeons and Raids and was very impressed with the outcome ALL CREDIT GOES TO shrink1991 FOR THIS UPDATE!