cargBags

  • Addon: cargBags
  • Version: 1.0
  • Category: Bag & Bank
  • Size: 0KB
  • Libs: None
  • Score: 4/5
  • Download:
  • Author: Cargor
  • Wow Version: 3.0.9
  • Update: 2010-3-23 15:25:24
  • Localized: En
  • Vote: -3 +1 +3
cargBags is a lightweight and modular bag framework. It is designed that you can completely focus on how your items are displayed and sorted rather than caring about getting item info, updating your bags or handle interaction with items. You can define how many virtual bags you'd like to have and what items should go into it.

The core addon only moves and sorts information between the handler and the layout - it's up to your layout how to present the items to the user!

So, to see something going on, you need a layout! See below for additonal resources.

Filtering
cargBags can react on special rules or filters to check if an item goes into that bag, but it's completely optional. So there's the possibility to make a complete all-in-one bag or separate small bags which hide gray items or show only keys, for example.

Modular
But aren't item filters in conflict with the term 'lightweight'?
Well, it depends on which features you'd like to have, but the default configuration is about only 50-60 kb. The CPU-usage is of course a bit higher because of the item filters, but it tries to only do the work which is needed to be done.
Item buttons which are not used will be recycled for later use, so there's no extra data generated which is not needed.

Default features
  • item filters
  • modular: custom layouts, plugins or handlers
  • lightweight: strip out features you don't need
  • comes with money display, space indicator and bag button bar

Additional resources:
-
Find cargBags layouts/plugins on WoWInterface
- Get more in-depth information and start writing your own layouts by visiting the
API-specifications

cargBags (core)
1.0
* COMPLETE REWRITE
* your old layout won't work with this new version without major changes!
* be aware that most previous callback functions for the layout are removed / modified due to the changes
- cargBags now supports filters for item-based placing!
- unused buttons are now recycled to save memory and cpu time
- item quality glow removed, it is now handled by the layout
- additional elements are now spawned with the new plugin system
- see object:RegisterPlugin(name, func)
- and object:SpawnPlugin(name, ...)
- new callback function: object: object:UpdateButton(button, item)
- new callback function: object: object:UpdateButtonLock(button, item)
- new callback function: object: object:UpdateButtonCooldown(button, item)

0.4.4.1 r343
- fixed glow staying on buttons after moving

0.4.4 r337
- removed oGlow optional dependancy, glow by default enabled
- set 'object.NoGlow = true' to disable glow (default = nil)
- new callback function: object:UpdateButtonGlow(button, quality) - for writing custom glow functions

cargBags download
Top Wow Addon
Recommend Wow Addon