Download
(180Kb)
Download
Updated: 03-21-19 07:00 PM
Pictures
File Info
Compatibility:
Tides of Vengeance (8.1.0)
Battle for Azeroth (8.0.1)
Shadows of Argus (7.3.0)
Updated:03-21-19 07:00 PM
Created:unknown
Downloads:2,017,375
Favorites:4,305
MD5:

Bagnon  Popular! (More than 5000 hits)

Version: 8.1.9
by: jaliborc, Tuller



Overview
Bagnon is a highly customizable bag replacement addon designed to help the player find items as quickly and as easily as possible. Beyond the basic all-bags-in-one functionality, Bagnon provides features such as:

  • Ability to view the items of any character, from anywhere *
  • Inventory, bank, vault and guild bank support
  • Coloring based on item quality and more
  • Intelligent item search engine
  • Tooltip item counts
  • Item rulesets
  • Databroker support
* - Requires the player to login and visit the bank once at each character

Plugins
A wide assortment of plugins has been made by people in the community:
Notes
  • Please submit bugs and feature requests at GitHub.
  • Are you a developer? Bagnon provides a rich API for developing plugins and extra rulesets!
  • Please consider supporting Bagnon by becoming a patron or submitting a donation.
  • Visit me at jaliborc.com.

Optional Files (1)
File Name
Version
Size
Author
Date
Type
1.5
2kB
10-17-10 01:40 PM
Addon


Post A Reply Comment Options
Unread 05-27-10, 06:56 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Noted.
Report comment to moderator  
Reply With Quote
Unread 06-24-10, 09:52 PM  
eternalglory
A Murloc Raider

Forum posts: 8
File comments: 63
Uploads: 0
How to change the color quality ?
Report comment to moderator  
Reply With Quote
Unread 07-06-10, 03:38 PM  
Masteromen
A Kobold Labourer
 
Masteromen's Avatar

Forum posts: 0
File comments: 14
Uploads: 0
Is the bank part of this addon bugged? Cuz it dont show me any info when I mouse over an item for the main bit! But when I add a bag I can see the info!
Report comment to moderator  
Reply With Quote
Unread 08-11-10, 08:06 AM  
Orion Assante
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Re: Profiles

Originally posted by loctrinh01
Can you add a feature for us to load one profile of settings for all character.
I second this! Would love to have profile support for this addon.
Report comment to moderator  
Reply With Quote
Unread 09-01-10, 09:22 AM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
Hi Tuller, thanks for your addons, just want to comment on two things:
1) The option "Reverse bag slot ordering" is great, as I prefer items to fill in from the bottom when I loot stuff. However, would it be possible to also add an option, that reverses each individual bag's slot around, so it is a 100% reverse?
2) Bagnon doesn't seem to cache the main 28 slots in my bank at times, it does cache the items in my 7 bank bag slots though (I have 22 slotters in all).
Last edited by Aezay : 09-04-10 at 02:45 AM.
Report comment to moderator  
Reply With Quote
Unread 09-24-10, 12:03 PM  
lffpicard
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Hi,

I second a couple things already commented and would love to see the two small bugs fixed.

I too am having issues with the first 20ish spaces in my bank not showing any tool tips at all.

Also the colour border around items to show how rare they are does not seem to work, i fiddled with the settings and nothing. And a separate add-on that does this is not compatible with Bagnon.

Hope these will be fixed soon as this is a great add-on!
Report comment to moderator  
Reply With Quote
Unread 09-24-10, 04:09 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Bank tooltip issues, as well as highlighting issues typically means that you need to revisit your bank. Tooltip issues also sometimes mean that you have an addon conflict.

@Aezay:
You need to replace this part of the code in Bagnon/components/itemFrame.lua:
Code:
		for slot = 1, self:GetBagSize(bag) do
			local itemSlot = self:GetItemSlot(bag, slot)
			if itemSlot then
				i = i + 1
				local row = (i - 1) % columns
				local col = math.ceil(i / columns) - 1
				itemSlot:ClearAllPoints()
				itemSlot:SetPoint('TOPLEFT', self, 'TOPLEFT', effItemSize * row, -effItemSize * col)
			end
		end
With
Report comment to moderator  
Reply With Quote
Unread 09-27-10, 07:19 AM  
lffpicard
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
With?

I have removed all my add-ons and started form scratch and Bagnon works with tool-tips and coloured borders... the add-ons I have installed that work with it are:

Bagnon
Bankstack
Auctioneer (Auctionator)
Atlas
AtlasLoot
DeadlyBossMods
Dominos
Lightheaded
TomTom
Gearscore
AdvancedtradeSkillWindow
FishingBuddy
AckisRecipeList
Postal
MinimapButtonFrame

Now this is the order I re-installed the add-ons, I started with the standard Blizzard folders, then added Bagnon, Bankstack, and Auctioneer, then installed the others one at a time.

I did during this remove stuff I never used so not sure if these are the issue.

Removed any folders for Fubar or Titan or Infobar as I don't use those so done some clean-up. I also removed the add-ons

oGlow (Installed after the issue)
RecipeRadar
Prospect
Accountant_Classic (Didn't work with Bagnon)

I also have a folder I don't know where it came from in my add-ons
FixItemIcon

It isn't a dependency for any add-on I have and so I have not tried to put it back on.

Now bagnon works fine no tool-tip issues and colour borders all work.
So any of the add-ons I removed or the above folder may be the issue, or just the install order fixed it.. If anyone else wants to go through this too maybe we can find the cause

I didn't do fresh installs of the add-ons I just moved the folders and put them back one at a time so I kept all my settings.

Hope this is of some use.
Report comment to moderator  
Reply With Quote
Unread 10-09-10, 02:41 PM  
Nifra
A Kobold Labourer
 
Nifra's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 28
Uploads: 1
Made a review/guide for this addon Check it out!

http://www.youtube.com/watch?v=jUq5h4ko_Dw
Report comment to moderator  
Reply With Quote
Unread 10-11-10, 06:07 PM  
Annekynn
A Fallenroot Satyr

Forum posts: 21
File comments: 144
Uploads: 0
Why is the latest version "No guild bank"? That function broken as of 4.0x?
Report comment to moderator  
Reply With Quote
Unread 10-11-10, 06:40 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
The Bagnon beta version is the guild bank version. I've still yet to finish up the guild bank functionality to push it into the release build.
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 09:59 AM  
Saus
A Kobold Labourer
 
Saus's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
Thanks for all your efforts Tuller! I've been using this addon for years and I'm glad you're still updating it!
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 11:03 PM  
JohnJSal
A Murloc Raider

Forum posts: 9
File comments: 55
Uploads: 0
Deleting characters from the tooltips?

Can someone tell me how to remove the names of alts from the tooltips that come up when you hover over items? I've deleted the alts and their folders, but their names still appear (like when I hover over my gold amount).

Thanks.
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 10:18 AM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Read the FAQ :P
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 01:33 PM  
dreamcatcher
A Black Drake
 
dreamcatcher's Avatar
AddOn Author - Click to view AddOns

Forum posts: 82
File comments: 24
Uploads: 1
Having a problem with this. When I go to replace a glyph in the talents frame. It said this feature has been blocked.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.