View Single Post
01/17/18, 03:51 PM   #4
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
Well your armor can be pulled via slot calls using BAG_WORN (it's like accessing your inventory, just with a different "bag"). Having Zgoo would help with a lot of the stats and that sort of thing:

zgoo /global then expand UnitData to see what functions return what on you.

For champion points, you'd need to loop through the lists for each type and check how many points are in the perks. Use find on the API page starting with "GetNumChampionDisciplines" and look at everything that immediately follows.

Last edited by Rhyono : 01/17/18 at 03:54 PM.
  Reply With Quote