thanx for the help
thanx for the help
Last edited by sandoog; 12-22-2012 at 10:31 AM.
Very odd, have no idea. the code should look like this.
PHP Code:
--- Healing ---
if (select(2, GetSpecializationInfo(GetSpecialization()))) == "Retribution" then
-- Lay on Hands
if PlayerHP <= 20 and PQR_SpellAvailable(633) then
CastSpellByName(GetSpellInfo(633), "player")
-- Healthstone
elseif PlayerHP <= 35 and not PQR_SpellAvailable(633) and GetItemCount(5512,false,false) > 0 and select(3,GetItemCooldown(5512)) == 1 then
UseItemByName(5512)
elseif not IsInInstance() or IsInInstance() and select(2, GetInstanceInfo()) ~= "party" and select(2, GetInstanceInfo()) ~= "raid" then
-- Flash of Light
if PlayerHP <= 55 and SelflessHealer == 3 then
CastSpellByName(GetSpellInfo(19750), "player")
-- Word of Glory
elseif PlayerHP <= 65 and (UnitPower("player", 9) >= 3 or UnitBuffID("player", 90174)) then
CastSpellByName(GetSpellInfo(85673), "player")
end
end
elseif (select(2, GetSpecializationInfo(GetSpecialization()))) == "Protection" then
-- Ardent Defender
if PlayerHP <= 15 and PQR_SpellAvailable(31850) then
CastSpellByName(GetSpellInfo(31850))
-- Lay on Hands
elseif PlayerHP <= 20 and PQR_SpellAvailable(633) and not PQR_SpellAvailable(31850) then
CastSpellByName(GetSpellInfo(633), "player")
-- Healthstone
elseif PlayerHP <= 35 and not PQR_SpellAvailable(633) and GetItemCount(5512,false,false) > 0 and select(3,GetItemCooldown(5512)) == 1 then
UseItemByName(5512)
-- Word of Glory
elseif PlayerHP <= 55 and (UnitPower("player", 9) >= 3 or UnitBuffID("player", 90174)) then
CastSpellByName(GetSpellInfo(85673), "player")
end
end
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
hey. is it possible to add a panic button for Divine shield? Also flash heals. (Ret)
is ther anything wrong? it do not cast anything. only judgement.
same prob here. pqrotation shows a stop by constantly using pvp judgement. putting it out of the rotation prevents even starting the rotation. Any ideas? using german client.
Hey Avery, awesome profile ... I use both ret and prot full time and have been for months. Question is w/ your current profile is there any way to switch to full time Seal of Insight tanking vs SoT? Maybe I missed something in the settings, but can I switch seals w/out modifying the code?
They actually nerfed SOI recently, it wasn't supposed to proc off aoe for some reason?ghostcrawler?
So it only procs off single target now and is much worse, it will still switch when <50%health, If you really want it still knowing they nerfed it, I will type it out for you.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
No thanks I was hoping for a easy fix not more work. I like the insight heals in dungeons when weak healers are in the group. Thanks!
Good afternoon. Update Profile retrika to the latest version. Profile stopped working. It should be used and all justice exorcism. Key switch solo goal AoE broken. Freedom is still running. Shit heaven. Prompt vchem problemma.
Avery any chance you could post your spec/gyphs?
Avery .. thanks in advance and sorry about my poor english...
I'm using your profile for a long time, from beginning to be real, and with the last update my retry doesn't use any atack... i be looking for the code, and i thought maybe the new copmbat style maybe the problem.. i use spanish EU client... maybe this... here is "Represión" instead of Retribution... how can i solve this.
"if (select(2, GetSpecializationInfo(GetSpecialization()))) == "Retribution" then "
And still nothing. Sad
I tried to merge xelper profile with this(jug to focus target) and exo with glyph and failed =\