You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the items in the list appear partially out of order. Items in bank tabs will appear first and then items not in any bank tabs will appear at the end, whilst in game the items not in any bank tabs are the ones that appear first at the top of the bank.
Data about which items are in which bank tab can be gotten from the Client instance by calling the Client#getVar method, check the VarBits class to see what you pass in to get the bank tab item data (the returned value should then tell you how many items are in each tab).
According to Adam, if there's no bank tabs then the items are just in tab 1 (he told me that a year ago now so could be good to verify).
Out of scope:
Actually adding bank tabs to the save data (just want to get the order of the items correct)
Sorting old bank saves that're out of order (they'll get overwritten eventually, or not, no big deal. We just want new saves created from current banks to be correct)
The text was updated successfully, but these errors were encountered:
Currently the items in the list appear partially out of order. Items in bank tabs will appear first and then items not in any bank tabs will appear at the end, whilst in game the items not in any bank tabs are the ones that appear first at the top of the bank.
Data about which items are in which bank tab can be gotten from the Client instance by calling the Client#getVar method, check the VarBits class to see what you pass in to get the bank tab item data (the returned value should then tell you how many items are in each tab).
According to Adam, if there's no bank tabs then the items are just in tab 1 (he told me that a year ago now so could be good to verify).
Out of scope:
The text was updated successfully, but these errors were encountered: