View Single Post
10-22-17, 10:50 PM   #12
Yukyuk
A Chromatic Dragonspawn
 
Yukyuk's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2015
Posts: 179
These forums work

Originally Posted by myrroddin View Post
Huzzah!
Lua Code:
  1. local current = select(5, C_ArtifactUI.GetEquippedArtifactInfo())
  2. local numTraits = select(6, C_ArtifactUI.GetEquippedArtifactInfo())
  3. local tier = select(13, C_ArtifactUI.GetEquippedArtifactInfo())
  4. local nextCost = C_ArtifactUI.GetCostForPointAtRank(numTraits, tier)
__________________
Better to fail then never have tried at all.
  Reply With Quote