File Details
GuildBankListCreator.zip
- B
- Apr 20, 2020
- 43.94 KB
- 52
- 1.13.4
- Classic
File Name
GuildBankListCreator.zip
Supported Versions
- 1.13.4
20.4.2020 Version 0.5b
BETA VERSION - THINGS MIGHT BE A BIT BROKEN
- Main frame now closes with Esc
- /gblc status shows status in the main addon frame instead of chat frame. Status also shows you the exclusion list. You can close the window by pressing Esc.
- Exclusion list (account wide).
Now you can add items to be excluded from the final list. Good for removing Hearthstones or other items that are private for the alt. Excluded items are listed as separate list after the main list.
New commands are:
/gblc exclude item name (count) - Excludes item with given name. If no value is given for count, it is set to 1.
Example: /gblc exclude Silk Cloth 200
Excludes 200 Silk Cloth from the list. The addon lists total amount-200 silk cloth on the list.
/gblc exclude id itemID (count) - Excludes item with given itemID. If no value is given for count, it is set to 1.
Example: /gblc exclude id 4306 200
Excludes 200 Silk Cloth from the list. The addon lists total amount-200 silk cloth on the list.
/gblc include item name (count) - Includes excluded items back to main list. If no value is given for count, it is set to 1.
Example: /gblc include Silk Cloth 200
Moves 200 Silk Cloth back from the exclusion list. If the exclusion amount reaches zero, the addon automatically deletes the exclusion list entry.
/gblc include item id itemID (count) - Includes excluded items back to main list. If no value is given for count, it is set to 1.
Example: /gblc include id 4306 200
Moves 200 Silk Cloth back from the exclusion list. If the exclusion amount reaches zero, the addon automatically deletes the exclusion list entry.
/gblc clearitem item name - Clears item name from the exclusion list.
Example: /gblc clearitem Silk Cloth
Removes Silk Cloth entry from the exclusion list.
/gblc clearitem id itemID - Clears item itemID from the exclusion list.
Example: /gblc clearitem id 4306
Removes Silk Cloth entry from the exclusion list.
/gblc clearlist - Clears the exclusion list.
Please note that with exclusion list you are possibly dealing with items which your character doesn't have on them or even have seen. This raises errors because on how Blizzard has made the system. So don't be alarmed if there's some "Unseen item with ID number".