The Mana fight class condition isn't using a percentage value.
Using an LUA script instead of spell, I had something like...
RunMacro("name") if mana < 75
And the spell was never ran, so I checked this out..
RunMacro("name") if mana < 75000
And it worked. Right on the money, every time.
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