Thread Tools Display Modes
12-29-20, 05:09 PM   #1
doofus
A Chromatic Dragonspawn
Join Date: Feb 2018
Posts: 158
Anima Powers

Hello, is there an API to read the Anima Powers we get in Torghast?
  Reply With Quote
01-02-21, 04:28 PM   #2
quthar
A Kobold Labourer
Join Date: Apr 2009
Posts: 1
Lua Code:
  1. local MAW_BUFF_MAX_DISPLAY = 44;
  2. for i=1, MAW_BUFF_MAX_DISPLAY do
  3.     local _, icon, count, _, _, _, _, _, _, spellID = UnitAura("player", i, "MAW");
  4. end

I found this in BlizzardInterfaceCode/Interface/AddOns/Blizzard_MawBuffs.lua
In the function MawBuffsContainerMixin:Update
  Reply With Quote
01-18-21, 06:24 PM   #3
doofus
A Chromatic Dragonspawn
Join Date: Feb 2018
Posts: 158
Many thanks, it works!
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Anima Powers

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off