LootFilter
This addon filters the loot based on a blacklist. Also the looting speed is greatly increased.
Current version: 0.65
The loot can be filtered in two ways
- you can filter the items on looting - the items in a blacklist will not be picked up
- you can filter items in your backpack - blacklisted items will be added to trash bin, then you can delete them manually or allow automatic deletion. Even if you've switched auto-deletion on, if there are more then 5 items to throw away, a warning dialog will be shown to be sure you are doing no error.
Configuration
- Enable LootFilter - enable this addon
- Use wildcards - this option allows you to use wildcards in blacklist. Now only an asterisk (*), is supported. And asterisk in a name matches against any number of any symbols. For example: you have "Recipe*" in your blacklist, this will match against "Recipe of nasty hobbit" or "Recipe unknown", but will not match against "healthy Recipe". If you want to match an item which have a blacklisted word on any place in its name you should use 2 asterisks, like "*Recipe*". If the wildcards are disabled, only exact matching items will be blacklisted.
- Enable filtering on pickup - the items in a blacklist will not be picked up - they stay can be looted by someone
- Show looted items in chat - show info about looted items in chat
- Show blacklisted items in chat - show info about blacklisted items in chat
- Enable garbage sweeper - enables the command /sweepGarbage, which puts blacklisted items into the thrash bin
- Sweep garbage after each looting - the command /sweepGarbage will be executed after each looting, that means there will be no blacklisted items in your backpack at all
- Sweep garbage without confirmation (!) - if turned on - the items will be added to trash bin and then the trash bin will be automatically emptied without(!) any warning. You should be careful with this option, because if you'll put something wrong in blacklist, this can throw a lot of items away. To protect you from such errors I have added a warning dialog if you try to trash more than 5 different items.
- Show garbage messages in chat - shows the messages about garbage actions in chat
- Show messages in - allows you to choose a chat tab, where you want to see log messages
Usage
- /lf -- shows config
- /lf on -- turns the filter on
- /lf off -- turns the filter off
- /lf list -- shows blacklisted items
- /lf add item_name -- adds an item into blacklist, i.e. /lf add Damaged Tool
- /lf remove item_name -- removes an item from blacklist, i.e. /lf remove Damaged Tool
- /sweepGarbage -- put blacklisted items into the trash bin
Changelog
ver. 0.65
- [Bugged] support for Addon manager (not working yet)
- [New] different settings for each character
- [Fix] possibility to match items which have '-' in a name
- [Fix] small text fixes
ver. 0.6
- [New] It is now possible to add links to items - you can write "/lf add" and the Shift-click on the item you want to blacklist
- [New] added shorter shortcut: /lf
- [New] you can hold modificator key to temporarily disable LootFilter on looting start, the keys are Shift, Ctrl or Alt, configurable via GUI.
ver. 0.5.2
- [Fix] Compatible with LUA 5.1 and new patch 2.0.1.1812
ver. 0.5.1
- [Fix] Bug in chat messages fixed
- [Fix] Changed the timers - hopefully now it will also work on slower PCs and slower Internet connections
ver. 0.5
- [New] Added a possibility to throw blacklisted items away from your backpack
- [New] Added an option to choose a chat tab, where the messages should be shown
- [Change] I have decided to remove the option "Blacklist only items which exact match" and added a possibility to use wildcards (*) instead of it, because the old option was pretty dangerous if used wrong. I'm sorry but if you have used the old option you should now edit your blacklist a little - if you want to match an item which have a blacklisted word on any place in its name you should use 2 asterisks, like "*Recipe*".
ver. 0.02
- [Fix] there were no popup message about quest items looted, now it works.
- [New] new config, run /lootfilter to change settings with a mouse.
- [New] options: show looted items, show blacklisted items - turn this on, if you want to see what items were looted or not.
- [New] option: Blacklist only items which exact match. Turn it on, when you want only items to be blacklisted which are named exactly as ones in your blacklist. If this option is turned off, then search is based on particular match, i.e. 'Recipe' in your blacklist will be matched against all the items which have word 'Recipe' in their name
ToDo
I would like to add a possibility to add/remove items from blacklist with GUI, maybe with drag'n'drop
You can contact me on Runes of Magic forum or on Curseforge.
P.S.: the blacklist is saved when you exit the game normally, so if the game crashes your last blacklist changes could be lost.
I am not playing RoM until release in March, so I will add no new functions to my addons and only squash the bugs.