View Single Post
06/17/17, 09:29 PM   #1
MaralieRindu
Join Date: Jul 2015
Posts: 7
GetBagUseableSize & ESO Plus

I'm trying to update MassDeconstructor, and so far I've had some limited success with updating it to handle ESO: Morrowind. It was previously "magically" missing most of the reconstructible items in my bank.

Checking through the ESOUIDocumentationP14.txt I found "BAG_SUBSCRIBER_BANK", "IsESOPlusSubscriber" and "GetBatUseableSize". These functions seem to be what I want, but while IsESOPlusSubscriber can tell me that I'm a subscriber, the BAG_SUBSCRIBER_BANK bag only appears to have 240 item slots instead of the expected 480 items slots.

In my current working copy I use GetBagUseableSize(BAG_SUBSCRIBER_BANK) and get 240 when I am a subscriber on ESO Plus. GetBagSize returns the same value.

What am I doing wrong?
  Reply With Quote