View Single Post
10-02-18, 09:55 PM   #9
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
And if you don't want to remember what number is what power you can instead use:

Code:
Enum.PowerType.Mana
Enum.PowerType.Rage
Enum.PowerType.Focus
Enum.PowerType.Energy
Enum.PowerType.ComboPoints
Enum.PowerType.Runes
Enum.PowerType.RunicPower
Enum.PowerType.SoulShards
Enum.PowerType.LunarPower
Enum.PowerType.HolyPower
Enum.PowerType.Maelstrom
Enum.PowerType.Chi
Enum.PowerType.Insanity
Enum.PowerType.ArcaneCharges
Enum.PowerType.Fury
Enum.PowerType.Pain
Insanity = UnitPower("player", Enum.PowerType.Insanity)
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote