It would be awesome sometime in the future to see focus in addition to target in the conditions
Example:
Focus Health Percent
so that we can do focus specific conditions. :)
I've alrdy done some manual stuff in lua, but it's getting harder and harder to keep up with your conditions.
Like a simple thing as to check for buffs.
In tbc you have to do
for i=1,40 do
if UnitBuff("focus",i) == "SPELLNAME" then
n=1
end
end
then you can use n=1 to whatever, it gets even more complicated if we want to check timers. :P
Anyway
Ordush out!
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now