Originally Posted by
bestdamnwarrior
Bio, thanks for the updates unfortunately and it may be something I'm doing wrong, your HS code seems to break PQR. I've entered it in manually as well as just copy and paste and it seems to just stop casting after an inital CS.
Anyone have any suggestions? This looks like a very appealing HS code if I can get it to work.
Thanks
try this
Code:
local rage = UnitPower("player")
local BattleTrance = UnitBuffID("player", 12964)
local Incite = UnitBuffID("player", 86627)
local ColossusSmash = UnitBuffID("player", 86346)
if rage >= 85 or BattleTrance ~= nil or Incite ~= nil or (ColossusSmash ~= nil and rage >= 50) then
return true
end