• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Bagnon

 
Project Updated:
Files Updated: 03-10-2010
Supports Game Version: 3.3.0
Category: Bags & Inventory
Tags:

, , , , , and [Edit Tags]

Project Manager: Tuller
Additional Authors: No additional authors
Current Version: 2.13.2
License: BSD License
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 556
Downloads Total: 3,919,506
Favorites: 3,704
Comments: 1,988
  • Contests
  • About Bagnon
  •  

Have a question? Check the wiki!

Bagnon is an addon that merges all of your bags into three frames: One for your inventory, one for your bank, and one for your keyring. Beyond the basic all-in-one inventory functionality, Bagnon also provides the following features:

  • Items can be colored based on quality
  • Quest items can be highlighted
  • Text searching (see syntax below)
  • Offline viewing of inventory information from your other characters (via Bagnon_Forever)
  • Databroker plugin support. Both the inventory and bank frames allow you to display a databroker plugin in the bottom left corner. I find this works well with things like Currency Tracker

Included Addons
  • Bagnon – Provides single window displays for your inventory, bank, and keyring
  • Bagnon_Config – Provides a means of configuring said frames :P
  • Bagnon_Forever – Enables the ability to view your character’s bank, or items from any other character on the same server, from anywhere. (You need to log onto each character at least once for this to work).
  • Bagnon_Tooltips – When hovering over an item, this tells you who has an item, and where.
Slash Commands
  • All commands can start with either /bagnon or /bgn
  • /bagnon keys – Toggles the keyring frame
  • /bagnon bags – Toggles the inventory frame
  • /bagnon bank – Toggles the bank frame
  • /bagnon config – Displays the main options menu
