Yeah already reported that js, think will be fixed in the new version : ).
Yeah already reported that js, think will be fixed in the new version : ).
Yes this looks like it's an instance/solo check and use wog if not in an instance.PHP Code:
--solo pvp check
local PlayerHP = 100 * UnitHealth("player") / UnitHealthMax("player")
if not IsInInstance() or IsInInstance() and select(2, GetInstanceInfo()) ~= "raid" then
if PlayerHP <= 70 then
return false
end
end
Found rotation stop bug, caused by Mass Exorcism glyph and that chunk of code:
PQR_SpellAvailable(879) change to PQR_SpellAvailable(122032)Code:-- prevents wrong spell cast ret if (select(2, GetSpecializationInfo(GetSpecialization()))) == "Воздаяние" then if PQR_SpellAvailable(879) or PQR_SpellAvailable(24275) or UnitBuffID("player", 87138) then return false end end
Also:
thats a talent: Divine Purpose - Spell - World of Warcraft
and thats a buff: Divine Purpose - Spell - World of Warcraft
u should replace all 86172 to 90174 to use TV/DS/INQ on DP buff procs.
bloodlust/timewarp ownage:
PHP Code:
if UnitBuffID("player", 80353) or UnitBuffID("player", 90355) or UnitBuffID("player", 2825) then
local GoAk = GetSpellCooldown(86698)
local AW = GetSpellCooldown(31884)
if GoAk == 0 then
CastSpellByName(GetSpellInfo(86698), "player")
end
if AW == 0 then
CastSpellByName(GetSpellInfo(31884), "player")
end
if GetInventoryItemCooldown("player",13) == 0 then
UseInventoryItem(13)
end
end
Last edited by redev1; 10-06-2012 at 09:26 PM.
Having problems with my modifiers right now, I fixed a ton of stuff and it's almost working.
Trying to sort out the best way to do all 4 rotations in 1 while still having working seal switching/buffing if no seal
Right now it will switch between
Truth/Cs/Tv
Truth/Cs/Tv
Truth/Hotr/Ds -- sometimes works
Sotr/Hotr/Ds -- problem
Curse blizz for shitty balancing on our skills :O
The dps increase is huge switching between these with modifiers.
at 89
Doing like 60k~ singletarget in greens and ds gear
and 80k+ aoe in greens and ds gear
edit: ^ I will do some testing with divine purpose, it seems to use the procs now I think? But if it doesn't I will switch the ids around.
The check for bl/tw/hero/otherbufflol for popping cds
I think I will add it in, you only pop those buffs ^ at times when people can get off cds and use them effectively, well most of the time. lfr guy, I think I will pop hero when the boss has 5% health left >.>; I will probably add in a check for boss health to prevent waste of cds? Let me know what you guys think.
Last edited by averykey; 10-07-2012 at 12:50 AM.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
So Avery are you going to hold the update until complete, or is it the current version when updating through PQR? Thanks again for all your efforts.
Hi Avery, awesome profile so far!
I have two requests. First, how would I go about modifying the WOG ability so it will check and heal my party as well as myself? Second, could you add an option for Selfless Healer with the same checks?
Thanks!
After killing Eregon tonight Exorcism and Hammer of Wrath both hang on the boss if you use the ability the rotation picks back up but there is something that causes those 2 abilities to continually hang up.
Avery is WoG in your PvE rotation? I seem to notice is going off. It shouldn't been in it.
It goes off in raids hence why I mentioned it.
@averykey I realy love your profile.
But i have some problems with it.
When i put my major glyphs in the slots your profile stops working? ( also tryed sheepmoons profile and his also stops working)
I disabled all my addons and it still wont work.
Only if i remove all my major glyphs it works again.
Please help me
Regards
Bouter
Have you updated recently or is your double jep code updated in the download?