Guild Bank List Creator Plus

Guild Bank List Creator Plus

403 Downloads

IF YOU DOWNLOADED THE FIRST VERSION, please delete and re-download, there were some default settings issues. The exclusion list is not currently working correctly, will be fixed in the next update.

New in Ver. 0.6.1:
    Fixed links false
    Fixed stack and limit defaults
    Fixed unnecessary slot outputs
    Fixed unnecessary subType outputs
    Implemented "<>" around links to disable embeds
    Fixed showing the minimum level when it's 0 or 1
    Checked that CSV is working

This addon is a fork of SapperMorton's Guild Bank List Creator, which is no longer functional in modern classic WoW. This version is tested and working in SoD.

Guild Bank List Creator Plus creates copy-pastable, Discord-postable, lists of items on a character. Please have your bank and bags opened in-game when creating a list to ensure that all items owned by your guild bank character are included on the list.

Items with suffixes ("X of the Y") will have their exact stats included in the mouseover tooltip of the Wowhead link after posting to Discord. (New in GBLC Plus 0.6) An option will be added to choose whether ot not to put this information in the tooltip or in plain text in a future update.

TO GENERATE THE LIST, type /gblc. I recommend making a macro and putting it somewhere on your bank character's action bars.

How to read: <Item Name> (<Number in Stock>) - <Minimum Level> <Rarity> <SubType> <Slot>

Command line options:

/gblc help

    Shows a help output for how to use the addon.

/gblc status

    Shows your current settings.

/gblc limit (number)

    Sets a character limit which, when reached, will add a "--LIST CONTINUED--" line to the list.

    This is useful if you're pasting the list to Discord, which has a 2000 character per-post limit.

    Set to zero to disable this functionality.

/gblc nolimit

    Same as limit 0.

/gblc links true|false

    Adds or removes Wowhead links for each item to the final list.

/gblc stack true|false

    Activates or disables stacking of items with the same name and stats.

/gblc csv true|false

    Outputs the list in CSV format if true, default discord-friendly output if false.

    This also deactivates character limiter.

/gblc categorize true|false (New in GBLC Plus 0.6)

    Separates the list by itemType if true, outputs a monolithic list if false.

/gblc sort rarity|alpha (New in GBLC Plus 0.6)

    Set to rarity by default, outputs a list sorted by Rarity > MinLevel > Suffix > Alphabetical.

    Setting to 'alpha' only sorts the list alphabetically.

The following exclusion list settings are account wide.

These settings are for removing Hearthstones and other items that you don't wish to show in the list.

Excluded items are listed as a separate list after the main list, and can also be seen in the status output.

/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.

/gblc exclude id itemID (count)

    Excludes item with given itemID number. 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.

/gblc include item name (count)

    Re-includes previously excluded items back into the main list.

    If no value is given for count, it is set to 1.

    Example: /gblc include Silk Cloth 200

        Removes 200 Silk Cloth from the exclusion list.

        If the exclusion amount reaches zero, the exclusion list entry will be automatically removed.

/gblc include item id itemID (count)

    Re-includes previously excluded items associated with an itemID number back into the main list.

    If no value is given for count, it is set to 1.

    Example: /gblc include id 4306 200

        Removes 200 Silk Cloth from the exclusion list.

        If the exclusion amount reaches zero, the exclusion list entry will be automatically removed.

/gblc clearitem item name

    Clears an item name from the exclusion list.

    Example: /gblc clearitem Silk Cloth

        Removes Silk Cloth entry from the exclusion list.

/gblc clearitem id itemID

    Clears the item associated with an itemID number from the exclusion list.

    Example: /gblc clearitem id 4306

        Removes Silk Cloth entry from the exclusion list.

/gblc clearlist

    Clears the exclusion list entirely.

Future fixes and features:

    Fix exclusion
    Improve grammar for weapons and armor
    Add byMinlevel sort
    Add stats in link or not option
    Add Recipe profession level
    Add option for outputting excluded items list
    Don't show empty categories
    Widen text area
    Reorder categories