LFMonitor monitors the trade, guild, LFG and general channels for 'Looking For' requests from other players, and copies them to a separate window with an audio prompt. If required, a preconfigured response can be sent to the relevant player from a simple sub-menu
It can be customised to only catch specific trade requests or class requests for groups.
LFMonitor even tries to capture misspellings and variations, e.g. LF rouge, LF inscriptioner, etc.
If you notice any words that LFMonitor is missing or not correctly recognising, please advise me.
LFMonitor also supports basic and advanced custom monitoring. e.g. if you were looking for messages about Onyxia, you could type the following in the basic monitoring options box:
ony
That would match 'Onyxia', 'ony', 'ony10', 'ony25' etc. The downside is that it would also match 'ebony', 'irony', etc.
The advanced monitoring option can alleviate this somewhat, but requires a knowledge of lua pattern matching, e.g.
%sony
That would match all words preceeded by a space and starting with 'ony'
Another example used by LFMonitor itself is:
lf%d*m
That matches 'lfm', 'lf1m', 'lf2m', etc. %d means any digit, * means one or more of the preceeding match.
For more information on lua pattern matching, see http://www.wowwiki.com/Pattern_matching
Facts
- Date created
- 13 Oct 2009
- Categories
- Last update
- 09 Dec 2009
- Development stage
- Release
- Language
- enUS
- License
- All Rights Reserved
- Curse link
- LFMonitor
- Recent files
- R: v3.3.1.9 for 3.3.0 on 09 Dec 2009
- R: v3.3.1.8 for 3.2.0 on 07 Dec 2009
- R: v3.3.1.7 for 3.3.0 on 28 Nov 2009
- R: v3.3.1.6 release for 3.3.0 on 25 Nov 2009
- R: v3.2.1.5 for 3.2.0 on 11 Nov 2009
Authors
Relationships
- Embedded library
- ChatThrottleLib