Search Syntax
  • Bagnon 2.0 uses the same search syntax as Combuctor.
  • To find an item by name, simply type the items name. Typing “silk” will find all items that have “silk” in their name.
  • To find an item by type, subtype, or equip location, type t:search. “t:weapon” will find all weapons. “t:main” will find all main hand items.
  • To find an item by quality, type q:quality.“q:epic” will find all epic items. You can also use a quality number. “q:0” will find all grey items.
  • To find an item by name, type n:name. “n:muffins” will find all items with names containing “muffins”.
  • To find items in an equipment set, type s:equipmentSet. “s:fire” will find all items in equipment sets you have with names that start with “fire”.
  • Searches can be negated using “!”. “!q:epic” will find all items that are NOT epic.
  • A union of two searches can be performed using the | operator. Typing “q:epic|t:weapon” will find all items that are either epic OR weapons.
  • An intersection of two searches can be performed using the & operator. Typing “q:epic&t:weapon” will find all items that are epic AND weapons
  • The following search keywords are also supported:
    • boe – Bind on equip items.
    • quest – Items with “quest item” in their tooltips.
    • bop – Bind on pickup items.
    • boa – Bind on account items.
  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Bagnon 2.13.2 Beta 3.3.0 161 3/10/2010
  Bagnon 2.13.1 Beta 3.3.0 858 3/3/2010
  Bagnon 2.13.0 Beta 3.3.0 577 2/26/2010
  Bagnon 2.12.6 Beta 3.3.0 2,830 1/30/2010
  Bagnon 2.12.3 Release 3.3.0 206,128 12/8/2009
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • would be amazing if you could add an option to disable certain frames like i want a toon bank frame and my invotory but i dont want my Gbank to have a frame

    i think that would be a really nice addition to this addon cause now i cant have it enabled cause i need or rather want to be able to see my Gbank logs at all times

    xD

    Reply Report Permalink
  • Tuller said

    You can disable the guild bank via the addons menu.

    Reply Report Permalink
  • Isilya said

    I was just wonder it if would be possible to add it in somehow to view the currencies you are tracking? Like on your normal bag (without the addon) under your currency it displays the 3 you are tracking.

    Reply Report Permalink
  • Tuller said

    http://code.google.com/p/tullamods/wiki/Bagnon#How_do_I_display_tokens?

    Reply Report Permalink
  • sh4mr0ck3 said

    I'm not sure where to make suggestions, so I hope this works... I think a really good idea would be to have the ability to change the background color of different bags, not just bag types. For instance, I'm a miner and skinner and have a profession bag for each in my bank. Unfortunately, they both display with green backgrounds so it's hard to know the difference between the two and using bag break makes it pretty messy.

    Also, having the ability to track other types of currency as well as gold would be nice, such as Frost, Triumph, Cooking, whichever you want :)

    Just my $.02 :D

    Reply Report Permalink
  • Tuller said

    I plan on allowing the ability to color each profession bag separately.

    For your second request:
    http://code.google.com/p/tullamods/wiki/Bagnon#How_do_I_display_tokens?

    Reply Report Permalink
  • mrberry said

    is there a way to view the guild bank logs?

    Reply Report Permalink
  • Tuller said

    No, its not implemented yet.

    Reply Report Permalink
  • Niblund said

    Im getting LUA errors from GuildBank's moneytab (tooltip on mouseover), but ONLY on the other chars who isn't the GuildMaster, they do have full access to GB.
    Reinstall didnt help, either copy bagnon.lua from guildmaster char.
    Here's the log when running bagnon separately:
    Page1: Message: ...ce\AddOns\Bagnon_GuildBank\components\moneyFrame.lua:150: attempt to call method 'GetCurencyText' (a nil value)
    Time: 03/06/10 04:21:50
    Count: 2
    Stack: ...ce\AddOns\Bagnon_GuildBank\components\moneyFrame.lua:150: in function `UpdateTooltip'
    ...ce\AddOns\Bagnon_GuildBank\components\moneyFrame.lua:106: in function `OnEnter'
    ...ce\AddOns\Bagnon_GuildBank\components\moneyFrame.lua:40: in function <...ce\AddOns\Bagnon_GuildBank\components\moneyFrame.lua:39>

    Page2:Message: ...ce\AddOns\Bagnon_GuildBank\components\moneyFrame.lua:150: attempt to call method 'GetCurencyText' (a nil value)
    Time: 03/06/10 04:21:51
    Count: 11
    Stack: ...ce\AddOns\Bagnon_GuildBank\components\moneyFrame.lua:150: in function `UpdateTooltip'
    Interface\FrameXML\GameTooltip.lua:195: in function <Interface\FrameXML\GameTooltip.lua:185>

    Great addon in other ways, keep up the good work!
    Otherwise I'll have to stick to Blizz frames.

    Reply Report Permalink
  • StarHog said

    Simple Typo this is.
    The function called is named GetCurrencyText there is a 'r' missing.

    Reply Report Permalink
  • So how do you fix it?

    Reply Report Permalink
  • StarHog said

    Sorry thought it would be clear:
    Open up AddOns\Bagnon_GuildBank\components\moneyFrame.lua
    Goto Line 150 and Change GetCurencyText to GetCurrencyText

    Reply Report Permalink
  • Niblund said

    Thanks for discovering this. Now the Money Frame works as intended.

    Reply Report Permalink
  • Tuller said

    2.13.2 should fix this.

    Reply Report Permalink
  • fredtheelf said

    Wondering if only showing items to the chars in that faction in the Tooltip is possible or something you would consider adding? (e.g. When on a Horde char, only show items held by or in the bank/guildbank of your Horde chars, and vice versa).

    Reply Report Permalink
  • Tuller said

    I plan on doing a bit of an overhaul of Bagnon_Tooltips at some point, and this would be a good option to add in. Another one is "ignore hearthstones" :P

    Reply Report Permalink
  • Serragard said

    Theres seem that on Bagnon 2.9.0 picture we can have the frost emblems etc, on bottom of the addon.

    How come I cant get to have it^^

    Reply Report Permalink
  • why does it not show the emblems? i even have it ticked in my blizzard UI, but i cannot find one in the /bagnon config section >.<

    Reply Report Permalink
  • ltdeta said

    how can i only disable bagnon guild bank frame?

    Reply Report Permalink
  • Tuller said

    Via the addons menu when you're selecting a character.

    Reply Report Permalink
  • Addon Packs Containing Bagnon
  • Similar Addons
  •  

Average downloads per day

  1. 706 Altoholic Guild, Bags & Inventory, Mail...
  2. 606 ArkInventory Bags & Inventory
  3. 501 RatingBuster Tooltip, and Bags & Inventory
  4. 377 Outfitter Bags & Inventory, PvP, and...
  5. 248 EPGPLootmaster Chat & Communication, Bags...