Download
(42Kb)
Download
Compatible with Retail, Classic & TBC
Updated: 09-25-23 04:33 AM
Pictures
File Info
Compatibility:
Fractures in Time (10.1.5)
WotLK Patch (3.4.2)
Classic (1.14.3)
Updated:09-25-23 04:33 AM
Created:03-24-11 08:20 AM
Downloads:33,852
Favorites:143
MD5:

MiniLoot  Popular! (More than 5000 hits)

Version: v10.1.5.230919
by: Vladinator [More]

Official repository can be found at GitHub.

Tired of the amount of messages related to looting items, reputation, experience, money, and so forth? If that is the case then this is the addon for you! MiniLoot is designed to summarize these type of messages in concise one-liners.

Features

  • Interface options for easy customization.
  • Change how messages and item icons appear.
  • Include bag and bank item in the item counter.
  • Mark items with appearances you have not yet collected.
  • Hide junk items, set filters for what quality of items are shown when soloing, in party or raids.
  • Show artifact power as loot instead of the default message.
  • Shorten faction names when standing changes.
  • Show tooltips when you mouseover links in chat.

MiniLoot
v10.1.5.230919 (2023-09-22)
Full Changelog Previous Releases
  • Added some handler checks for Classic.
  • Bumped mainline version.
  • Added TOC files for the other clients.
  • Classic era fixes.
  • Changed the default so own messages are prefixed, just for the sake of clarity.
  • TOC bump for 10.1
Optional Files (0)


Archived Files (4)
File Name
Version
Size
Author
Date
v10.0.0.221026
41kB
Vladinator
10-26-22 02:20 PM
v9.2.7.221009
41kB
Vladinator
10-09-22 06:13 AM
v9.2.7.220917
41kB
Vladinator
09-17-22 09:15 AM
v9.0.5.210608
41kB
Vladinator
06-08-21 02:45 AM


Post A Reply Comment Options
Unread 09-14-13, 05:08 PM  
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view AddOns

Forum posts: 793
File comments: 337
Uploads: 31
Originally Posted by Maelynn
I've no idea when this started, but for quite a while now I noticed that loot decisions aren't shown when I'm in a dungeon. <snip>
If I recall they changed on the loot messages so that stuff not involving you aren't showed in chat, but they appear in the popup dialog if you click on loot roll details and such. It's been a while, but I think I gave up on making the addon work like before this feature was added, but unsure if I semi-implemented it or if it broke somewhere along the way.

It's most likely fixable but with some coding, I just haven't had the motivation to wrap my head around this and implement it.

Originally Posted by meljen
Will this work with a chat addon like Chatter?

Works perfectly with regular Blizz chat frames. :-)
It should work with any chat addon - unless they override some global API, something they shouldn't do! Try it out, shout if there are issues and errors.

Originally Posted by Namtab
when retrieving items from mail shows double the amount looted

example:.
i loot 1 pet shows as "name: [item]x2 (loot count if enabled)"
Yeah this is caused by several factors, one is lag, double clicking while lagging, other mailbox addons, probably more. It's unstable because there is no direct event that fires when you loot from mailbox, thus I had to try and estimate these things using several events and hooks. Sadly it's not perfect. If this is a constant thing, the double value, it's probably the mailbox addon that causes it, the name of that addon would help a little.
__________________
Profile: Curse | Wowhead
Report comment to moderator  
Reply With Quote
Unread 09-14-13, 04:58 PM  
Namtab
A Kobold Labourer

Forum posts: 0
File comments: 67
Uploads: 0
when retrieving items from mail shows double the amount looted

example:.
i loot 1 pet shows as "name: [item]x2 (loot count if enabled)"
Report comment to moderator  
Reply With Quote
Unread 09-11-13, 11:01 AM  
meljen
A Fallenroot Satyr

Forum posts: 28
File comments: 309
Uploads: 0
Chat addons?

Will this work with a chat addon like Chatter?

