Thanks, I'm glad its doing much better. Yes, I can move res up. Thanks is a good idea. I have been wanting to look at the eating as well. It annoys me as well that the instant you fall out of combat, it wants to eat. I was in an arena one time and it starting eating mid arena. I have the CC coded so if you dont have a target and the tank has a target, that it will use the tanks target. So the targeting is a little odd. Thanks for the feedback, I'll look at it. Enjoy your priest.
hello, yes, you are awesome. Just another noob question, I don?t why but it use pvp trinket that it?s nice except when used it in sap that is anoying, anyway thanks a lot
At first: I LOVE YOUR CC! i think the CC spams fortitude if a warlock have their summon imp..maybe you can fix it edit: CC spams also when a warrior use "Commanding Shout" sry for bad english ^^
I saw you include to not target player with Deep Corruption and have less or equal to 4, so does that mean this cc stop aoe heal exclude player of Prayer of Mending and stop smite , holy fire, shielding when the boss get the buff?
@Ama Just finished using this to run HoT Heroics and at ilevel 368 it outheals my 380 shaman by almost 4k hps. I was getting 12-14k hps with your CC, my shaman gets 8-9k hps. I really like this CC for healing, but one thing I think it could improve on is using PW: Shield more? Or, maybe I should just change the setting, lol. I just saw there was a setting in there for that. It's actually quite good. No one died while I was running except when I got one-shotted by one of the bosses. But, even then, I got thrown a brez and had everyone topped off and running with barely any hiccups. Edit: One thing I'd like though, is a suggestion as to what spec and glyphs to use with this. Right now I just used the most popular disc spec and glyphs from Best Choices for Patch 4.3 of World of Warcraft - WoW Popular - Filter by All for instances. I guess what I'm trying to say is that you know what spells are cast the most in your CC since you wrote it, so I'd like a really good build and glyphs that match the healing rotation that's best, according to your CC. I hope I explained that right.
The builds on Priestbuilds.com are pretty decent and shows you the glyphs to use. They have glyphs on there too. Just remember that if you are healing with atonement(smite healing) that you get glyph of divine accuracy so your smites will hit the target. Just put an update up that should fix the Fortitude spamming.
Can you put a tickbox for buffs? On/Off and Drink On/Off? Thanks in advance love the CC its almost perfect
Thanks a bunch loving everything else about the cc also maybe fearward on/off as well (some times it looks sus its kept up ) Other than that its great
As a heroic raider is a couple features I would need to see before I would be willing to use this for raids. That said its working great for non-heroic raids/dungeons, great work. 1) Ability to turn off pain suppression - In heroic raids your cd's will often be called for by the raid leader at a precise time 2) Ability to prevent it from dispelling Blood Corruption: Earth (Heroic Spine) - Not sure if it already does, don't want to find out mid-raid and cause a wipe Have only used it for a couple lfr's so far, so if i think of anything else ill check back.
@Ama Do you still update this CC, Ama? It's still working just fine for me, but I've seen some things that people have requested. I haven't seen any updates from you about this CC though. Just curious. Thanks for making it. It works well for healing dungeons.
open HealingCow.cs go down until you see Combat().... Deleted everything but the Cleansing urgent part. should look like: PHP: public override void Combat() { if (Halt()) return; if (ActiveHealer.CleansingUrgent) return; }
I thought you have an option to turn off dispell? if it is also turn off Cleansing urgent why not make it to work when it is turn on/enable even if dispell is turn off.
yes it is kinda normal if you have not used the old cc, you just need to add the spells that you want the cc to dispel
We tried to work with this for holy priest, but checking for the surge of light buff proved problematic as it returned true even when it was false. I think I know a way to do it, but I can't let myself work on "fun" projects before I finish my finals next week.