Thanks a lot. I just downloaded this most for learning purposes since I want to play the classes myself. However there are a couple of things I would like to know how to configure while enjoying the benefits of this. I'm very very poor at programming, so I don't really know how to configure these things, any help would be greatly appreciated!
1. Your starting rotation seems to be a little weird; Curse of the Elements -> Corruption -> Immolate -> Bane of Doom -> Conflagrate
The proper starting rotation would be: Curse of the Elements -> Immolate -> Bane of Doom -> Conflagrate -> Corruption
How do I change this?
2. When using your OMFG IMBA WARLOCK (nice name btw) profile it doesn't seem to use Demon Soul - AT ALL. Don't know if it bugs or not but I would really love some help to get this to pop off cooldown. Or was this intentional, maybe you like to time your CD's with procs etc? Any way I would still love any help with this.
3. Along with Bane of Havoc on focustarget I would like a nice little Curse of the Elements on that focustarget as well. How do I do that?
4. When running with Assassination Rogues I don't need to put up Curse of the Elements. What would be the fastest way for me to simply take CotE out of the rotation (and then a fast way to get it back again if he's going Combat or so?)
I must rate it top notch, seems to work fantastically as well.
And give you a lot of rep since you deserve it.
Best wishes!
1. As I've found from lots of sims - this is the best way to open,the later in opening BoD is - the bigger is number of procs you got,so more int = more dmg,same for Immo and others.
2. Demonsoul,Bloodfury,Doomguard is set to be used only on boss fights.You don't need them on trash actually.
3. Is BoH damage modified with CoE?I don't think so :/
4. Added in TBD list.Will do it in this way - will run a check on fight start throught all raid and collect their spec and if spec is one who can replace your CoE automatically will safe person's name somewhere and then in CoE ability I will check if this person is targeting your target -> don't cast CoE.Should work like magic and fully automated.
MEDVED+VODKA+BALALAYKA
Thanks for the quick answer!
1. When simming my character it shows a different spell priority, which is the one I asked about, but I clearly see your point, ensuring most proccs are off when actually starting with the immolates and conflagrates.
2. Okay, good it works as intended for bosses, (I only tried the dolls). On the dolls the Doomguard still got summon though. And the Doomguard is still something I manually want to choose when to pop so to best allign with BL etc. Is there any fast way to do this? Compared to the other PQR's for warlocks yours is more advanced (on good and bad). I found it easier just taking a spell I didn't like off the spell priority list (other PQR's) than searching through miles of text (like yours). But on the other hand, that's becuase I do not know where to look, since your PQR was easily the best.
3. You're right. I have always just assumed it was, but it wasn't.
4. Sounds delicious!
Thanks again for fast answer.
@Cokx
Still looking forward to your pally and warlock pvp profiles.
If nothing soon I will have to try to adjusting Valma's warlock for pvp, I love messing up codes. lol
Blinded, thanks for your enhancement rotation, but I wonder if it is possible to add Maelstrom Weapon x4 with Spirit Wolves up. It would be awesome to get such a code unfortunately I have no brain to learn LUA so I will appreciate every help you could give me(particularly I have problems writing a "checker" of if Spirit Wolves are up) Though it would be fantastic if someone could make the whole spell to appropriate work)) Thanks in advance and sorry for my bad English.
@Valma
Still issue with Morchok HM, I still get the error message "A more powerfull spell already exist" and nothing is done. Can't get the PQD output as there is so much in it...
Otherwize, it is ok for all other bosses in normal mode.
If you guys are interested in the Ultraxion clicker I use, it is below. If you have Divine Shield on you it wont fade out, or if you are holding down Alt.
Name: Heroic Will
Spell ID: 0
Actions: /click ExtraActionButton1
Code:local altDown = IsAltKeyDown() local sDivineShield = UnitBuffID("player", 642) if altDown == nil then local spellHourOfTwilight = GetSpellInfo(109417) local channelSpell, _, _, _, _, endTime = UnitCastingInfo("boss1") if channelSpell ~= nil and channelSpell == spellHourOfTwilight then local finishTime = endTime/1000 - GetTime() if finishTime < 1 and sDivineShield == nil then return true end end end local sFadingLight, _, _, _, _, _, fadingEndTime = UnitDebuffID("player", 110068) if sFadingLight then local finishTime = fadingEndTime - GetTime() if finishTime < 1.4 then return true end end
Can any one add a focus target to this code? It is a very good interrupt
Code:local buff = { 118,116,61305,28271,28272,61780,61721,2637,33786,5185,8936,50464,19750,82326,2061,9484,605,8129,331,8004,51505,403,77472,51514,5782,1120,48181,30108 } local castingSpell, _, _, _, _, endTime = UnitCastingInfo("target") for i,v in ipairs(buff) do if IsSpellInRange("Pummel", "target") == 1 and PQR_IsOutOfSight("target") == false and castingSpell == GetSpellInfo(v) and endTime/1000 - GetTime() < 0.5 then if not UnitBuffID("target", 31821) and not UnitBuffID("target", 89485) then return true end end end
Last edited by Xelper; 03-01-2012 at 11:03 AM.
K time to admit it i guess
The Sucess rate of this app made me try it out.
>.>
Firepong: is your Kittycleave profile for PVP?
Also, your Bear profile has some kinks.
1: it lacerates all the things. passing other viable cds to do it.
2: the AoE mode only seemed to swipe and lacerate. Y U NO THRASH!
3: popped it on for H ultraxion. when the first hour of twilight popped up, i ported out and wiped my raid. they "wtf dude"-ed at me. i would suggest leaving Heroic Will on manual, or setup something to disable the clicking of Heroic Will.
At this stage of your profile, i'd suggest getting the ability priority, singletarget/aoe and raid/heroic things working before working on making it taunt and hit the Heroic Will buttons.
is there anything i can do to help you test further while maintaining my anominity?
(don't post things I post to Patreon.)
@Valma : Does your profile requieres English client of Wow ?
@Darkayo
Well, I am using it in a non English client without any real issues.