Hi,
I'm trying to write a macro for warlock to keep only certain amount of "Soul Shards" in bag/delete the rest
-> find how many items(soul shards) are in bags -> of amount>maxAmount than delete soul shards from bag 1 by 1 until amount !> maxAmount
basically something like that..
now there are working macros for this on the internet, but they dont work here on patch 1.12.1 because
GetItemCount(itemID|"itemLink") from WoW API is available since patch 2.0.1..
Does anyone know any workaround? I'd really appreciate it