Jump to content

i4mb1sh0p

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by i4mb1sh0p

  1. 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!

×
×
  • Create New...