@Dominium,
Any recommended Glyphs? xD
@Dominium,
Any recommended Glyphs? xD
Another update - DOWNLOAD
Added emancipate for freezes (mage frost nova, pet nova, shaman frost shock nova etc), emancipate for slows with the lowest priority = if no other spell available and u got a slow it will emancipate (so better use emancipate urself)
added bubble at 20%
nvm just tested emancipate doesnt work but who cares ;P
also tested in 2 bgs the profile absolutely kicks ass at dmg and healing.
I hope you enjoy this till mop comes and me and avery release a better profile for arenas etc)
ooooh also added turn evil on mouseover
glyphs: rebuke, templars verdict, turn evil
Cheers!
edit: emancipate seems to work but its just that I only added like 3-4 spells for it to remove ;p
Last edited by Dominium; 09-17-2012 at 02:20 PM.
btw WTB code for how to check stacks of a buff. so I can add selfless healer)
anyone get hemorrhage (rogue) to work? currently, glyphed; it's spell id is different but i've tried unglyphed and that does not seem to work either.
Lol, totally forgot to add seals and buffs. Oh well. Ill add that + selfless healer (I crit 130k with it!!) tomorrow, feeding + sleeping time now. Ty glad you like it
HOPEFULLY last update for a longer while so that I can concentrate on coding Hand of Freedom and some tricks into the actual PvP profile together with Averykey. Added buffs (Might and seals) as well as - SELFLESS HEALER! Its epic. Only bug that I see is the typical usage of inquisition over WoG (even if I am at really low hp) but that can be fixed easily.
So now take selfless healer instead of sacred shield
Enjoy!
http://dl.dropbox.com/u/46903116/Domi%20premop%20v4.rar
Last edited by Dominium; 09-17-2012 at 02:53 PM.
PHP Code:
-- Returns how many stacks of a Buff the player has.
-- Returns 0 if Buff isn't found.
-- Arguments
---- buff: Name of buff to check
function fawBuffStacksAny(buff)
local name, _, _, count = UnitBuff("player", buff);
if not name then count = 0; end
if name and count == 0 then count = count + 1; end
return count;
end
For hemo spell Id use sinister strike
Hey guys, been awhile. Can anyone tell me what Nova's Pally Holy Swap profiles are? I've been gone for awhile and saw a bunch of new stuff and don't know what it all means :P Keep up the good work guys!
Edit: I'm trying the Nova profiles and when I try to start PQR I just get a bunch of LUA errors. I've updated everything and using a fresh download of PQR. Am I missing something else now?
Last edited by farnumdizzle; 09-17-2012 at 05:10 PM.