i4mb1sh0p
-
Posts
4 -
Joined
-
Last visited
Reputation Activity
-
i4mb1sh0p reacted to AlexTheCarMan in "Target has mana"
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.