Download
(7Kb)
Download
Updated: 06-01-09 05:12 AM
Addon for:
cargBags.
Pictures
File Info
Updated:06-01-09 05:12 AM
Created:05-09-09 02:04 PM
Downloads:5,697
Favorites:32
MD5:

cargBags Aurora  Popular! (More than 5000 hits)

Version: 2.0
by: Cargor [More]

NOTE: This is only for the old cargBags version 1.3 and below!

cargBags_Aurora is a sample layout for cargBags which features two bags (one for inventory, one for bank) which are further divided into tabs with sub bags. The main bagpack has by default three tabs:

  • Main: divided in consumables and the rest
  • Trade: Trade goods and recipes
  • Other: holds your ammo/shards, keys and junk

Roughly based on cargBags_Pernobilis, it gives a good introduction in some custom layout options - with lots of comments.

Features
  • fades in/out when toggling the bags
  • tabbed and grouped in sub bags
  • "B" toggles your bag bar
  • custom space indicator, displayed as a status bar
  • border of empty buttons is hidden

Support for Anywhere-bags. The character switching button is located near the Close-button and a new "B"-button is added for showing the bank frame.

cargBags_Aurora Changelog
2.0
- complete rewrite with filters (we don't need another Pernobilis)

1.0.1
- cargBags_Anywhere support

1.0
- fork of cargBags_Pernobilis
Post A Reply Comment Options
Unread 05-10-09, 02:29 AM  
Katae
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 208
File comments: 260
Uploads: 6
This layout looks great, as does the code, well done!
Report comment to moderator  
Reply With Quote
Unread 05-13-09, 05:52 PM  
metalchoir
A Kobold Labourer
 
metalchoir's Avatar

Forum posts: 0
File comments: 32
Uploads: 0
Bug Report

Right after Entering the World, The "ESC" key gets out of order.
But It's gonna be in running order after I open bags just once.
That problem is only happened in this layout.
Report comment to moderator  
Reply With Quote
Unread 05-14-09, 07:10 AM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
Ah yeah, I noticed that too - I'll try to fix it as soon as possible
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 05-22-09, 03:13 AM  
janangler
A Kobold Labourer

Forum posts: 0
File comments: 33
Uploads: 0
One question, how can I exchange bags from the bank and inventory? If I open the bags bar on the inventory and the bank I can not move a bag from the bank to the inventory, e.g. swap in a mining bag if i want to go farming.
Report comment to moderator  
Reply With Quote
Unread 05-22-09, 11:02 AM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
Never tried this one, but I'll test it and hopefully include it in the next cargBags-release.

EDIT: Did you try to pick up the bag and then click on the other bag to swap them or did you just tried to drag it over without releasing the mouse buttons? This makes a difference, as cargBags at the moment only checks for clicks, not for receiving of drags.
__________________
« Website | GitHub »

Oh hai!
Last edited by xConStruct : 05-22-09 at 11:05 AM.
Report comment to moderator  
Reply With Quote
Unread 05-23-09, 01:28 AM  
janangler
A Kobold Labourer

Forum posts: 0
File comments: 33
Uploads: 0
I've tried to click on the bag bar but that only toggled the display of the bag content. Now I've tried it again with dragging and that seems to work fine. Thanks for the hint
Report comment to moderator  
Reply With Quote
Unread 06-01-09, 10:11 AM  
MadCow
A Chromatic Dragonspawn
 
MadCow's Avatar

Forum posts: 150
File comments: 95
Uploads: 0
could you add the option to scale the whole thing down a bit? it really large on screen
Report comment to moderator  
Reply With Quote
Unread 06-01-09, 10:48 AM  
Darkmoone
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 3
File comments: 35
Uploads: 1
Im nitpicking but when you switch tabs the frame seems to drop down instead of staying uniform.
Report comment to moderator  
Reply With Quote
Unread 06-01-09, 11:33 AM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
Originally posted by MadCow
could you add the option to scale the whole thing down a bit? it really large on screen
Short answer: No - but this shouldn't stop you from implementing it on your own. Just add at the bottom of the aurora.lua the lines:
Code:
mainFrame:SetScale(1)
bankFrame:SetScale(1)
... and modify the values to your liking. In the next update I maybe also add these as a reference.

Originally posted by Darkmoone
Im nitpicking but when you switch tabs the frame seems to drop down instead of staying uniform.
Yeah, maybe the anchors are not that good, I'll try to come up with a fix for that. But of course you could modify it by yourself, by playing around with the SetPoint's of the two frames. The top should be anchored, not the center, I think
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 07-27-09, 05:30 AM  
Ultranutter
Premium Member

Forum posts: 3
File comments: 25
Uploads: 0
Good idea but until the basic features are added like scaling etc i will not be using.
Report comment to moderator  
Reply With Quote
Unread 07-27-09, 07:01 AM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
This addon is lua-config only and there are no GUI options planned in the future. But you didn't mention all of your "basic features", only scaling - and this is adressed in the comment directly underneath your post.
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 11-12-09, 07:04 PM  
MadCow
A Chromatic Dragonspawn
 
MadCow's Avatar

Forum posts: 150
File comments: 95
Uploads: 0
am i missing something or is there no way to move the window?
Report comment to moderator  
Reply With Quote
Unread 11-13-09, 09:05 AM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
You can move it while holding down the Alt-key and dragging the backdrop. Sorry, forgot to mention it in the description :/
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 01-07-10, 04:39 PM  
Rammoth
A Cliff Giant
 
Rammoth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 73
File comments: 628
Uploads: 1
I'd love to see this addon updated to 3.3.0 as well. It's not usable because it's not compatible with patch 3.3.0.
Report comment to moderator  
Reply With Quote
Unread 01-07-10, 04:46 PM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
By 'not compatible' do you mean it breaks things or bugs occur? Then I need a complete error description.

I won't do just a simple toc-update, so it has the correct version number - you can check "Load out of date addons" in your addon list in WoW to use these older addons - there are a lot addons which still work with 3.3, but are not marked as up-to-date.
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: