yeah if you have the boss on focus the healing will stop when most people in raid are low
yeah if you have the boss on focus the healing will stop when most people in raid are low
@ishtro: Thanks a bunch man! My guild already cleared 6/8 Heroic Wednesday so I couldn't test it yesterday myself, Spine of Deathwing is a wreacking fight if you don't have 4-set. >_<
Almost done with my profile now as well!
A little odd that you would be attempting to recreate the wheel when sheuron's profiles has had code for this for months.
Code:-- Avoid sudden death on Ultraxion local fadingtime = select(7,UnitDebuffID("player",110070)) if fadingtime and fadingtime - GetTime() < 1 then RunMacroText("/click ExtraActionButton1") end -- Avoid Hour of Twilight on Ultraxion, Delete next 3 lines if you are working as tank local channelSpell, _, _, _, _, endTime = UnitCastingInfo("boss1") if channelSpell == GetSpellInfo(109417) and endTime/1000 - GetTime() < 1.3 then RunMacroText("/click ExtraActionButton1") end -- Try to aim on Darkmoon Faerie Cannon local canontime = select(7,UnitBuffID("player",102116)) if canontime and canontime - GetTime() < 1.15 then CancelUnitBuff("player","Magic Wings") end -- Avoid sudden death on Madness (kickmydog) local tentacledeath = select(7,UnitDebuffID("player",109597)) if tentacledeath and tentacledeath - GetTime() < 1 then RunMacroText("/click ExtraActionButton1") end
When will PQRotation support WoW 64-bit?
where i can found a shadow and dk endgame dragonsoul t13 4pc rotation script?
Bubba's profiles work if they're not, it probably because of the new offsets for the program.
Because, I had to delete Bubba's profiles and copy them again in the profiles's folder so they could work again.
So before, saying anyting bad to an author, try to delete and copy them again or close the PQR and open it again or ask the author for help!
Or, bear with and tell yourself that the profile is just outdated like some druid profiles on the wiki.
Last edited by couky; 02-03-2012 at 01:31 PM.
I have a question for Xelper, is there any way to prevent auto kick when in stealth? Also I wanted to do an auto focus kick feature, any hints on how the kick + delay logic works so I can replicate it?
Hey guys, this is an amazing bot to use.
Are there any Resto Shaman profiles floating around, i cant seem to locate one.
EDIT: ignore this, i found one. Going to give it a pop now![]()
Last edited by stec2012; 02-03-2012 at 02:35 PM.
hi all
i dont know why no one care about moonkin profile this is for the 4.2 but steel it has a some problem and i see some problem in this rotation i have one please would you please guyz make a new and good moonkin profile for druid thank you so much
old profile : old moonkin profile.rar
scan link : https://www.virustotal.com/file/660f...is/1328297527/
Is there a PGR rotation for a combat rogue that includes blade furry fror PvE?
Not a very coder like response, where is your ingenuity? I will probably re-implement target interrupts as a rotation ability and add some custom logic to not interrupt in stealth, I just need to know how the interrupts actually work (i.e. is it based on a timer initiated at spell_cast_start events or something?) I don't know the WOW api very well.