Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
CleanMyBag v2.0.10 release | 62.20 KB | Sep 16, 2018 | 8.0.1 | 764 | ![]() |
Release v2.0.9 release | 60.06 KB | Mar 29, 2017 | 7.2.0 | 597 | ![]() |
Release v2.0.8 release | 59.60 KB | Feb 22, 2017 | 7.1.5 | 273 | ![]() |
Release v2.0.7 release | 59.70 KB | Aug 16, 2016 | 7.0.3 | 391 | ![]() |
v2.0.6 Release release | 59.77 KB | Apr 7, 2016 | 6.2.4 | 261 | ![]() |
Release v2.0.5 release | 59.41 KB | Sep 11, 2015 | 6.2.2 | 329 | ![]() |
Release v2.0.4 release | 59.28 KB | Aug 25, 2015 | 6.2.0 | 109 | ![]() |
Release v2.0.3 release | 58.79 KB | Jun 24, 2015 | 6.2.0 | 220 | ![]() |
Release v2.0.2 release | 58.76 KB | Jun 10, 2015 | 6.1.0 | 171 | ![]() |
Release v2.0.1 release | 58.67 KB | Jun 2, 2015 | 6.1.0 | 96 | ![]() |
Release v2.0 release | 58.57 KB | Jun 2, 2015 | 6.1.0 | 122 | ![]() |
r17 alpha | 59.63 KB | Aug 16, 2016 | 7.0.3 | 52 | ![]() |
r15 alpha | 59.71 KB | Apr 7, 2016 | 6.2.4 | 17 | ![]() |
r13 alpha | 59.34 KB | Sep 11, 2015 | 6.2.2 | 18 | ![]() |
r11 alpha | 59.21 KB | Aug 25, 2015 | 6.2.0 | 17 | ![]() |
r9 alpha | 58.73 KB | Jun 24, 2015 | 6.2.0 | 132 | ![]() |
r7 alpha | 58.70 KB | Jun 10, 2015 | 6.1.0 | 44 | ![]() |
r5 alpha | 58.61 KB | Jun 2, 2015 | 6.1.0 | 76 | ![]() |
r4 alpha | 58.58 KB | Jun 2, 2015 | 6.1.0 | 18 | ![]() |
r2 alpha | 58.51 KB | Jun 2, 2015 | 6.1.0 | 24 | ![]() |
Screenshots
Description
By creating simple rules, Clean My Bag will remove unwanted items from your inventory as you loot.
Each filter's logic can be any statement that evaluates to true or false. place each filter on
a new line, filters can contain multiple statements.
There are several tags available to ease use.
quality = 0 to 7
type = Armor, Consumable, Weapon …
subtype = see http://www.wowwiki.com/ItemType
name = name of the item (case sensitive)
value = the sell value of the item, values are in copper (1000 copper = 10 silver)
The following values are constant, and use for the quality tag:
0 = poor (grey)
1 = common (white)
2 = uncommon (green)
Gear / Items above common (green) are protected & cannot be auto-trashed/vendored.
The following are a few examples of filters you can create:
Auto-vendor item if it's quality is grey
vendor = "yes" and quality = "0"
Trash the item if it's minimum level is below 80:
minLevel < "80"
Trash the item if it's poor quality (grey) and worth less than 10 silver:
quality = "0" and value < "1000"
Trash the item if it's poor quality (grey), type is Armor and subtype is Cloth:
quality = "0" and type = "Armor" and subtype = "Cloth"
There is also a Safe List feature which will allow you to specify items which will never be trashed even if they match existing rule sets.
Add a comment