View Single Post
06/17/14, 03:14 AM   #11
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Originally Posted by farangkao View Post
Bank and Guild Banks behave completely different.

Bank - items can be retrieved by API call.
Guild Bank - User initiate an Event when opening the Guild Bank and the Addon can then retrieve the data from it. (So it currently needs to be saved in SavedVars)

Inventory can be fetched all the time too ,but only by the Character that is logged in can retrieve his inventory (so need to be saved as well)
My long term goal right now is the character inventory and only the character inventory.
And it will need me some time to even get there
  Reply With Quote