View Single Post
09/12/14, 12:20 PM   #13
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Not doable, the events only triggers when you are running the game.

And for EVENT_GUILD_BANK_*, the surely only be triggered when you interact with banker and on the related guild. (or it will be a huge netcode fantasy).

Quick scenario :


Player 1 depose item A in bank
...
> 100 deposits after
...

You log in :

- History has been truncated, so you cannot see who put item A in bank.


Then, after, items got their unique ID, but after a single restack (and in my guild , we always restack), the ID is lost. And furthermore, i've just searched into ui code, looks like itemID is not accessible at all.
  Reply With Quote