View Single Post
12/02/14, 03:12 PM   #53
Randactyl
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 251
Test time!

All done right after a /reloadui. Zgoo used to view data.

Open relevant fragment, then choose one of the main filters. Results follow.

Inventory:
1. /zgoo GetCurrentInventoryType() -> INVENTORY_BACKPACK
2. /zgoo PLAYER_INVENTORY.appliedLayout.libFilters_filterType -> LAF_BAGS
3. /zgoo PLAYER_INVENTORY.inventories[GetCurrentInventoryType()].libFilters_filterType -> LAF_BAGS

Bank (withdraw):
1. INVENTORY_BANK
2. nil
3. LAF_BANK

Guild Bank (withdraw):
1. INVENTORY_GUILD_BANK
2. nil
3. LAF_GUILDBANK

Store, Deconstruction, Guild Store, Mail, Trade, Enchanting Creation/Extraction, Improvement:
1. INVENTORY_BACKPACK
2. nil
3. nil

So there is an issue with the hooking function that is supposed to run on init?
  Reply With Quote