has anyone updated their unholy dk rotations lately?
I'm pretty sure that unholy == frost but with the frost rotation vs the unholy rotation I have it seems that frost is putting out 5k or so more dps. just wondering thanks!
has anyone updated their unholy dk rotations lately?
I'm pretty sure that unholy == frost but with the frost rotation vs the unholy rotation I have it seems that frost is putting out 5k or so more dps. just wondering thanks!
Bubba, your hpally profile works fine for me. I just want an update to arms pvp profile haha. After using the stance dance pve one I wish I had same dps for pvp.
I think Bossqwerty edited yours for that but maybe one of you can perfect the pvp profile. I am still using it just noticing my dps isn't where I think it could be.
So i'ved searched quite a while for a mac version for this. I'm guessing there isn't one?
yeah with pred swift procs i lbx3 then instacast healing touch... i just can only get it to work on me.... not my lowest arena partner
i would like it do do this for my arena partners.
im using these abilities:
healing touch with predswiftness, after lbx3:
local _, _, _, PS = UnitBuffID("player", 69369)
local inRange = IsSpellInRange("Healing Touch", "player")
if PS ~= nil and inRange == 1 then
return true
else
return false
end
lb1:
local _, _, _, PS = UnitBuffID("player", 69369)
local inRange = IsSpellInRange("Lifebloom", "player")
local _,_,_,LB = UnitBuffID("player", 33763)
if PS ~= nil and inRange == 1 and LB == nil then
return true
else
return false
end
lb2:
local _, _, _, PS = UnitBuffID("player", 69369)
local inRange = IsSpellInRange("Lifebloom", "player")
local _,_,_,LB = UnitBuffID("player", 33763)
if PS ~= nil and inRange == 1 and LB < 3 then
return true
end
Last edited by outoforder; 01-12-2012 at 12:23 AM.
New version of my stance dance arms warrior profile. No big changes, just a few bug fixes. I made slam lower priority than heroic strike again and it's definitely the right thing to do with 2pc t13. Look at the top 10 arms warriors for every DS fight and heroic strike is almost always #2 in their total % dmg done. If you don't have 2 piece just change all the rage values for heroic strike / slam in the ability editor if you want it to use slam more, I wouldn't recommend it though. It seems best the way I have it set up.
BossSD5.3.rar
Yeah! Thanks Boss, I always anticipate your arms warrior updates.
Ill go to the dummies now and let you know.
[EDIT]
Just smashed out 5 tests 10mil on each attempt.. I can confirm a DPS increase of 1k from your earlier 5.2 version sitting on 27k-28k after 10 mil on 4/5 tests and the 4pc bonus works flawlessly, too.
oops make that a 1.5k increase
Last edited by LtButterman; 01-12-2012 at 12:56 AM.
hey Lofty i keep getting this error any idea how to fix?
Message: [string " function pqrFunc0() -- Avoid sudden death ..."]:58: attempt to call global 'DangerousMagic' (a nil value)
Time: 01/11/12 22:09:07
Count: 1698
Stack: [string " function pqrFunc0() -- Avoid sudden death ..."]:58: in function `?'
[string "..."]:267: in function `PQR_NextAbility'
[string "..."]:161: in function `PQR_CastNext'
[string "..."]:150: in function `PQR_ExecuteBot'
[string "..."]:40: in function <[string "..."]:23>
Locals: group = "raid"
members = 25
(for index) = 1
(for limit) = 25
(for step) = 1
i = 1
member = "raid1"
memberhp = 100
(*temporary) = nil
(*temporary) = "raid1"
(*temporary) = "attempt to call global 'DangerousMagic' (a nil value)"
it also does a party instead of raid as well
Last edited by merrikh; 01-12-2012 at 01:17 AM.
Awesome again Boss, now we need someone to add pvp functions to it. ;p
Well I have been messing with it myself and I think I might have found why your profile did not jive with Bubba's. I simply checked in combat and rotation works even with change to ds for spell check/reflect. Still need to be pvp tested which is what I intend to do now but all is good on test dummy. Dps will now be beast in arena/bg.
Last edited by Meatglue; 01-12-2012 at 06:03 AM.
Actually, Unholy > Frost on single target fights.
I didn't see an updated rotation anywhere though. But nothing major changed, so the old ones should work just fine.
I have a question. I know it is possible to make an ability that will be cast when SHIFT, ALT, or CTRL is pressed. Is it also possible to do that for for example, SHIFT+4? I have a problem with strangulate in arena, the rotation make it impossible for me to cast and the default right alt to trigger it is too inconvenient for me.