Hey Tuanha, have you ever thought about doing a resto druid CR, most of the druid CR's are dead and useless and no CR comes close to any of yours in any class. Maybe something to think about. Much Thanks
im wondering tuanah, are you already testing on PTR? There are some rather significant changes so I'm wondering. Thanks!
FML :S
Change a lot paladin code then suddenly visual studio error... I've lost 2 days work :S
Just wanted to kill myself with a lot of coffee already lol.
if PQR_SpellAvailable(20271) then
if ((single == false or single == true) and (UnitPower("player", 9) >= 3 and UnitBuffID("player", 138169)))
or UnitBuffID("player", 87138) or PQR_SpellAvailable(exoID) or PQR_SpellAvailable(24275) or PQR_SpellAvailable(35395) then
return false
else
if GetShapeshiftForm() ~= 0 then
if UnitPower("player", 9) < 5 then
local cTime = select(7, UnitDebuffID("focus", 31803))
local censure = UnitDebuffID("focus", 31803)
local pv = UnitDebuffID("target", 81326)
local pvTime = select(7, UnitDebuffID("target", 81326))
if UnitExists("focus") == nil or (pv == nil or (pvTime - GetTime() <= 4)) or ((UnitExists("focus") and censure ~= nil) and (cTime - GetTime() >= 8)) then
PQR_CustomTarget = "target"
return true
elseif UnitExists("focus") and pv ~= nil and (pvTime - GetTime() > 4) then
if censure == nil or (cTime - GetTime() < 8) then
PQR_CustomTarget = "focus"
return true
end
end
end
end
end
end
FML :S
Change a lot paladin code then suddenly visual studio error... I've lost 2 days work :S
Just wanted to kill myself with a lot of coffee already lol.
Hey Tuanha, have you ever thought about doing a resto druid CR, most of the druid CR's are dead and useless and no CR comes close to any of yours in any class. Maybe something to think about. Much Thanks
FML :S
Change a lot paladin code then suddenly visual studio error... I've lost 2 days work :S
Just wanted to kill myself with a lot of coffee already lol.
Glove and Double Jeopardy supported (auto activate if you have that glyph)Is this the correct website? Buy Now
I want to buy your cc.
edit: are gloves and double jeopardy supported?
if double jeopardy isn't supported, this is the code I used in pqr. Just had to manually set focus.
Code:if PQR_SpellAvailable(20271) then if ((single == false or single == true) and (UnitPower("player", 9) >= 3 and UnitBuffID("player", 138169))) or UnitBuffID("player", 87138) or PQR_SpellAvailable(exoID) or PQR_SpellAvailable(24275) or PQR_SpellAvailable(35395) then return false else if GetShapeshiftForm() ~= 0 then if UnitPower("player", 9) < 5 then local cTime = select(7, UnitDebuffID("focus", 31803)) local censure = UnitDebuffID("focus", 31803) local pv = UnitDebuffID("target", 81326) local pvTime = select(7, UnitDebuffID("target", 81326)) if UnitExists("focus") == nil or (pv == nil or (pvTime - GetTime() <= 4)) or ((UnitExists("focus") and censure ~= nil) and (cTime - GetTime() >= 8)) then PQR_CustomTarget = "target" return true elseif UnitExists("focus") and pv ~= nil and (pvTime - GetTime() > 4) then if censure == nil or (cTime - GetTime() < 8) then PQR_CustomTarget = "focus" return true end end end end end end
Quick and honest question for you holy pallies out there have you tested the free version vs the paid version? is their an honest difference? please dont ask me to sort through almost 400 pages to find this out. Can anyone explain the differences?