View Single Post
07/13/14, 01:15 AM   #3
Iyanga
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 183
Originally Posted by Waboku View Post
I am not understanding why that works with BAG_BACKPACK but not with BAG_BANK. If I use GetItemTotalCount(BAG_BACKPACK, slotId), I get the count, but GetItemTotalCount(BAG_BANK, slotId) gives me 0 even though items are in the bank. Can someone help me please. Thank you.
Is the slotId actually valid?
In the bank they are not necessarily consecutively and can start with an (more or less) arbitrary number.
  Reply With Quote