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,018,280
Favorites:4,303
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 01-24-07, 07:01 PM  
BKred
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Originally posted by Kaishi
Okay i have downloaded every version of this i could find, extracted them to my /addons directory, everytime it states "Out of Date" in the addons field which is okay cause alot of my addons say that atm, but i can not get this working... Is it not BC compatible? is there something i am missing? have tried every slash command listed and this mod does not exist after i install it.
You need to make sure you check the "Load Out of Date Addons" box at the top of the addons screen. Don't worry, I forget about that all the time
Report comment to moderator  
Reply With Quote
Unread 01-24-07, 04:25 PM  
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 137
File comments: 640
Uploads: 22
To Fix error with GetItemHyperlink and the bank copy and paste this in the database.lua file located under vBagnon_Forever\database.

Note you want to paste this at the very end of the file

Enjoy!

Code:
function BagnonDB.GetItemHyperlink(player, bagID, itemSlot)
	local playerData = BagnonForeverData[currentRealm][player];
	if playerData then
	
		local bagData = playerData[bagID];
		if bagData then
			local itemData = bagData[itemSlot];
			
			if itemData then
				local _, _, itemLink = string.find(itemData, "([%w_:]+)");
				if tonumber(itemLink) then
					itemLink = itemLink .. ":0:0:0";
				end
				itemLink = "item:" .. itemLink;
				if itemLink then
					local name, ilink, quality = GetItemInfo( itemLink );
					local r,g,b,hex = GetItemQualityColor( quality );
				
					return hex .. "|H".. itemLink .. "|h[" .. name .. "]|h|r";
				end
			end
		end
	end
end
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
Report comment to moderator  
Reply With Quote
Unread 01-24-07, 10:53 AM  
Kaishi
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Okay i have downloaded every version of this i could find, extracted them to my /addons directory, everytime it states "Out of Date" in the addons field which is okay cause alot of my addons say that atm, but i can not get this working... Is it not BC compatible? is there something i am missing? have tried every slash command listed and this mod does not exist after i install it.
Report comment to moderator  
Reply With Quote
Unread 01-24-07, 08:42 AM  
korrundar
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Fix?

Any chance of getting this fixed? If not what other bag mod do you recommend that is similar?
Report comment to moderator  
Reply With Quote
Unread 01-23-07, 11:24 AM  
seebs
Premium Member
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 155
File comments: 157
Uploads: 5
vBagnon confused by removal of bags

I was playing a lowbie, and I brought bags to a friend. Without really thinking about it, I'd equipped them.

When I removed them, vBagnon's display became garbled and confused, as it didn't correctly handle the loss of inventory spaces. It didn't recover just from being opened and closed or anything, either; I think it gets better on reload, though. (Haven't had a chance to check, servers down.)
Report comment to moderator  
Reply With Quote
Unread 01-22-07, 11:42 AM  
Calucifer
A Defias Bandit

Forum posts: 3
File comments: 4
Uploads: 0
Re: Re: graphical problem?? help please.

Originally posted by Lyessa
you have selected an armor/equipment category in both your bank and inventory windows, the third one from the left with the gauntlet icon.
vbagnon therefore displays appropriate items after your previous selection is completely listed (all items, the button on the left).
ahhhh icic thanks!! I deleted a few of my items because of this grr I wish I knew this before hand argh
Report comment to moderator  
Reply With Quote
Unread 01-22-07, 05:46 AM  
Alaylith
A Defias Bandit
 
Alaylith's Avatar

Forum posts: 3
File comments: 8
Uploads: 0
Originally posted by Phanx
1. Make sure you're using the latest vBagnon. The inventory ID error should only be present in older versionsm due to a Blizzard change that newer versions have been updated to handle.

2. Delete your Cache folder. Graphical glitches are most often caused by corrupted cache data. A corrupted cache can be responsible for any number of bizarre problems - once a friend was unable to type in chat, only copy/paste things typed outside of the game, because anything he actually typed in the chat box came out as gibberish symbols. Deleting his cache solved the problem. Do this while WoW is not running.

3. Delete your saved variables files for vBagnon and vBagnon_Forever. These are found in World of Warcraft/WTF/Account/<your account name>/SavedVariables.
Alright, did 1. and 3. and now bagnon's working okay. But I DID that before, I had the newest version and I deleted the save files, but only now it's working after I did it again. Weird. :/

I also did 2., but I still have funny images in my bags. But now it's another char with another map. XD
__________________
Report comment to moderator  
Reply With Quote
Unread 01-22-07, 05:26 AM  
Lyessa
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 4
Uploads: 2
Re: graphical problem?? help please.

Originally posted by Calucifer
Look at my inventory... see anything wrong?? notice duplicates? I don't get why those items are like that...
you have selected an armor/equipment category in both your bank and inventory windows, the third one from the left with the gauntlet icon.
vbagnon therefore displays appropriate items after your previous selection is completely listed (all items, the button on the left).
Last edited by Lyessa : 01-22-07 at 05:27 AM.
Report comment to moderator  
Reply With Quote
Unread 01-21-07, 06:37 AM  
Calucifer
A Defias Bandit

Forum posts: 3
File comments: 4
Uploads: 0
graphical problem?? help please.

Look at my inventory... see anything wrong?? notice duplicates? I don't get why those items are like that... I was messing around with my bank and inventory then whenever I withdrew those duplicated items or deposit them the bank or inventory would create new slots for some reason... its not actually a dupe its like a copy of it.. I tried deleteing cach and saved variables but no help :/

someone help me out please :/

Last edited by Calucifer : 01-21-07 at 06:38 AM.
Report comment to moderator  
Reply With Quote
Unread 01-20-07, 09:45 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Those of you getting weird errors and graphical glitches, try doing these three things:

1. Make sure you're using the latest vBagnon. The inventory ID error should only be present in older versionsm due to a Blizzard change that newer versions have been updated to handle.

2. Delete your Cache folder. Graphical glitches are most often caused by corrupted cache data. A corrupted cache can be responsible for any number of bizarre problems - once a friend was unable to type in chat, only copy/paste things typed outside of the game, because anything he actually typed in the chat box came out as gibberish symbols. Deleting his cache solved the problem. Do this while WoW is not running.

3. Delete your saved variables files for vBagnon and vBagnon_Forever. These are found in World of Warcraft/WTF/Account/<your account name>/SavedVariables.
Report comment to moderator  
Reply With Quote
Unread 01-20-07, 11:55 AM  
NITEMARE1641
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Originally posted by Alaylith
I've got several problems with Bagnon, too.

1. I always get a IDInventory-whatever error when I do anything in my bag/bank. Switch something, take something out, use an item, put something in it.
This error comes popping up until my bags are almost filled. When there are - well - around 10 free places or so the error stops.

2. One of my chars has the funny error that the symbols are wrong of the items. For example, tigereye had the malachite symbol and moosachat had a fang symbol. The most funniest is then that some items get parts of Atlas maps. Malachite had I believe parts of SM as item symbol today. :P

3. Hide Bag/Show Bag isn't working anymore. I get an IDInventory error there.


It would be really great if a new versions come out without these bags. Don't wanna change the addon, bagnon's great. ;(
Im Haveing the Same Problems and its driving me NUTZ! Please Update
Report comment to moderator  
Reply With Quote
Unread 01-18-07, 10:24 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Re: Errors about a protected function

Originally posted by seebs
BTW, I want a "profiles" feature which saves bag settings so I don't have to keep redoing them when I log in new toons.
I second this. Per-character settings drive me nuts on most addons, Bagnon included.
Report comment to moderator  
Reply With Quote
Unread 01-18-07, 02:10 AM  
sun
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 104
Uploads: 1
where is the remember inventory/bank feature of other character gone ? :/
Report comment to moderator  
Reply With Quote
Unread 01-17-07, 07:25 AM  
seebs
Premium Member
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 155
File comments: 157
Uploads: 5
Errors about a protected function

I am very confused. I have been getting notifications that vBagnon is calling protected functions to do with pet action bar items.

Now, here's my thinking:

First off, that makes no sense; I don't think vBagnon actually calls any such functions.

Secondly, I wasn't getting these, but then I updated all my other addons, and suddenly I'm getting them.

So I'm guessing it's somewhere in Cosmos.

BTW, I want a "profiles" feature which saves bag settings so I don't have to keep redoing them when I log in new toons.
Report comment to moderator  
Reply With Quote
Unread 01-17-07, 04:22 AM  
Alaylith
A Defias Bandit
 
Alaylith's Avatar

Forum posts: 3
File comments: 8
Uploads: 0
I've got several problems with Bagnon, too.

1. I always get a IDInventory-whatever error when I do anything in my bag/bank. Switch something, take something out, use an item, put something in it.
This error comes popping up until my bags are almost filled. When there are - well - around 10 free places or so the error stops.

2. One of my chars has the funny error that the symbols are wrong of the items. For example, tigereye had the malachite symbol and moosachat had a fang symbol. The most funniest is then that some items get parts of Atlas maps. Malachite had I believe parts of SM as item symbol today. :P

3. Hide Bag/Show Bag isn't working anymore. I get an IDInventory error there.


It would be really great if a new versions come out without these bags. Don't wanna change the addon, bagnon's great. ;(
__________________
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.