View Single Post
04/14/14, 12:35 PM   #6
Iyanga
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 183
Originally Posted by Nekudotayim View Post
Great addon, shows item info of guild bank also. The actual problem is the slotID, which changes everytime you open the guild bank. In backpack and regular bank it always starts with 1, in guildbank its variable (1, 800, 2211, ...). How can I get the first slotIndex of a bag ? Couldn't find an appropriate function.


GetNextGuildBankSlotId ?

I suspect you feed it with nil or 0 as start and then with the previous return value to iterate.
  Reply With Quote