for example in arena you need to stun so again you need to stop rotation. right shift is very unconfortable imo.
for example in arena you need to stun so again you need to stop rotation. right shift is very unconfortable imo.
The profile looks good and I will test it tonight but I would like to get your help on a few things as optional.
My Mass Exo code is pretty simple.
Name : Ret Mass Exo
Actions :
Cancel channel : False
Recast Delay : 0
Skip Unknown : True
Spell ID: 122028
Target : Target
I used the same code as Exorcism to maintain the same but overall Mass Exo works fine.PHP Code:
if UnitBuffID("player", 84963) == nil or UnitBuffID("player", 84963) and select(7, UnitBuffID( "player", 84963)) - GetTime() < 2.5 then if UnitPower("player", 9) >= 3 then return false endelseif PQR_SpellAvailable(24275) then return falseend
if UnitPower("player", 9) < 5 and (UnitBuffID("player", 87138) or PQR_SpellAvailable(879)) then return trueend
Exorcism still has to be in the rotation as the very last ability or it skips Mass Exo and if it's before the last anything after Exo get's skipped so location is key.
What I would like to do is make a key to toggle CS/TV to hotr/ds no seal swaps since sor is bad.
Last edited by js1974; 11-11-2012 at 08:33 PM.
FYI rotation not using CS on Legs on Garalon could be a range check issue not sure.
Last edited by js1974; 11-11-2012 at 11:09 PM.
Love your work, really good stuff.
press shift once, thanks for the code and info. I will add support tomorrow.
Just press the key for stun? If it doesn't work the first time press it twice, update the profile.
Just did lfr garalon to test, it works? Update, not sure what the problem is.
Last edited by averykey; 11-12-2012 at 03:12 AM.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
I understand how yours works, What i'm asking for is assistance in changing it because SoR should never be used so there is no point for it. The only options for rotation you should ever really use is. CS/TV - CS/DS - HOTR/DS all using Seal of Truth. Right now yous has 2 keys setup to toggle 2 different things. First thing tried to do was make it so I could use 1 key to toggle through 3 different rotations and that did not work.
So what I'm trying to do now is eliminate the things that aren't needed. SoR is not needed so no real reason to ever turn it on. This profile bursts great on heroic Blade Lord and bursting up to 200K+ which is solid. Few things this goes back to professions certainly.
As an engineer we always want Synapse Springs and Execution Sentence to line up since they are on the same timers and if a trinket proc is up than great. This also means that waiting for AW and other random things before ES is used does very little good for engineers because your gloves have already been used. Using this profile my synapse and execution sentence were never lined up so overall my damage was much lower than it should have been.
We were doing Garalon heroic maybe there is a difference will check again next week since he is dead now.
Not sure how you do the 4th boss in hof, but in our strat we pull the adds together and I burst 350k~ with sor.
PHP Code:
-- Buff seal if none
if single == nil and aoe == nil and playerSeal == 0 then CastShapeshiftForm(1) end
if IsInInstance() and (select(2, GetInstanceInfo()) == "party" or select(2, GetInstanceInfo()) == "raid") then
if (single == false or single == true or aoe == true or aoe == false) and playerSeal ~= 1 then
CastShapeshiftForm(1)
end
elseif not IsInInstance() or IsInInstance() and select(2, GetInstanceInfo()) ~= "party" and select(2, GetInstanceInfo()) ~= "raid" then
if PlayerHP <= 50 and playerSeal ~= 4 then
CastShapeshiftForm(4)
elseif (single == false or single == true or aoe == true or aoe == false) and playerSeal ~= 1 and PlayerHP >= 60 then
CastShapeshiftForm(1)
end
end
for no sor.
why do you want sor removed anyways? you have to press shift twice to activate it, the first shift does hotr/ds/truth then you just press ctrl to get back to what you want. It's useful for a lot of trash pulls/dungeons and grinding as well.
I will add glove support today
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
Well I'm not sure if you are working on Heroic but for Windlord on Heroic I can tell you I have to keep censure up 100% and there is no room for padding the meters. DK's and Warriors do a far better job cleaving adds down so my position has solely been sitting on the boss from open until kill. Sure I won't have top DPS on any meters but I'm doing what the guild asks to maintain a top 20 US standing so their wish is my command.
I generally use CS/DS, CS/TV or HotR/DS never have I used SoR.
Message: [string "if PQR_Addon_Loaded == nil then..."]:1451: GetSpellBookItemName(): Invalid spell slot
Time: 11/14/12 21:21:07
Count: 7911
Stack: [C]: in function `GetSpellBookItemName'
[string "if PQR_Addon_Loaded == nil then..."]:1451: in function `PQR_GetSpellID'
[string "if PQR_Addon_Loaded == nil then..."]:1437: in function <[string "if PQR_Addon_Loaded == nil then..."]:1435>
[C]: in function `CastSpellByName'
[string "if UnitIsDeadOrGhost("player") == nil and n..."]:185: in function `?'
[string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
[string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
[string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
Locals: (*temporary) = 197
(*temporary) = "spell"
Getting this Error after enable your rotation
Same here,
no addon, test with english and french version
I agree,
if you're not satisfied, make your own modification. I don't understand people getting a liitle bit agressive with someone who's spending hard time to satisfie the community
Update fixed focus bug, update from pqr or download here or up top![]()
![]()
He's just trying to help him improve it. He's not being rude at all, it's just discussion about palret, and how things could be handled.
I mean, a comment which explains whichs things are cool/working or not is always more useful than a comment who says "THIS NO WORK FIX PLZ", at least in my humble opinion.
Back on topic, how's the gloves thing going ?
Message: [string "if PQR_Addon_Loaded == nil then..."]:1451: GetSpellBookItemName(): Invalid spell slot
Time: 11/14/12 21:21:07
Count: 7911
Stack: [C]: in function `GetSpellBookItemName'
[string "if PQR_Addon_Loaded == nil then..."]:1451: in function `PQR_GetSpellID'
[string "if PQR_Addon_Loaded == nil then..."]:1437: in function <[string "if PQR_Addon_Loaded == nil then..."]:1435>
[C]: in function `CastSpellByName'
[string "if UnitIsDeadOrGhost("player") == nil and n..."]:185: in function `?'
[string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
[string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
[string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
Locals: (*temporary) = 197
(*temporary) = "spell"
could anyone help me with this error?