Bagnon

Bagnon

122M Downloads

Saving Bags and Bank data

virtualbjorn opened this issue ยท 0 comments

commented

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Feature for Classic
Its kinda frustrating to not know what the guild bank's status. it might be useful if the addon can save item data from the bags and bank.

Describe the solution you'd like
A clear and concise description of what you want to happen.

An Inventory DB/LUA file where the number of items per stack is saved. And we can just then upload it somewhere where the guildies can check what items are available in the made Guild Bank.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Data Model can look like this

{
 "itemId": 3356,
 "itemName": Kingsblood,
 "itemCount": 20
}