View Single Post
10-19-14, 11:45 PM   #2
kurapica.igas
A Chromatic Dragonspawn
Join Date: Aug 2011
Posts: 152
You can get the max number by using
Lua Code:
  1. UnitPowerMax("player", SPELL_POWER_SHADOW_ORBS)
, also an event "UNIT_MAXPOWER" can be used to get the new max number.
  Reply With Quote