Download
(4Kb)
Download
Updated: 11-29-09 04:46 PM
Pictures
File Info
Updated:11-29-09 04:46 PM
Created:11-26-09 03:50 PM
Downloads:3,115
Favorites:13
MD5:

ncBags

Version: 1.1a
by: nobgul, Nobgul

BETA

ncBags is a lightweight bag replacement, and nothing more than that. It put's all bags in one frame and also modifies the bagbar. If you don't have an actionbar replacement this will rob empty your bag bar so you'll have to use the keybindings instead of click on the bag buttons.

Upcoming features:
- Bag bar hover highlighting
- Search
- Categories
Suggest features!

Usage:
Install and go! Color options are in ncBags.lua at the top of the file.

1.1 & 1.1a
--
Fixed some bugs with scaling. 1.1a is for upload failure.

1.0
--
The beginning
Optional Files (0)


Post A Reply Comment Options
Unread 11-27-09, 03:19 AM  
vlakarados
An Aku'mai Servant
 
vlakarados's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 145
Uploads: 5
before I open bags to see this scaling bug, I have a 2-3 second lag every time I click on my bags bar..
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 06:57 AM  
Kotomi
A Kobold Labourer

Forum posts: 1
File comments: 11
Uploads: 0
Does this have a sorting feature? I'd like to replace bagnon and Genie with this if possible. D:
Report comment to moderator  
Reply With Quote
Unread 11-29-09, 04:51 PM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
I seen you updated, why not changelog? :O
Report comment to moderator  
Reply With Quote
Unread 11-29-09, 04:52 PM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
Originally posted by vlakarados
before I open bags to see this scaling bug, I have a 2-3 second lag every time I click on my bags bar..
Also, this is a beta quality addon, expect bugs
Report comment to moderator  
Reply With Quote
Unread 11-29-09, 04:53 PM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by Ferous
I seen you updated, why not changelog? :O
Woops.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 11-29-09, 04:54 PM  
kxuhx
A Kobold Labourer

Forum posts: 0
File comments: 83
Uploads: 0
Gotta say, 2 real good bag mods came out recently - glad to see them!
Report comment to moderator  
Reply With Quote
Unread 11-30-09, 12:07 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
To all peeps that were having scaling bugs, they should be fixed now.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 11-30-09, 01:20 AM  
vertigo1980
A Kobold Labourer

Forum posts: 0
File comments: 38
Uploads: 0
This looks fantastic. The only thing keeping me switching from cargbags Nivaya is categories; having custom categories would be amazing.
Last edited by vertigo1980 : 11-30-09 at 01:21 AM.
Report comment to moderator  
Reply With Quote
Unread 11-30-09, 10:22 PM  
bluenjoy
A Deviate Faerie Dragon
 
bluenjoy's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 13
File comments: 55
Uploads: 1
I second that
__________________
-Biggie
Report comment to moderator  
Reply With Quote
Unread 12-01-09, 10:52 AM  
Artifact
A Deviate Faerie Dragon
 
Artifact's Avatar

Forum posts: 14
File comments: 26
Uploads: 0
Error

I get the following behavior and errors when I try to use ncBags. This is on a level 1 character with all other mods turned off as a test after I got the same errors with my other characters with other mods enabled.

The only non-default thing I have going is AI-Art. Could that be the issue?

Screehshot:


Error upon logging in:
Code:
Message: Interface\FrameXML\WatchFrame.lua:250: attempt to perform arithmetic on field 'baseAlpha' (a nil value)
Time: 12/01/09 08:42:47
Count: 1
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: ?
Interface\FrameXML\WatchFrame.lua:250: in function `WatchFrame_ToggleIgnoreCursor'
[string "*:OnLoad"]:4: in function `setFunc'
Interface\FrameXML\InterfaceOptionsPanels.lua:809: in function <Interface\FrameXML\InterfaceOptionsPanels.lua:801>

Locals: WatchFrame = WatchFrame {
 buttonCache = <table> {
 }
 locked = true
 0 = <userdata>
 nextOffset = 0
 lineCache = <table> {
 }
}
(*temporary) = <function> defined =[C]:-1
(*temporary) = WatchFrame {
 buttonCache = <table> {
 }
 locked = true
 0 = <userdata>
 nextOffset = 0
 lineCache = <table> {
 }
}
(*temporary) = nil
(*temporary) = "attempt to perform arithmetic on field 'baseAlpha' (a nil value)"
Error upon attempting to open all bags using SHIFT-B:
Code:
Message: Interface\AddOns\ncBags\ncBags.lua:138: bad argument #1 to 'unpack' (table expected, got nil)
Time: 12/01/09 08:43:25
Count: 1
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: ?
[C]: in function `unpack'
Interface\AddOns\ncBags\ncBags.lua:138: in function `GenerateBags'
Interface\AddOns\ncBags\ncBags.lua:213: in function <Interface\AddOns\ncBags\ncBags.lua:211>
[C]: in function `ToggleBag'
Interface\FrameXML\ContainerFrame.lua:87: in function `OpenAllBags'
[string "OPENALLBAGS"]:1: in function <[string "OPENALLBAGS"]:1>

Locals: (*temporary) = nil
(*temporary) = "table expected, got nil"
Last edited by Artifact : 12-01-09 at 10:53 AM.
Report comment to moderator  
Reply With Quote
Unread 12-01-09, 01:44 PM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Re: Error

I found the error, made a mistake while extracting the addon from my UI, uploading new version soon.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 12-04-09, 10:02 AM  
Baine
A Murloc Raider
 
Baine's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 395
Uploads: 1
found two problems:
as already reported, last bag still opens with blizz frame instead of being hidden
sorting the buttons seems to be inverted, meaning last bag slot is placed first and vice versa
makes it kind of difficult to maintain the right order ^^
__________________
Report comment to moderator  
Reply With Quote
Unread 12-04-09, 10:04 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by Baine
found two problems:
as already reported, last bag still opens with blizz frame instead of being hidden
sorting the buttons seems to be inverted, meaning last bag slot is placed first and vice versa
makes it kind of difficult to maintain the right order ^^
The first problem I'm working on, but the second problem shouldn't be a problem, because as soon as you use the UI for about 2 days, you will get used to the new order.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 12-04-09, 10:20 AM  
Baine
A Murloc Raider
 
Baine's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 395
Uploads: 1
well, if i sorted it manually, yes that would be true
but since i use another addon to automatically sort it for me (genie in that case) i'm always kind of confused when looking for something^^

gonna give it a try for a longer time though, thanks for replying =)
__________________
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 02:30 PM  
Dödsmyggan
A Murloc Raider
 
Dödsmyggan's Avatar

Forum posts: 6
File comments: 15
Uploads: 0
This look really nice. But I dont download it before its fixed for 3.3. Hope it come soon =)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: