Hello Vach, While i use your Priest healer in LFR's and enjoy it very much i was wondering how the work is going on the pally.
Hello Vach, While i use your Priest healer in LFR's and enjoy it very much i was wondering how the work is going on the pally.
Just tried your Resto Druid in LFR and it looks very nice, awesome job you are doing with all the healing profiles !!!
Things I noticed, Tsulong got healed but very poorly, 1 Million healing towards him in total made me the worst Tsulong healer while I was the best healer overall on that encounter.
On the next boss the rotation locked up for me 2x so that I had to disable and enable it again and it happened a few times to me that my chat got spammed by the shamansymlink message and then not one of the Shamans in the raid got actually chosen but a Warrior and a Feral Druid.
So I just tried the druid profile again, thought maybe it was just me. I stood infront of him and had him targeted.
He only gets healed by wild growth, so I'm assuming he doesn't get targeted for heals
Tested in LFR btw
Ill post up some numbers later, just did Dread Approach with it and its workign great.
The only issue I have is that Swiftmend still doesnt seem to be popping much. I have tried setting SwiftMendLimit to 1 or 0 to make it trigger more and it doesnt
it seems to cast Swiftmend on me but not on other raid members - EDIT yep definitely only casting on player and not any raid members but if i manually click on their unit frame it will cast it which seems odd ?
Last edited by Mavmins; 02-15-2013 at 11:13 AM.
Tested the Resto Druid profile in Terrace LFR and noticed the following:
Doesnt heal Tsulong "enough" compared to the other healers in raid and would sometimes seem to be stuck trying to spam something on that NPC. I dont have pqinterface so I cant tell what but will try it again once I have that addon.
The auto symbiosis is broken. Was trying to spam it on a Shaman but without success. Also one time it put Symbiosis on a Warlock as it flagged that character as a Shaman.
Thanks for the great profile and keep up the great work!
808
I have run a Holy Priest since Vanilla, and it's my favourite toon. However, Holy Priest profiles don't get a lot of attention, but I kept the faith using Sheron's old profile, then the Lantus profile came along. While they are still effective, I decided to try your Disc profile, and it works great!
But I sure do miss Holy Priet healing! Is there any chance you can give the Holy Priest spec a go?
Plz download new update from SVN. Because my main druid spec is Guardian/DPS so i dont have enough time and gear to test with TES, especialy Tsulong. All my healer profiles dont need to target Tsulong for healing, just need to stand in front of him, thats enough!
PS: SwiftmendLimit requires minimum value is 2, so plz dont down it for prevent lag issue and properly working! Maybe i will re-tweak this ability more when i have more time. Thanks for all your helpful feedbacks!
Originally Posted by Change logs
Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com
There's only one word to describe the Shaman profile.......WOW
This thing is awesome, thanks![]()
Hi, just wanted to ask if they is a way that i can remove Penance from the dps rotation on disc priests.
Hey Vachiusa, I had a suggestion for the resto druid and swiftmend. The way swiftmend is meant to be used is as its coded an AoE type heal or as an emergency but at the moment it never triggers on a low hp person. Could you add a swiftmend variant spell ?
So atm it has SwiftMend and SwiftMendLimit for the AoE variant, could you also add SwiftMendSingle a so you can set a value in NovaFrame so if a player has a HoT on them and is below SwiftMendSingle value then it casts on them and doesnt use SwiftMendLimit ? From my limited understanding this would just be like any other single target heal in the profile ?
I think that would maximise swiftmend usefulness.
I had a go at this and added
{ Var1 = 85, Text = "VSwiftmendSingle", Var2 = 1 },
to the NovaValue check section of the -Init- ability
and made a new ability called Swiftmendsingle
--SwiftmendSingle
if GetSpellCooldown(18562) == 0
and Nova_VSwiftmendSingleCheck then
GetDistance()
if ( UnitBuffID(members[1].Unit, 774)
or UnitBuffID(members[1].Unit, 8936) ) then
if members[1].HP <= Nova_VSwiftmendSingle then
CastSpellByName(GetSpellInfo(18562), members[1].Unit)
return true
end
end
end
Last edited by Mavmins; 02-17-2013 at 06:23 AM.
Mistweaver is my main spec, going to be testing this out over the week. Will give feedback.