Description
Luggage sorts the items in your inventory and bank into virtual bags. You can choose from a variety of filters to customize which items should be contained in a virtual bag. If you know [http://wow.curse.com/downloads/wow-addons/details/advanced-bags-plus.aspx| Advanced Bags Plus], you'll be familiar with the concept.
Usage
You might want to temporarily switch on the "Beginner Tooltips". You can find this option in the Blizzard configuration menu under "Interface", then "Help".
Basic Setup
Luggage comes with a preconfigured bag bar for your inventory. However, you will probably want to reconfigure it to better suit your needs. Most options can be accessed via right-clicking.
Right-click a tab on the bag bar to edit the name or icon of this tab, remove it or add another tab to the bar. You can also add a bag to this tab from the dropdown.
Advanced configuration
You can access additional options (mostly layout related) in the Blizzard interface options (Esc -> "Interface"). Select the "Addons" tab and then "Luggage" on the left.
Bag Setup
Right-click a bag to edit the name or icon of the bag or remove it. You also have some additional options:
Defragment Inventory
This will compress your inventory physically by combining partial stacks. Depending on whether the bag is set up for displaying main bag items and / or bank items, it will defragment only the main bags and / or the bank.
Show Free Space
Here, you can select which kind of bag space should be displayed as a white number on the bag icon.
Show No. of Contained Items
Check this to have the bag show how many items (or stacks) it currently holds as a yellow number on the bag icon.
Combine Stacks
When this is checked, multiple stacks of items in this bag will be shown as one stack, i.e. when you have a 20 and a 19 stack of runecloth in your bag, it will be displayed as one stack with the size 39.
Note that this is only the display, the two stacks still take up two bag slots.
Also be aware that you will have to switch this option off when you want to split stacks. You can use shift-clicking to split stacks while "Combine Stacks" is on, but you won't be able to see the separate stacks.
Show Empty Slot
When this is checked, an empty slot where you can put new items will be shown in the bag. You will need this for splitting item stacks.
Filter usage
Each filter has three settings:
- Green (Items in this filter definitely belong in this bag)
- Red (Items in this filter definitely ''don't'' belong in this bag)
- White ("I don't care")
You can combine the filters to suit your needs. But keep in mind that red filters will always overrule green filters. Often, this is intuitive, but as always, there are exceptions.
You can also set a filter for a specific item by picking it up, holding shift and clicking on the bag you want to set the filter for. The color of the tooltip title will indicate the filter setting. Per-item settings will always overrule any other filter settings.
Example 1
You set the "Armor" filter to green and the "Rarity - Poor" filter to red. Now you will have all armor items in the bag, except the poor (grey) ones.
Example 2
You want all Quest Items in your main bags in one bag. Your first thought may be to set both the "Location - Main Bags" and the "Quest Item" filter to green, but then you'd have all items in your main bags in this virtual bag, regardless of whether they are quest items. In fact, you would have all items in your main bags plus the quest items in your bank in it. What you have to do is set the "Quest Item" filter to green, the "Location - Main Bags" filter to white and all other Location filters (currently only "Bank") to red. This way, all quest items belong into this bag, unless they are anywhere but your main bags. Got it?
Suggestions for filters are always welcome!
------------------------------------------------------------------------
r76 | nimbal | 2009-05-22 10:10:05 +0000 (Fri, 22 May 2009) | 1 line
Changed paths:
M /trunk/MultiOptions.lua
* Fixed hideAnimation and hideWhenEmpty for global options
------------------------------------------------------------------------
r74 | nimbal | 2009-05-22 10:00:59 +0000 (Fri, 22 May 2009) | 2 lines
Changed paths:
M /trunk/Defaults.lua
M /trunk/Luggage.lua
M /trunk/locales/deDE.lua
M /trunk/locales/enUS.lua
M /trunk/locales/esES.lua
M /trunk/locales/frFR.lua
M /trunk/locales/koKR.lua
M /trunk/locales/zhCN.lua
M /trunk/locales/zhTW.lua
M /trunk/model/Bag.lua
* Added option to hide empty bags
* Added option to suppress item animation
------------------------------------------------------------------------
r73 | nimbal | 2009-05-21 13:51:15 +0000 (Thu, 21 May 2009) | 1 line
Changed paths:
M /trunk/Luggage.lua
* Button matrix is cleared when showing the icon and name dialog
------------------------------------------------------------------------
r72 | nimbal | 2009-05-21 13:45:29 +0000 (Thu, 21 May 2009) | 2 lines
Changed paths:
M /trunk/Dropdowns.lua
M /trunk/IconDialog.lua
M /trunk/Luggage.lua
M /trunk/filters/Default.lua
M /trunk/locales/deDE.lua
M /trunk/locales/enUS.lua
M /trunk/locales/esES.lua
M /trunk/locales/frFR.lua
M /trunk/locales/koKR.lua
M /trunk/locales/zhCN.lua
M /trunk/locales/zhTW.lua
* Added equipment slot filter
* Edit Bag dialog now fills in the bag's name
------------------------------------------------------------------------
r70 | nimbal | 2009-05-21 11:37:33 +0000 (Thu, 21 May 2009) | 1 line
Changed paths:
M /trunk/Luggage.toc
* Bumped toc version
------------------------------------------------------------------------
r69 | nimbal | 2009-05-21 11:25:57 +0000 (Thu, 21 May 2009) | 5 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/BagPlacement.lua
M /trunk/Bindings.xml
M /trunk/Compost.lua
M /trunk/Defaults.lua
M /trunk/Dropdowns.lua
M /trunk/GUI/AceGUIWidget-ButtonMatrix.lua
M /trunk/GUI/AceGUIWidget-OptionsFrame.lua
M /trunk/GUI/BagBar.lua
M /trunk/GUI/IconTree.lua
M /trunk/GUI/ItemButton.lua
M /trunk/GUI/TabbedFrame.lua
M /trunk/GUI/icons.lua
M /trunk/IconDialog.lua
M /trunk/Luggage.lua
M /trunk/Luggage.toc
M /trunk/MultiOptions.lua
M /trunk/Options.lua
M /trunk/embeds.xml
D /trunk/filters/ClosetGnome.lua
M /trunk/filters/Default.lua
A /trunk/filters/EquipmentManager.lua
M /trunk/filters/PeriodicTable.lua
M /trunk/generateIconTable.py
M /trunk/generateLocale.py
M /trunk/locales/Credits.txt
M /trunk/locales/deDE.lua
M /trunk/locales/enUS.lua
M /trunk/locales/esES.lua
M /trunk/locales/frFR.lua
M /trunk/locales/koKR.lua
M /trunk/locales/zhCN.lua
M /trunk/locales/zhTW.lua
M /trunk/model/Bag.lua
M /trunk/model/Stack.lua
M /trunk/templates.xml
* Removed ClosetGnome support
* Added support for Blizzard's Equipment Manager
* Changed the detection of quest items slightly
* Separated Periodic Table filters from the default ones
* Added more icons
------------------------------------------------------------------------
Installation Guide
- Exit "World of Warcraft" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Mac Users
- StuffitExpander: Double click the archive to extract it to a folder in the current directory.
- Verify your WoW Installation Path
That is where you are running WoW from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your World of Warcraft folder. (default is C:\Program Files\World of Warcraft\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start World of Warcraft
- Make sure AddOns are installed
- Log in
- At the Character Select screen, look in lower left corner for the "addons" button.
- If button is there: make sure all the mods you installed are listed and make sure "load out of date addons" is checked.
- If the button is NOT there: means you did not install the addons properly. Look at the above screenshots. Try repeating the steps or getting someone who knows more about computers than you do to help.
Translations
When you download a mod, please be sure that the mod is compatible with your translation of wow. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
TOC Numbers (Out of Date Mods)
When Blizzard patches WoW, they change the Interface number. This means that all mods will be "out of date" unless or until the author releases a new version for that interface. Some people go into the .toc files and update the numbers themselves, but this is STRONGLY advised against as it will cause problems locating possible incompatibilities addons. When you log into WoW after a patch, you DO NOT have to delete your interface directory. All you have to do is simply tell WoW to ignore the interface numbers and load all the mods anyway. All you have to do is, while at the "character select" screen, look in the lower left corner and click on the "addons" button. A window will pop up listing all your installed mods.
If you look in the upper left corner of that window there should be a box that says "Load Out of Date AddOns". You want to CHECK this box. Now simply go into WoW normally and all your mods should load. As of the 1.9 patch, you will have to do this after EVERY patch/update that Blizzard posts! If you encounter any problems with a mod after a patch, please be sure to let the author of the mod know so they can fix it.
See also: About "Out Of Date AddOns"
Mac Support
WoW addons are not platformed based. As such, they can be used on either Mac or PC. You can extract both .zip and .rar files on a Mac using StuffitExpander.
Directory Structure
World of Warcraft
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.toc
|_ *AddonName*.xml
|_ *AddonName*.lua
|_ (possibly others as well)...