View Single Post
02-24-16, 04:37 AM   #3
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Thanks.

Hmm imo there are two issues here:
https://github.com/Gethe/wow-ui-sour...tFrame.lua#L24

Chi has the wrong PowerColor Index. Should be 12.
Arcane_Charges has no PowerColor Index. Should be 16.

Here is the updated index table
Code:
INDEX_VARIABLE              INDEX   TOKEN
======================================================
SPELL_POWER_MANA            0       "MANA"
SPELL_POWER_RAGE            1       "RAGE"
SPELL_POWER_FOCUS           2       "FOCUS"
SPELL_POWER_ENERGY          3       "ENERGY"
SPELL_POWER_COMBO_POINTS    4       "COMBO_POINTS"
SPELL_POWER_RUNES           5       "RUNES"
SPELL_POWER_RUNIC_POWER     6       "RUNIC_POWER"
SPELL_POWER_SOUL_SHARDS     7       "SOUL_SHARDS"
SPELL_POWER_LUNAR_POWER     8       "LUNAR_POWER"
SPELL_POWER_HOLY_POWER      9       "HOLY_POWER"
SPELL_POWER_ALTERNATE_POWER 10      ???
SPELL_POWER_MAELSTROM       11      "MAELSTROM"
SPELL_POWER_CHI             12      "CHI"
SPELL_POWER_INSANITY        13      "INSANITY"
SPELL_POWER_OBSOLETE        14      ???
SPELL_POWER_OBSOLETE2       15      ???
SPELL_POWER_ARCANE_CHARGES  16      "ARCANE_CHARGES"
SPELL_POWER_FURY            17      "FURY"
SPELL_POWER_PAIN            18      "PAIN"
Anyone got the token for alternate power?
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 02-24-16 at 04:50 AM.