Category: Miscellaneous
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Cladhaire's Portal Bug Reports Feature Requests
Author:
Version:
0.2
Date:
09-10-2009 10:18 AM
Size:
3.54 Kb
Downloads:
1,982
Favorites:
60
MD5:
Pictures
Click to enlarge
LFM_Sniffer with mouseover tooltip and ItemRefTooltip.
LFM Sniffer
This is a simple addon that exposes some information provided by the World of Warcraft "Looking for More" API. Now you can get information about the players in the LFM queue without needing to be near them in order to inspect. There is even an "average gear rating" for each person.

There is a single slash command for LFM_Sniffer that will enable/disable the addon:

Code:
/lfmsniffer
In addition to the normal mouseover tooltip, you can shift-click an entry in the LFM listing in order to spawn a semi-permanent tooltip that allows you to compare different players.

Please let me know if you have any issues! Thanks to Mikma for sorting out which stats are "useful" for a given class and for some great ideas!
  Change Log - LFM Sniffer
LFM_Sniffer-0.2
- Added a base localization file, so users can contribute translations
- Removed +damage and expertise from Hunters
  Archived Versions - LFM Sniffer
File Name
Version
Size
Author
Date
0.1
2kB
Cladhaire
09-05-2009 05:59 PM
  Comments - LFM Sniffer
Post A Reply Comment Options
Old 12-25-2009, 07:52 PM  
Atuin
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Re: Re: Dont work in 3.3

Quote:
Originally posted by Cladhaire
At this point, no. This addon does not work with the 3.3 LFD system, but it could possibly be altered to work with the LFR system.
Great news. I hope, that your great addon will soon be work correctly with new LFR system.
Atuin is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-25-2009, 02:27 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 1578
File comments: 3246
Uploads: 16
Re: Dont work in 3.3

Quote:
Originally posted by Atuin
Hi, m8.
Your great addon have this error. Can you fix it, pls?:
Code:
Interface\AddOns\LFM_Sniffer\LFM_Sniffer.lua:11: hooksecurefunc(): LFMTypeButton_OnClick is not a function
Count: 1

Call Stack:
[C]: ?
[C]: in function `hooksecurefunc'
Interface\AddOns\LFM_Sniffer\LFM_Sniffer.lua:11: in main chunk
At this point, no. This addon does not work with the 3.3 LFD system, but it could possibly be altered to work with the LFR system.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-25-2009, 02:26 PM  
Atuin
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Dont work in 3.3

Hi, m8.
Your great addon have this error. Can you fix it, pls?:
Code:
Interface\AddOns\LFM_Sniffer\LFM_Sniffer.lua:11: hooksecurefunc(): LFMTypeButton_OnClick is not a function
Count: 1

Call Stack:
[C]: ?
[C]: in function `hooksecurefunc'
Interface\AddOns\LFM_Sniffer\LFM_Sniffer.lua:11: in main chunk
Atuin is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-19-2009, 03:41 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 1578
File comments: 3246
Uploads: 16
I doubt it will continue to function as-is in 3.3, but we'll see.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-18-2009, 09:57 PM  
slickwalker
A Deviate Faerie Dragon

Forum posts: 16
File comments: 132
Uploads: 0
I was iffy about trying this addon, simply b/c i dont think I need it, then i saw it was a Cladhaire production. I don't know that i'll ever use it, but I just like putting Cladhaire mods in my directory.
__________________
My Minicity, click it!
slickwalker is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-12-2009, 04:51 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 1578
File comments: 3246
Uploads: 16
Please download the latest version of the addon before commenting. I added them days ago.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-12-2009, 04:17 PM  
ju5tas
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Localization

Please, add localization files.
ju5tas is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-11-2009, 03:02 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 1578
File comments: 3246
Uploads: 16
I understand that but the best way is to submit patches or code snippets that I can then include in the addon. Making a hunk of changes and not showing me doesn't really give me anything.

The localization changes were rather large, so I wanted to make them first. The others are all really trivial changes that don't really change the working operation of the addon in any way.

EDIT: Let me elaborate a bit more. As an addon author I have to work very hard to decide what goes in and doesn't go into an addon. I need to be able to "yes" as well as "no", otherwise my addon winds up a bloated piece of crap. If other people start implementing features and releasing code, then I lose the control over my addon.

The only reason I ask for any tiny bit of control over my addons is so that I can continue to provide solid working addons for my users. If you wanted to help on one of my large addons, I'd be more than happy but when we're talking an addon that is under 200 lines of code, I welcome patch submissions, but I'm not going to open the addon for 'wild" development.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com

Last edited by Cladhaire : 09-11-2009 at 03:05 AM.
Cladhaire is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-11-2009, 02:50 AM  
Megerka
A Kobold Labourer

Forum posts: 0
File comments: 22
Uploads: 0
Quote:
Originally posted by Cladhaire
Okay, but this is my addon. I make the changes. Please submit a localisation file if you would like to see translations added.
Well, I am sorry. Simply I wished to help.
Megerka is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-10-2009, 03:07 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 1578
File comments: 3246
Uploads: 16
Quote:
Originally posted by xXVegâsXx
is the version 0.2 with the changes of specs and (holy 10/60/0) an so on? which the guy under you posted.

sry for bad english ;P
The changelog lists the changes. No, the specs were not added in this version.. only one person mentioned that it was an issue and I wanted to get the localized version out first.

Quote:
Originally posted by Banur
Does this only work in the level bracket from the LFM panel?
So a level 80 would see 75(?)-80 and only the people for the current instance range (like no nexus non heroic) or would it be possible to see lower levels too?
It only works for those people who are part of the LFM/LFG system as far as you can see it, so no, you can't on your level 80 get information about a level 40 player.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-10-2009, 02:16 PM  
Banur
A Murloc Raider
Interface Author - Click to view interfaces

Forum posts: 7
File comments: 108
Uploads: 2
Does this only work in the level bracket from the LFM panel?
So a level 80 would see 75(?)-80 and only the people for the current instance range (like no nexus non heroic) or would it be possible to see lower levels too?
Banur is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-10-2009, 01:09 PM  
xXVegâsXx
A Kobold Labourer

Forum posts: 1
File comments: 12
Uploads: 2
is the version 0.2 with the changes of specs and (holy 10/60/0) an so on? which the guy under you posted.

sry for bad english ;P
xXVegâsXx is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-10-2009, 11:31 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 1578
File comments: 3246
Uploads: 16
Quote:
Originally posted by Megerka
Cladhaire
it's not localization only.. lets see...


done

done, even for different spec of each classes

done
Okay, but this is my addon. I make the changes. Please submit a localisation file if you would like to see translations added.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-10-2009, 11:30 AM  
Megerka
A Kobold Labourer

Forum posts: 0
File comments: 22
Uploads: 0
Cladhaire
it's not localization only.. lets see...

Quote:
It would also be much more helpful if crit rating would have percentage in brackets. Same with haste.
done
Quote:
Well since you're showing different tooltips for each class, I thought it would be nice to point it out. Hunters don't use spell power neither expertise.
done, even for different spec of each classes
Quote:
This is really cool, but "11/60/0" doesn't help me too much, as I don't know WHAT the specs are. "Holy (11/60/0)" would be much more useful...
done
Megerka is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-10-2009, 10:07 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 1578
File comments: 3246
Uploads: 16
I'll add a localization system in the next version, and you can submit a localization file for it.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.