View Single Post
04/13/14, 11:58 AM   #3
Nekudotayim
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 7
icon, slots= GetBagInfo(BAG_GUILDBANK)
for i=1,slots do
linkName = GetItemLink(BAG_GUILDBANK,i)
end

At least this works with BAG_BACKPACK, so it should with guild bank as its handled like another bag aI thought. Right ? Ir how do I get the slotID of each slot ??
  Reply With Quote