View Single Post
08-08-17, 12:51 AM   #9
syncrow
A Flamescale Wyrmkin
 
syncrow's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 149
try to use

Lua Code:
  1. local cp = UnitPower("Player", SPELL_POWER_COMBO_POINTS)
  2. local cpMax = UnitPowerMax("player", SPELL_POWER_COMBO_POINTS);
  3.  
  4. for i = 1, cpMax do...
__________________

Last edited by syncrow : 08-08-17 at 12:58 AM.
  Reply With Quote