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,016,649
Favorites:4,306
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 02-08-11, 07:09 PM  
JohnJSal
A Murloc Raider

Forum posts: 9
File comments: 55
Uploads: 0
Do we need to change line 550 back to 12 with this update, or leave it as it is?
Report comment to moderator  
Reply With Quote
Unread 02-08-11, 06:52 PM  
Nifra
A Kobold Labourer
 
Nifra's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 28
Uploads: 1
Thanks for the update, there was quite a bit of discussion about in trade lol
Report comment to moderator  
Reply With Quote
Unread 02-08-11, 05:58 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Fixes should be in place now.
I actually fixed this a week or so ago, then proceeded to forget that I implemented a fix. Sorry about that
Report comment to moderator  
Reply With Quote
Unread 02-08-11, 12:49 PM  
Kupotek
An Aku'mai Servant
 
Kupotek's Avatar
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 1201
Uploads: 2
That fixed it, but now I get a new bagnon problem...

If I hover over an item in my bag, some of them are not in fact that item. The tooltip says it's something else, and when I pick it up, it is in fact that other item...?

Update: nevermind, reloading ui fixed that.
__________________
Panther UI | My Home on the Web
Last edited by Kupotek : 02-08-11 at 12:49 PM.
Report comment to moderator  
Reply With Quote
Unread 02-08-11, 12:30 PM  
RoaJoker
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Originally posted by Morsker
I posted this to Curse also, but just open components/item.lua, go to line 550, or search for "local QUEST_ITEM_SEARCH" which is line 550. And change the 12 to a 10.
Worked great, TY!
Report comment to moderator  
Reply With Quote
Unread 02-08-11, 11:33 AM  
Crenthius_UB
A Fallenroot Satyr

Forum posts: 20
File comments: 2
Uploads: 0
Also getting bagnon_guildbank error

Also getting this when opening guild bank and trying to change tabs. I can see the current tab with bank opens; but, when I try to change tabs it just still shows the tab that was active when guild bank was opened.



Bagnon_GuildBank-1.0.0\components\item.lua:288: attempt to call method 'IsQuestItem' (a nil value)
Bagnon_GuildBank-1.0.0\components\item.lua:303: in function `UpdateBorder'
Bagnon_GuildBank-1.0.0\components\item.lua:218: in function `Update'
Bagnon_GuildBank-1.0.0\components\item.lua:392: in function `SetSlot'
Bagnon_GuildBank-1.0.0\components\itemFrame.lua:167: in function `ReloadAllItemSlots'
Bagnon_GuildBank-1.0.0\components\itemFrame.lua:55: in function `action'
Bagnon_GuildBank-1.0.0\components\itemFrame.lua:50: in function <...ace\AddOns\Bagnon_GuildBank\components\itemFrame.lua:47>

Locals:
self = BagnonGuildItemSlot2 {
tab = 1
count = 7
0 = <userdata>
hasItem = "|Hitem:37700:0:0:0:0:0:0:0:85:0[Crystallized Air]"
border = <unnamed> {}
frameID = "guildbank"
}
itemLink = "|Hitem:37700:0:0:0:0:0:0:0:85:0[Crystallized Air]"
name = "Crystallized Air"
link = "|Hitem:37700:0:0:0:0:0:0:0:85:0[Crystallized Air]"
quality = 1

---
Last edited by Crenthius_UB : 02-08-11 at 12:31 PM.
Report comment to moderator  
Reply With Quote
Unread 02-08-11, 11:21 AM  
FattyXP
A Defias Bandit
 
FattyXP's Avatar

Forum posts: 2
File comments: 31
Uploads: 0
Originally posted by Morsker
I posted this to Curse also, but just open components/item.lua, go to line 550, or search for "local QUEST_ITEM_SEARCH" which is line 550. And change the 12 to a 10.
This fixes the issue for me, spreading the word.
__________________
Report comment to moderator  
Reply With Quote
Unread 02-08-11, 11:18 AM  
Necrophgst
A Deviate Faerie Dragon
 
Necrophgst's Avatar

Forum posts: 17
File comments: 35
Uploads: 0
I'm unable to open any of my bags or get into my bank with Bagnon enabled since patch 4.0.6. The fix posted by Morsker worked a treat for me and it works again. Thanks Morsker

Code:
3x Bagnon-2.15.2\components\item.lua:27: attempt to call method 'GetDummyBag' (a nil value)
(tail call): ?:
Bagnon-2.15.2\components\itemFrame.lua:247: in function `AddItemSlot'
Bagnon-2.15.2\components\itemFrame.lua:331: in function `ReloadAllItemSlots'
Bagnon-2.15.2\components\itemFrame.lua:189: in function `UpdateEverything'
Bagnon-2.15.2\components\itemFrame.lua:442: in function `SetFrameID'
Bagnon-2.15.2\components\itemFrame.lua:37: in function `New'
Bagnon-2.15.2\components\frame.lua:719: in function `CreateItemFrame'
Bagnon-2.15.2\components\frame.lua:729: in function `PlaceItemFrame'
Bagnon-2.15.2\components\frame.lua:451: in function `Layout'
Bagnon-2.15.2\components\frame.lua:243: in function `UpdateLook'
Bagnon-2.15.2\components\frame.lua:193: in function 
<Bagnon\components\frame.lua:189>
<in C code>: in function `Show'
Bagnon-2.15.2\components\frame.lua:77: in function `action'
Bagnon-2.15.2\utility\ears.lua:29: in function `SendMessage'
Bagnon-2.15.2\components\frameSettings.lua:51: in function `SendMessage'
Bagnon-2.15.2\components\frameSettings.lua:69: in function `Show'
Bagnon-2.15.2\main.lua:111: in function `ShowFrame'
Bagnon-2.15.2\main.lua:355: in function `action'
Bagnon-2.15.2\utility\ears.lua:29: in function `SendMessage'
Bagnon-2.15.2\utility\itemEvents.lua:255: in function `?'
Bagnon-2.15.2\utility\itemEvents.lua:70: in function <Bagnon\utility\itemEvents.lua:68>

Locals:
(*temporary) = "BANKFRAME_OPENED"
(*temporary) = "BANKFRAME_OPENED"
(*temporary) = <function> defined =[C]:-1
__________________
The beat goes, Boom Badda Bing
Last edited by Necrophgst : 02-08-11 at 11:28 AM.
Report comment to moderator  
Reply With Quote
Unread 02-08-11, 11:12 AM  
Morsker
A Fallenroot Satyr
 
Morsker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 89
Uploads: 8
I posted this to Curse also, but just open components/item.lua, go to line 550, or search for "local QUEST_ITEM_SEARCH" which is line 550. And change the 12 to a 10.
Report comment to moderator  
Reply With Quote
Unread 02-08-11, 11:06 AM  
Šynasty
A Fallenroot Satyr

Forum posts: 23
File comments: 32
Uploads: 0
Date: 2011-02-08 11:54:18
ID: -11
Error occured in: Global
Count: 1
Message: ..\AddOns\Bagnon\components\item.lua line 550:
bad argument #2 to 'format' (string expected, got nil)
Debug:
[C]: ?
[C]: format()
Bagnon\components\item.lua:550: in main chunk



-----------------------------------------------------------------------



Date: 2011-02-08 11:55:09
ID: -9
Error occured in: Global
Count: 6
Message: ..\AddOns\Bagnon\components\item.lua line 27:
attempt to call method 'GetDummyBag' (a nil value)
Debug:
[C]: GetDummyBag()
Bagnon\components\item.lua:27:
Bagnon\components\item.lua:24
(tail call): ?
Bagnon\components\itemFrame.lua:247: AddItemSlot()
Bagnon\components\itemFrame.lua:331: ReloadAllItemSlots()
Bagnon\components\itemFrame.lua:189: UpdateEverything()
Bagnon\components\itemFrame.lua:442: SetFrameID()
Bagnon\components\itemFrame.lua:37: New()
Bagnon\components\frame.lua:719: CreateItemFrame()
Bagnon\components\frame.lua:729: PlaceItemFrame()
Bagnon\components\frame.lua:451: Layout()
Bagnon\components\frame.lua:243: UpdateLook()
Bagnon\components\frame.lua:193:
Bagnon\components\frame.lua:189
[C]: Show()
Bagnon\components\frame.lua:77: action()
Bagnon\utility\ears.lua:29: SendMessage()
Bagnon\components\frameSettings.lua:51: SendMessage()
Bagnon\components\frameSettings.lua:69: Show()
Bagnon\components\frameSettings.lua:89: Toggle()
Bagnon\main.lua:131: ToggleFrame()
Bagnon\main.lua:215: OpenAllBags()
[string "OPENALLBAGS"]:1:
[string "OPENALLBAGS"]:1
Report comment to moderator  
Reply With Quote
Unread 02-05-11, 10:22 PM  
Turulo
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Hi, I'm tweaking an UI using !BeautyCase and I wanted to add the border to the Bagnon's frame (BagnonFrameinventory). Since I have no Lua experience I find my skillz lacking to do it correctly.

This is what I tried to do, that got me close (I can see the border in the bag frame) but it only works with the keybind and not by clicking the bag button:

Code:
if IsAddOnLoaded('Bagnon') then
	if BagnonFrame then
		local id = 0
		hooksecurefunc(Bagnon, 'Create', function()
			local framename = "BagnonFrameinventory"
			id = id + 1
			local f = getglobal(framename)
			if not f then return end
			CreateBorder(f, 12, 1, 1, 1)
		end)
	else
		local id = 1
		hooksecurefunc(Bagnon.Frame, 'New', function(self, name)
			local f = getglobal('BagnonFrameinventory')
			if not f then return end
			CreateBorder(f, 12, 1, 1, 1)
			id = id + 1
		end)
	end
end
Anyone knows how can I fix that to make it work?

Edit: Nevermind somehow it worked, I probably had something wrong in another place.
Last edited by Turulo : 02-06-11 at 10:22 PM.
Report comment to moderator  
Reply With Quote
Unread 02-01-11, 09:58 AM  
Osamar
A Murloc Raider

Forum posts: 8
File comments: 42
Uploads: 0
It could be possible to add "Button Facade" to Bagnon?

Or dissable Blizzard "border art" in Dominos and Bagnon?

I am using Clean Icons - Square http://www.wowinterface.com/download...uare.html#info and a clean Button Facade in Dominos.

Thanks.
Report comment to moderator  
Reply With Quote
Unread 01-27-11, 02:43 AM  
tmywu
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
Guild Bank

Hello, I apologize if this has been mentioned already, but didn't this addon use to have support for guild banks? Is there another version? Regardless, this addon kicks ass!
Report comment to moderator  
Reply With Quote
Unread 01-21-11, 03:21 AM  
Sidola
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Hi, I have a quick question regarding spacing. Is it in any way possible to set spacing between the bag-columns, instead of between each inventory slot?

Love the addon but I miss being able to clearly see where each bag ends and begins.
Report comment to moderator  
Reply With Quote
Unread 01-14-11, 09:53 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
PTR installed, will mess with it on Monday, most likely. Without looking at more than the Bagnon code, it appears that they adjusted the returns of the GetAuctionItemClasses() function.
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.