Then u'r doing something wrong for sure.What do u mean on wouldn't work?
Then u'r doing something wrong for sure.What do u mean on wouldn't work?
@ vitalic
The killing spree feature was activated/deactivated by clicking on the right control key.
In previous version of xrnC, in order to have adrenaline rush, you will have to pause the rotation (left alt key) and click on the ability yourself.
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
Just got banned :/. I don't know if its due to PQRotation as I was using other tools and kind of cheats.
Last edited by smrdlja; 02-09-2012 at 05:36 AM.
HB, and auction bot.
Hey guys,as I promised - I started svn and uploaded there my advanced warlock profile.
It's not fully done yet!!!Will test it today and hopefully got it to work with normal rotation tomorrow(will cast on target,BoH on focus,and cast on mouseover).
Autoswitches and priorities for EVERY boss fight in DS will come a bit later.Need to test the logic(coz its ****ing as complicated as awesome it is) on normal rotation before go in-dept.
G.code - valma-pqr-profiles - Advanced PQR profiles - Google Project Hosting
I was thinking, while the baby is sleeping, to sit down and look through my Death Knight. It's already starting to rack up some pretty good raiding experience (off-tanking Heroic DS10 when we're missing people.), so as I'm bouncing between permanently going Blood or Frost (Unholy after ilvl-391), I thought I'd try and create some profiles for it.
I have a pretty good gist of how it's done already, but, I was thinking -- Is it possible for me to use IsSpellUsable(tostring(GetSpellInfo(49184))) rather than going through the motions of actually checking for Death/Frost runes? The way I figured it, if it's usable, we have to either have at least 1 Frost or 1 Death rune activated already.
Alternatively, the way I see it, you'd have to use something like this:
to accurately check if we have either a Frost/Death rune up. I'm thinking about a Master Frost profile here (as it seems to be requested sometimes) where Howling Blast applies Frost Fever on the target if Outbreak is on cooldown. (Hypotethically speaking here.)Code:local _,_,R1 = GetRuneCooldown(1) local _,_,R2 = GetRuneCooldown(2) local _,_,R3 = GetRuneCooldown(3) local _,_,R4 = GetRuneCooldown(4) if (R1 and GetRuneType(1) == 4) or (R2 and GetRuneType(2) == 4) or (R3 and GetRuneType(3) == 3) or (R4 and GetRuneType(4) == 3) then -- Do something here. end
Comments / Suggestions for you Death Knight developers out there?
An Unholy profile would be kickass! havent seen a really good one yet. Tried doing one myself but its too complicated.
Hey I'm working on a Affliction PVP Script. And its quite good, but i have a suggestion to Xelper.
Is there any way to sign an ability as an "off gcd".
In this case my pet-abilities get my rotation stuck if its OOR, and the rangecheck for the petabilities istn working right