Originally Posted by
cometangel
hello, im using PQRotation for a long while now, and i have a tad bit experience in lua coding, but i just cant seem to get around to solve my mind in how to write how to keep up 5cp recuperate, im using Blinded's rogue combat 1.2 for now, but its a pain in the arse to use when im soloing raids... can someone here help me since blinded hasnt been seen of for a while?
Code:
if CPonTarget == 5 then
if RecTimer == nil then
return true
elseif ( RecTimer - GetTime() ) < 3 then
return true
end
end
thats from [blinded]'s sub ability if your trying to use it in combat or assassin you'll prob need to add it to those rotations.