Select DPS first, check you PoH min and max and count. PoH check is first in the DPS rotation. If it still doesnt work, post a log please.
I haven't put move closer to target in yet. I have some other things going on right now so might be a few weeks til i get to it. This should work though. It can face the target, which I believe is enough in questing.
With regard to Prayer of Healing. I have just run the 4 bosses in LFR fall of deathwing and it appears to only use it on your own group. Anyone else have this issue? It would explain why it does not cast it as often as i would expect. Great CC otherwise.
Thanks for bringing this up. I wasn't paying enough attention i guess. Update coming soon. Want to do a couple more test runs. Unfortunately, Blizz added dungeon deserter to the raid finder and its really slowing my testing down
Update up! -Fixed Prayer of Healing so it casts on other parties -Changed default settings -Changed the way Atonement healing works. ---If you have the spell Archangel, it automatically heals with atonement rotation ---Custom settings is the default settings you should choose for atonement This is probably my last update. I chose not to include movement in CC. I made a "dumb" move, but didn't activate it. I wanted to make a move that chose a smart path, but didn't get it. I dont really think movement is needed if you are using squire anyway. There are CCs out there that are primarily for atonement. If you like them more, use them. I tested this out in LFR and I thought it was a major improvement over the previous versions. The PoH fix really helps.
What plugin/bot do you use to have your guy follow with the group? I have had no luck with Lazy Raider or Party/Instance bots :-(
Will try now... and also going to test this CC more thoroughly... Hopefully to help you out in the end.
Which one is the updated one? The SVN or the zip? ------------------------------------------ Comment... why do you have PoH Min and Max Health? I.e. instead of just one # like PoH trigger (on < 70% x 2 targets)??
Its a slow cast, so giving it a minimum will allow for panic healing. It is the 2nd check the CC makes in healing rotation, so not giving it a minimum would pretty much overwrite all the other spells and user would go oom. If you put it too low on the priority list, it will never get cast. Updates will always be posted on svn.
Wow, where was this CC when I needed it a few months ago? I appreciate your work with this very much needed CC!! Thank you! Edit: Quick question, do the settings save when you select a different mode such as "Battleground", etc? Because I click class config again it goes back to the default settings.
Thank you! You have to select the setting, then click save to change. Btw the CC doesn't detect your environment, those are just different preferences you can save and load.
Can you post a log? Mind Sear isn't anywhere in this CC. You are in Disc spec right? this CC is only for Disc.
Hey guys, so i see this is customizable with an arena tab but when i que arena it does not cast anyone else experience this?
Code: private bool NeedPrayerOfMending() { if (Me.HasAura("Prayer of Mending")) { return false; } foreach (WoWPlayer p in Me.PartyMembers) { if (p.HasAura("Prayer of Mending")) { return false; } } return true; } Hi is it intentional to only check party members for POM? Or should it be Me.RaidMembers? Just thought i'd check to see if it was intentional/sufficent or something you had missed.