Better Loot Mod
this addon tries to make your looting as comfortable as possible.
- always loots rare items first
- autoloot Quest items or Dailies
- shift to invert actual loot mode (auto/manual)
- Quickloot options window
- White/Black list with * wildcard
general:
addon depends on Sol library.
thanks to Alleris for his projects. i have learned a lot from his code.
released under the Creative Commons License By-Nc-Sa 3.0.
use ticket system for feature/bug report. [ check existing then make new one ]
you can also try contact me directly: room #RoMUIDev on irc.freenode.net
loot
ingame autoloot is automatically turned off
always loots rare items first
you can select auto loot or manual loot mode (autoloot off ..)
loot mode can be temporarily switched with Shift key (eg. you have auto loot on and while shift+click on loot, loot mode will be manual)
You can autoloot Quest items and Dailies (more types to go eg. runes by tier)
White/Black list (WL/BL)
there are two tabs with edit box, where you can write item names
one line = one entry
entries are not case sensitive
you can use * wildcard (eg.: *potion* will match all items containing word potion)
you can disable line with ; (eg.: ;blah wont be used while filtering)
why are there 'use blacklist' and 'override by whitelist' options?
lets say you want to loot all white items - check 'loot white' option
but you don't want loot potions, so you check 'use blacklist' and write "*potion*" into BL
but you want to loot "Super potion of godly powers", so you put this name into whitelist and check 'override by whitelist' option
Quickloot options window
while in manual loot mode, you can ctrl+shift+click on item to open this little window.
you can add item to whitelist (will also be looted), blacklist or loot it
now you don't need to type the name into WL/BL manually ;)
from v0.11b you can use this also in inventory
from v0.12b compatible with yBag
configuration:
Config window is crazy now - need to be re-done.
addon supports Addon Manager.
/blm - show/hide configuration window.
to do:
- loot all white and black list [done in v0.05b]
- option to use white and black list for all items if loot all is off [done in v0.10b]
- ability to add items to White/Black list from inventory [done in v0.11b]
- loot all and then trash blacklisted items (garbage sweep) [work in progress]
- loot by durability
- loot by price
- loot by item type (runes, armor, weapon, ...)
- don't loot item type (ammunition, ...)
- lots of coding :)
installation:
extract archive into the \Interface\AddOns folder within your RoM installation directory. If this folder doesn't already exist, create one.
Better way - use Curse client
------------------------------------------------------------------------
r20 | sigicz | 2009-06-30 19:19:12 +0000 (Tue, 30 Jun 2009) | 1 line
Changed paths:
M /trunk/BLM.lua
M /trunk/BLMQuickLootOptions.xml
fixed language recognition
------------------------------------------------------------------------