View Single Post
08-30-17, 08:30 AM   #6
lightspark
A Rage Talon Dragon Guard
 
lightspark's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2012
Posts: 341
Originally Posted by Terenna View Post
This means there should be some way to get that info from the server.
Ofc there's, but it's a bit PITA because it requires artefact UI to be opened, that's the reason why many used AK currency for tracking.

-- edit #1

Anyways, you basically have to do something like this:

Lua Code:
  1. ShowUIPanel(SocketInventoryItem(16)) -- shows artefact UI w/o errors
  2. local ak = C_ArtifactUI.GetArtifactKnowledgeLevel()
  3. HideUIPanel(ArtifactFrame)

But you'll obv hear typical frame opening and closing sounds.
__________________

Last edited by lightspark : 08-30-17 at 08:54 AM.
  Reply With Quote