Eagerly awaiting the blood-dk profile, I know ppl dont wanna release stuff until its perfected but when its done I bet it'll be worth the time waiting for it. Cheers
Eagerly awaiting the blood-dk profile, I know ppl dont wanna release stuff until its perfected but when its done I bet it'll be worth the time waiting for it. Cheers
plz need unholy dk
Just one question about the Holy Priest profile, why is PW:S included in the rotation? Holy guides state that Bubble isn't used by Holy priests end game, and if it is it's just as a pre pull measure for the tank.
Happen to read my post? Was wondering if there was a way to make your profile auto heal at a low level? Took your profile and just the added spells I have to the rotation but I have to click on individuals to heal.
sorry for the lack of posts from myself. Having a two yr old and a one month old is draining. As is running my shop. I will begin to post my updated rotations soon aka when I think they are ready. To give a taste I have heres a list: Updated Lock(all specs), Hunter (all specs), Druid (all specs), Shammy(Enh, Ele), Pally(ret), Rogue(All specs, yes I did a sub rogue Cause I'm beast with it.), Warrior(fury), kitchen sink(blowyourmindspec), and more. Lets just say I've been busy.
Anyone working on Holy Pally spec?
@Meatglue: dunno, tested only on 85, have you disabled "Require combat for Auto Mode" on settings?
@Debordes: Shield is on last step of rotation, will be cast only is player is moving and no other instant spell is available to use
I think someone asked for the code to interrupt before, this is an example:
GetSpellCooldown(6552) ~= 0 (if pummel is on cooldown)Code:_,_,_,_,_,_,_,_,interrupt = UnitCastingInfo("target") if GetSpellCooldown(6552) ~= 0 and interrupt == false then return true end
interrupt == false (and the spell being casted by target can be interrupted)
use concussion blow
Any way to implement so if you have already used one kind of interrupt "say mind freeze as dk" then it uses "strangulate" or checks if you got arcane torrent-racial or other kinds of interrupts and uses that.
Good question. that would be cool. also target/focus target Death Grip.
Also, but but probably impossible and ridiculous but for Arms PvP a Mouseover Charge-Fear. Probably Shift modified. (maybe similar structure to mouseover polymorph) Now that would be impressive, one of you great minds would have the lua skills i bet
I know in Pyrox bots theres a check if adds option where for eg; HoJ's/Fears another additional player if both targeting you. Maybe somehow use its method. Just a thought, would remove the use of a modifier then aswell. maybe, lol.
And yes i know this isn't intended to be anything like pyrox i just would like to see its full pvp capabilities also, they're very intriguing.
Last edited by lostinthewoodslol; 08-31-2011 at 09:30 PM.