Works perfectly with regular Blizz chat frames. :-)
Report comment to moderator  
Reply With Quote
Unread 09-06-13, 11:49 AM  
Maelynn
A Fallenroot Satyr
 
Maelynn's Avatar

Forum posts: 23
File comments: 187
Uploads: 0
I've no idea when this started, but for quite a while now I noticed that loot decisions aren't shown when I'm in a dungeon. I have the settings to show loot decisions and loot summaries, hide both when in a raid, and to not show them as icons. All I see is my own decision and the winning roll, nothing else.

This happens on all my characters. Deleting all files (both addon files and WTF files) doesn't solve it. Messing around a bit with the settings, in an attempt to trigger something (like, a while ago Atlas had a bug where the minimap would only be hidden if you ticked the box to show it), didn't do anything either. I'm lost.

Is there anything I (or, if not, you) can do about this? It's getting rather annoying to have to switch to the loot history tab every single time, just to check if anyone tried to ninja stuff.
__________________
Just remember... if the world didn't suck, we'd all fall off.
Report comment to moderator  
Reply With Quote
Unread 05-30-13, 02:35 PM  
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view AddOns

Forum posts: 793
File comments: 337
Uploads: 31
What you describe is that the first message uses the first format, and the other uses an extra "bonus" part in the message, something the addon ignored.
Code:
CURRENCY_GAINED_MULTIPLE = "You receive currency: %s x%d.";
CURRENCY_GAINED_MULTIPLE_BONUS = "You receive currency: %s x%d. (Bonus Objective)";
But I have added it to the addon now and hopefully this will fix this problem. Give me a shout how it is in 1.8.5.5.
__________________
Profile: Curse | Wowhead
Report comment to moderator  
Reply With Quote
Unread 05-30-13, 02:15 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Bonus Valor Points (Tapferkeitspunkte) from HC szenarios don't show up on miniloot.

In german it says:
Ihr erhaltet: [Tapferkeitspunkte] x120.
Ihr erhaltet: [Tapferkeitspunkte] x15. (Bonusziel)
Miniloot only says:
[ ]x120(1503)
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 05-30-13 at 02:17 PM.
Report comment to moderator  
Reply With Quote
Unread 03-25-13, 10:31 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: not fixed

Originally Posted by Vlad
Tonyleila I've uploaded a new version, it's the same as last one only this time I hope I really fixed the upload, I might have uploaded the wrong file or something last time. The issue you posted here was the exact same issue I originally fixed you see.
Yes that realy fixed it for me thank you for your hard work!
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 03-25-13, 06:00 AM  
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view AddOns

Forum posts: 793
File comments: 337
Uploads: 31
Re: Re: Re: Re: Re: Re: Re: Re: Re: not fixed

Tonyleila I've uploaded a new version, it's the same as last one only this time I hope I really fixed the upload, I might have uploaded the wrong file or something last time. The issue you posted here was the exact same issue I originally fixed you see.
__________________
Profile: Curse | Wowhead
Report comment to moderator  
Reply With Quote
Unread 03-22-13, 03:38 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Re: Re: Re: Re: Re: Re: Re: Re: not fixed

Originally Posted by Vlad
I have an idea, do the same, only do this before you loot archaeology currency:
Code:
/run hooksecurefunc(ChatFrame1,"AddMessage",function(s,t,_,_,_,x)if type(t)=="string"and x~=true then s:AddMessage(t:gsub("\124","\124\124"),1,1,1,true)end end)
Sometimes it shows 2 massages for one loot don't know if this is important but got this results:
Code:
10:36 |cffffffffLeilameda|r|cffFFFF00:|r |cff00AA00|Hcurrency:754|h[|TInterface\Icons\Interface\Icons\inv_misc_archaeology_mantidstatue_01:12|t]|h|rx9|cff999999(67)|r 
10:36 |cffffffffLeilameda|r|cffFFFF00:|r |cff00AA00|Hcurrency:754|h[|TInterface\Icons\Interface\Icons\inv_misc_archaeology_mantidstatue_01:12|t]|h|rx9|cff999999(67)|r



