Also updated all detail profiles from first page of this thread.Originally Posted by change logs
Also updated all detail profiles from first page of this thread.Originally Posted by change logs
Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com
Also Vashiusa the lock buff dark intent overrights fortitude and causes the bot to rebuff on the disc profile ppl in the raid have noticed
Tried out the updated monk profile tonight, Vach. 77k hps on council boss in ToT (3rd boss). Didn't get a parse from it, our lock was having a funky time getting it to work tonight. Such a solid, well-rounded profile. I really like how you added using ReM on CD as well as Expel Harm. Keep up the good work, buddy. You're doing great. +rep when i can.![]()
Last edited by ganjador; 03-10-2013 at 11:06 PM. Reason: monk profile
updated monk profile is very nice. I definitely like the addition of the spamable ReM and EH. ThanksIs there anyway to have uplift work on the health deficit over collective ReM targets rather than the deficit value on each target? more of a nice to have really
Found a debuff on one of the bosses in the new raid (Throne of Thunder) I would like to implement in your profiles.
It's called "Beast of Nightmares (Spellid=137341)" and when applied on a raid member gives shadowdamage to healers who try to heal him.
Beast of Nightmares - Spell - World of Warcraft
Any way I could add this to some sort of "do not heal" list within the ability-editor?
Cheers!
Thanks for copying my post in here, billy. Was gonna do that myself later but now I dont have to ^^
Thanks for feedbacks! +rep all!Originally Posted by change logs
Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com
can someone please explain what the custom tables do and how to use them?
thanks
i believe if you scroll back a few pages in this thread you will see that it is described rather well.
Short version: If you want to create a custom group from your raid members, this is what you would use. If you are assigned to ONLY heal these 3 or 4 people, then you would create that custom table. To use it I believe you simply use the hotkey that is assigned to creating a custom table....like mouseover a raidmember and press Ctrl-Alt at the same time to add, and ctrl-shift to remove. blah blah...so on and so on.
WOW. I have never healed on my shaman before, he has always been ele. Last night we needed a stand in healer (other healer's wife went into labor) so I went to respec heals. Popped your profile on, BAM saved the day. Thank you so much!! As soon as pqr gets working again (thanks blizz ninja patch) I am going to try out some of the others! Wish I had more rep to give you!!
Not sure if anyone answered this already in the other thread but if you want to add it in, just go into PQR_Vachiusa_Data.lua and go down to the "Sheuron Healing Functions"
Change this:
To this:PHP Code:
function CanHeal(t)
if UnitInRange(t)
and UnitCanCooperate("player",t)
and not UnitIsCharmed(t)
and not UnitIsDeadOrGhost(t)
and not PQR_IsOutOfSight(t)
and UnitIsConnected(t)
and UnitDebuffID(t, 104451) == nil -- Ice Tomb
and UnitDebuffID(t, 76577) == nil -- Smoke Bomb
and UnitDebuffID(t, 121949) == nil -- Parasistic Growth
and UnitDebuffID(t, 122784) == nil -- Reshape Life
and UnitDebuffID(t, 122370) == nil -- Reshape Life 2
and UnitDebuffID(t, 123184) == nil -- Dissonance Field
and UnitDebuffID(t, 123255) == nli -- Dissonance Field 2
and UnitDebuffID(t, 123596) == nil -- Dissonance Field 3
and UnitDebuffID(t, 128353) == nil -- Dissonance Field 4
then return true else return false end
end
This will add the elite version as well as the regular version so as to not heal that person.PHP Code:
function CanHeal(t)
if UnitInRange(t)
and UnitCanCooperate("player",t)
and not UnitIsCharmed(t)
and not UnitIsDeadOrGhost(t)
and not PQR_IsOutOfSight(t)
and UnitIsConnected(t)
and UnitDebuffID(t, 104451) == nil -- Ice Tomb
and UnitDebuffID(t, 76577) == nil -- Smoke Bomb
and UnitDebuffID(t, 121949) == nil -- Parasistic Growth
and UnitDebuffID(t, 122784) == nil -- Reshape Life
and UnitDebuffID(t, 122370) == nil -- Reshape Life 2
and UnitDebuffID(t, 123184) == nil -- Dissonance Field
and UnitDebuffID(t, 123255) == nli -- Dissonance Field 2
and UnitDebuffID(t, 123596) == nil -- Dissonance Field 3
and UnitDebuffID(t, 128353) == nil -- Dissonance Field 4
and UnitDebuffID(t, 137341) == nil -- Beast of Nightmares
and UnitDebuffID(t, 137332) == nil -- Beast of Nightmares - Elite
then return true else return false end
end
Last edited by expunge; 03-13-2013 at 02:22 AM.
expunge wouldnt this be needed to be added too somehow, or are those debuffid's sufficient?
Corrupted Healing - Spell - World of Warcraft