View Single Post
03-13-19, 02:14 PM   #16
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
I thought you were asking how to pick them up in-game

Lua Code:
  1. local name, qty, icon = GetCurrencyInfo(1560)
  2. print("You have", qty, name)
Resources Ids: 824=WoD Garrison, 1220=Legion Order Hall, 1560=BfA War, 1416=Coins of Air, You'll have to find the rest youself .
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote