Is there a recommended spec for nova's unholy profile? I'm not sure if it favored the increase runic power, blood tap, etc.
This was the spec I was going to try: http://us.battle.net/wow/en/tool/tal...QbeQ!abXgTSQOM
Is there a recommended spec for nova's unholy profile? I'm not sure if it favored the increase runic power, blood tap, etc.
This was the spec I was going to try: http://us.battle.net/wow/en/tool/tal...QbeQ!abXgTSQOM
Last edited by Kinkeh; 05-04-2012 at 12:44 AM.
Guys excuse me any of you have a code for shattering throw to be used when blood lust time wrap etc??
Offsets_15662 downloaded, but doesnt see newest beta (that is marked with same build 15662)
BTW if any profile maker is working on Prot warrior beta profiles I can test those for ya.
Just wrote this, not sure if it'll work, test it.Code:if GetSpellCooldown(64382) == 0 and not UnitDebuffID("target",64382) then local Lusts = { 2825, 90355, 2825, 32182, 80353 } for i=1, #Lusts do if UnitBuffID("player",Lusts[i]) ~= nil then if not UnitBuffID("player",2457) then CastSpellByID(2457) else return true end end end end
You'll obviously need to create a new ability for shattering throw, put it near the top, enter the correct ID etc.
Set spellid to 2457Code:local Lusts = { 2825, 90355, 2825, 32182, 80353 } if GetSpellCooldown(64382) == 0 and not UnitDebuffID("target",64382) then for i=1, #Lusts do if UnitBuffID("player",Lusts[i]) then if GetShapeshiftForm() == 1 then CastSpellByID(64382) return false else return true end end end end
Ok mistery of not working on beta is solved. Latest patch auto converts game to 64bit version. I just deleted 64bit files and it works like a charm.
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
Forgive me if this questions already been answered. I've gone through most of the pages in this thread and havent seen it asked.
Is there anyway to make my keystrokes have priority over PQRs? For PVP purposes
Also, how can I change the time it takes for my interrupt to go off. With the current profile is far too instant and screams bot in PVP.
Awesome tool by the way!! Thanks in advance
I'm shocked we don't have Blood DK pvp rotations yet. and literally 1 rotation for pvp right now which hardly works
Time to put the try hard hat on and make one I guess.