Jump to content

"Target has mana"


i4mb1sh0p

Recommended Posts

On 9/16/2019 at 6:33 PM, AlexTheCarMan said:

Hey

for C# you can use a Mana check like this 


ObjectManager.Target.ManaPercentage > 0

or if you wish to use Lua 


if UnitMana('player')/UnitManaMax('Player') < # then return true end

# = number from 1 - 100, whatever % you wish to use.

 

Thank you!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...