Hi, Looking for a simple "Assist Focus" code, i would like my bot too always assist my focus target, if anyone has one thank you....
Hi, Looking for a simple "Assist Focus" code, i would like my bot too always assist my focus target, if anyone has one thank you....
it seems no1 has gotten back to u yet so i will do what i can real quick....
first i want you turn turn down your pqr settings for how quickly pqr checks what it needs to do to like 60 mms or something small (so it checks mroe frequently)
if that doesn't work a simple work around would be to just have a stop casting if target health is < 40% and cast = holy light with more than a second remaining on cast
in my profile this is how it would look
something like that should work for the scenario i explained.... one last thing to check (idk what hpally profile you are using), make sure Divine Light is above Holy Light in the rotation priorityCode:local spell, _, _, _, _, end = UnitCastingInfo("player") if PQR_CustomTargetHP < 40 and spell == "Holy Light" and (end/1000 - GetTime()) > 1 then SpellStopCasting() end
I've tried various combat rogue PvE rotations from this thread, all of them give me about 14k dps on the last boss of End Time. DPS simulators such as rawr and simcraft tell me I should have about 25k-30k DPS. I've noticed that most profiles don't make proper use of combo points, for example casting Eviscerate everytime it's possible ( 1CP). I'm probably missing something here or am doing something wrong, because I basically get more DPS when I just press sinister strike and use evi at full CP, nothing else. Anyone can help me out?
I've been using the more recent version of this profile, but I've just tried this one out as well. For me, it justs uses Eviscerate on one combo point and spam sinister strike/revealing strike while keeping up Slice & Dice. Maybe this is what it's supposed to do tho? Could you tell me what DPS you're doing approx. and what kind of gear/weapons you have?
Is there a specific reason why Buba's Holy Pally profile stops working on spine?
Thanks. *Repped* I've had lowered the PQR MS to 40-60 and the issue is still not fixed. So, I've tried putting your code into a new rotation and ran the program with an error:
Your code seems to be conflicting with the Heroic Will code. I've also tried putting your code into the existing Holy Light rotation but that didn't work as well. Any clue why? Here's the Heroic Will / Fading Light code:Code:Message: [string " function pqrFunc0() local fadingtime = select(7,UnitDebuffID("..."]:182: '<name>' expected near 'end' Time: 01/16/12 02:21:32 Count: 6 Stack: Locals:
And yeah, I'm using Lofty's HPally profile from this thread; Divine Light is higher priority (Holy Light is at the bottom).Code:local fadingtime = select(7,UnitDebuffID("player",110070)) if fadingtime and fadingtime - GetTime() < 1.3 then RunMacroText("/click ExtraActionButton1") end local channelSpell, _, _, _, _, endTime = UnitCastingInfo("boss1") if channelSpell == GetSpellInfo(109417) and endTime/1000 - GetTime() < 1.3 then RunMacroText("/click ExtraActionButton1") end
Last edited by Testy9; 01-15-2012 at 09:29 PM.
hmm ill double check the code to see if i made any errors
*edit*
oh dur...... here try this
problem should have been end is a locked variable to mean the end of a logic statement, so just had to change the name of the variable thereCode:local HL, _, _, _, _, endCast = UnitCastingInfo("player") if PQR_CustomTargetHP < 40 and spell == "Holy Light" and (endCast/1000 - GetTime()) > 1 then SpellStopCasting() end
---------- Post added at 10:03 PM ---------- Previous post was at 09:48 PM ----------
that seems really weird..... next time u're doing spine thing u can turn debugging on and seeing what it's doing when it freezes? i hate having bugs in my profiles but thats not something i can test easily haha
next time im doing spine i'm having debug up as well
Looking for a extremely detailed Demonology Warlock thread willing to pay if price is reasonable.
Why not use EJ:
Demonology in Cataclysm (4.3 Release) - Elitist Jerks
Sorry i mis-worded the last post. I am looking for an extremely detailed Demonology Warlock raiding script that is compatible with PQR. If price is reasonable ill pay your cost.
hey bu_ba first off welcome back! Second off i tried your hpally profile today in LFR and it worked great sorta. butting my anywhere between 10-15k hps on i lvl 374. But, my only prob is when its time to aoe it burns through all my mana in 10 sec. Then i have to turn off the profile for a min and melee stuff till im back to full. is there a way to tune it back a bit?
and 3 when you planning on working on the blood dk profile? im looking forward to it