Thread Tools Display Modes
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
06/17/17, 09:36 PM   #2
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
BAG_SUBSCRIBER_BANK is 240
BAG_BANK is 240
And that equals 480.

They are two separate inventories shown in game as one.
  Reply With Quote
06/17/17, 10:42 PM   #3
MaralieRindu
Join Date: Jul 2015
Posts: 7
Thank you.

Last edited by MaralieRindu : 06/17/17 at 10:46 PM.
  Reply With Quote
06/18/17, 01:43 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Forum search:
http://www.esoui.com/forums/showthread.php?t=7095
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » GetBagUseableSize & ESO Plus

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off