Code:
|cffffffffLeilameda|r|cffFFFF00:|r |cff00AA00|Hcurrency:754|h[|TInterface\Icons\Interface\Icons\inv_misc_archaeology_mantidstatue_01:12|t]|h|rx7|cff999999(45)|r
Code:
|cffffffffLeilameda|r|cffFFFF00:|r |cff00AA00|Hcurrency:754|h[|TInterface\Icons\Interface\Icons\inv_misc_archaeology_mantidstatue_01:12|t]|h|rx7|cff999999(52)|r
Code:
|cffFFFF00Leilameda|r|cffFFFF00:|r |cff00AA00|Hcurrency:754|h[|TInterface\Icons\Interface\Icons\inv_misc_archaeology_mantidstatue_01:12|t]|h|rx6|cff999999(58)|r
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 03-22-13, 04:29 AM  
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view AddOns

Forum posts: 793
File comments: 337
Uploads: 31
Re: Re: Re: Re: Re: Re: Re: not fixed

Originally Posted by Tonyleila
OK so I disabled all addons and removed all textur replacements in my interface folder. Also resettet SavedVariables of MiniLoot. Nothing. first it shows just empty [ ] then after some time a green icon.
I have an idea, do the same, only do this before you loot archaeology currency:
Code:
/run hooksecurefunc(ChatFrame1,"AddMessage",function(s,t,_,_,_,x)if type(t)=="string"and x~=true then s:AddMessage(t:gsub("\124","\124\124"),1,1,1,true)end end)
This will make all messages in ChatFrame1 be printed back into it but escaped, so I can see the path of the texture and figure out if it's a code bug or a client bug or something, maybe even locale affecting the path of the texture.

Thanks Tonyleila.
__________________
Profile: Curse | Wowhead
Report comment to moderator  
Reply With Quote
Unread 03-21-13, 10:30 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Re: Re: Re: Re: Re: Re: not fixed

Originally Posted by Vlad
Originally Posted by Tonyleila
Hmm so you just replaced Version: 1.8.5.2? I just downloaded again but all the fragments still show as green icons
I tried the German game with the addon and it looks like this, so this is really weird...
OK so I disabled all addons and removed all textur replacements in my interface folder. Also resettet SavedVariables of MiniLoot. Nothing. first it shows just empty [ ] then after some time a green icon.
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 03-21-13 at 10:31 PM.
Report comment to moderator  
Reply With Quote
Unread 03-20-13, 06:11 PM  
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view AddOns

Forum posts: 793
File comments: 337
Uploads: 31
Re: Re: Re: Re: Re: not fixed

Originally Posted by Tonyleila
Hmm so you just replaced Version: 1.8.5.2? I just downloaded again but all the fragments still show as green icons
I tried the German game with the addon and it looks like this, so this is really weird...

__________________
Profile: Curse | Wowhead
Last edited by Vlad : 03-20-13 at 06:11 PM.
Report comment to moderator  
Reply With Quote
Unread 03-20-13, 12:14 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Re: Re: Re: Re: not fixed

Originally Posted by Vlad
Originally Posted by Tonyleila
Did you reupload? because I can't see a new version?
It's the 1.8.5.2 and it's uploaded at the moment.
Hmm so you just replaced Version: 1.8.5.2? I just downloaded again but all the fragments still show as green icons
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 03-14-13, 06:07 AM  
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view AddOns

Forum posts: 793
File comments: 337
Uploads: 31
Re: Re: Re: not fixed

Originally Posted by Tonyleila
Did you reupload? because I can't see a new version?
It's the 1.8.5.2 and it's uploaded at the moment.
__________________
Profile: Curse | Wowhead
Report comment to moderator  
Reply With Quote
Unread 03-13-13, 09:10 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Re: Re: not fixed

Originally Posted by Vlad
Originally Posted by Tonyleila
using v 1.8.5.2 the green icons are not yet fixed
Aw ok, I'll try login and look into this issue.
*Edit*
I think it's fixed now.
Did you reupload? because I can't see a new version?
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: