View Single Post
07/07/18, 09:14 AM   #2
nightstrike2
Join Date: Sep 2017
Posts: 18
This question never got an answer, but I have the same one. Any thoughts?

EDIT: I've also noticed that SHARED_INVENTORY:GetOrCreateBagCache(BAG_BANK) is only returning 203 items, when I have 369 in my bank. Strange.

EDIT: I've further noticed that GetBagSize(BAG_BANK) returns 210, despite me being a subscriber and having 420 slots. This makes http://esodata.uesp.net/100023/src/i...ons.lua.html#1 stop at 209, thus getting the bag cache in this manner prevents me from getting anything in the extra slots.

Is there another bag id for the ESO+ extra space?

EDIT: Well, apparently what you need to do (and what only one addon I looked at does) is:

Lua Code:
  1. local bagCache = SHARED_INVENTORY:GenerateFullSlotData(nil, BAG_BANK, BAG_SUBSCRIBER_BANK)

That should be better documented, methinks....

Last edited by nightstrike2 : 07/07/18 at 10:36 AM.
  Reply With Quote