Change Log:
--------------------
1.8.5.5:
- Fixed issue with bonus currency being ignored, as in patch 5.3 they added a new global named CURRENCY_GAINED_MULTIPLE_BONUS.
1.8.5.4:
- Pet Battle (module): Added Crit/Strong/Weak flags to Damage/Healing messages. Also fixed issue when a pet levels, the wrong message was used at the end of the combat, thus ignoring the level up event from earlier. The right message will now be used and will indicate what pet has leveled to what level.
1.8.5.3:
- Trying to fix currency icon issue.
1.8.5.2:
- TOC bumped to patch 5.2 (50200)
- Added new Archaeology fragment (currency)
- Fixed green texture issue by correctly updating the internal currency cache for archaeology when appropriate, silly me had a typo making sure the fragment data never got cached, not sure when I did it but in any case this has been fixed this version.
- Keep me posted on new issues with 5.2 - thank you!
1.8.5.1:
- Hotfixed issue with ruRU client getting "core.lua:275 attempt to index local "name" (a nil value)" error, legacy code will be removed at some point but until then at least it won't error.
- Working on fixing a tiny issue with rolls, some rolls will show ": " and nothing more, this is hopefully fixed with this or the next commit.
1.8.5:
- Added missing reputation message format, one involving a bonus variable was previously not parsed.
- Improved mailbox loot messages, if you try to loot a unique item it will not fail and display a chat message as if you looted it. This happens only if you already own the unique item and you get another one in mail, with each click you would "loot" it according to the addon, so fixed this tiny bug.
1.8.4:
- Changed how chat messages are parsed, hopefully this will be a huge improvement over the past method. In case of issues, I suspect there will be some issues, simply post the error and feedback so I can correct it. This change should primarily be a huge improvement for non-English locale clients.
1.8.3:
- Patc...
Description:
--------------------
Very simple addon that reduces loot spam by replacing how messages are shown with a more minimalistic fashion.
Features
Filters - You can hide reputation, loot, honor, experience, money and currency+archaeology messages. You can hide all junk loot, or you can specify a minimum item quality that you or your party has to loot in order to show it, meaning you can hide all items that are common or lower, that your party loots, but show all items that you loot, and vice versa.
Roll - You can hide roll decisions, or specifically hide roll decisions only in LFR. You can also do this with the roll summary and even force the items that are rolled for to be shown as icons or plain text.
Timer - You can modify and specify the delays, how long the addon waits for looting to end, after combat ends, e.g. There is more information on this in-game.
Extra - One button click creates a loot frame (old school, you can keep it around in case you really need to check the normal log). Mouseover links show the tooltip without having to click. Show amount of items in your bags in addition to the looted item (ideal for farming). Color names by class.
So what really is this about?
You can specify where the messages are shown, what messages are ignored and completely hidden, you can show/hide roll decisions and summary, you can hide all gray items from showing at all, and you can tweak the throttle settings. In addition all quest starting items will have a distinct red border in the chat, so it's easy to see those quest items when leveling, especially if auto-loot is on and you don't pay attention!
Is there a catch?
Yes, unfortunately chances are that other languages are not working since I only play on the English client. There has been problems with Russian locale and I had to in addition to using global variables to handle extracting data from the loot mes...
--------------------
1.8.5.5:
- Fixed issue with bonus currency being ignored, as in patch 5.3 they added a new global named CURRENCY_GAINED_MULTIPLE_BONUS.
1.8.5.4:
- Pet Battle (module): Added Crit/Strong/Weak flags to Damage/Healing messages. Also fixed issue when a pet levels, the wrong message was used at the end of the combat, thus ignoring the level up event from earlier. The right message will now be used and will indicate what pet has leveled to what level.
1.8.5.3:
- Trying to fix currency icon issue.
1.8.5.2:
- TOC bumped to patch 5.2 (50200)
- Added new Archaeology fragment (currency)
- Fixed green texture issue by correctly updating the internal currency cache for archaeology when appropriate, silly me had a typo making sure the fragment data never got cached, not sure when I did it but in any case this has been fixed this version.
- Keep me posted on new issues with 5.2 - thank you!
1.8.5.1:
- Hotfixed issue with ruRU client getting "core.lua:275 attempt to index local "name" (a nil value)" error, legacy code will be removed at some point but until then at least it won't error.
- Working on fixing a tiny issue with rolls, some rolls will show ": " and nothing more, this is hopefully fixed with this or the next commit.
1.8.5:
- Added missing reputation message format, one involving a bonus variable was previously not parsed.
- Improved mailbox loot messages, if you try to loot a unique item it will not fail and display a chat message as if you looted it. This happens only if you already own the unique item and you get another one in mail, with each click you would "loot" it according to the addon, so fixed this tiny bug.
1.8.4:
- Changed how chat messages are parsed, hopefully this will be a huge improvement over the past method. In case of issues, I suspect there will be some issues, simply post the error and feedback so I can correct it. This change should primarily be a huge improvement for non-English locale clients.
1.8.3:
- Patc...
Description:
--------------------
Very simple addon that reduces loot spam by replacing how messages are shown with a more minimalistic fashion.
Features
Filters - You can hide reputation, loot, honor, experience, money and currency+archaeology messages. You can hide all junk loot, or you can specify a minimum item quality that you or your party has to loot in order to show it, meaning you can hide all items that are common or lower, that your party loots, but show all items that you loot, and vice versa.
Roll - You can hide roll decisions, or specifically hide roll decisions only in LFR. You can also do this with the roll summary and even force the items that are rolled for to be shown as icons or plain text.
Timer - You can modify and specify the delays, how long the addon waits for looting to end, after combat ends, e.g. There is more information on this in-game.
Extra - One button click creates a loot frame (old school, you can keep it around in case you really need to check the normal log). Mouseover links show the tooltip without having to click. Show amount of items in your bags in addition to the looted item (ideal for farming). Color names by class.
So what really is this about?
You can specify where the messages are shown, what messages are ignored and completely hidden, you can show/hide roll decisions and summary, you can hide all gray items from showing at all, and you can tweak the throttle settings. In addition all quest starting items will have a distinct red border in the chat, so it's easy to see those quest items when leveling, especially if auto-loot is on and you don't pay attention!
Is there a catch?
Yes, unfortunately chances are that other languages are not working since I only play on the English client. There has been problems with Russian locale and I had to in addition to using global variables to handle extracting data from the loot mes...