Mercurial > wow > lfg-premade-filter
changeset 1:0a42898d1dfa v1
basic user documentation
author | ovolkov |
---|---|
date | Wed, 12 Nov 2014 16:20:18 +0300 |
parents | df29f8179b76 |
children | db862491a577 |
files | LFGFilter.txt |
diffstat | 1 files changed, 33 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LFGFilter.txt Wed Nov 12 16:20:18 2014 +0300 @@ -0,0 +1,33 @@ +LFG Filter for Premade Groups + +It's great to have built-in Premade Group finder (aka LFG internally) except all the groups are mixed together and you need to carefully scan list to find that one raid or difficulty you've interested in or use TEXT based filter and risk missing groups you'd want. + +This addon does two things right now: +1) Sorts all groups by raid/difficulty, so, say, all you SoO Mythic groups are together. +2) Allows you to filter search lists to only raid/difficulty you want, removing everything else from list. + +UI and configuration is still work in progress, so you'll have to use slash commands and activity IDs. + +/lfgaf - add a list of activities you WANT TO SEE in your search. Enter it without any IDs to remove filters and see full list or enter a list of IDs for all activities you want to see. + +Some IDs: +4 - Siege of Orgrimmar (Normal) +41 - Siege of Orgrimmar (Heroic) +42 - Siege of Orgrimmar (Mythic) +347 - Throne of Thunder (10 Normal) +348 - Throne of Thunder (10 Heroic) +349 - Throne of Thunder (25 Heroic) +397 - World Bosses (Pandaria) +More can be found by opening group search and dumping list of current groups with /run LFGPrintRawResults(), but I'll add visual selection ASAP. +Second number is activity ID. + +Examples: + Only show SoO Mythic: + /lfgaf 42 + + Show all SoO difficulties: + /lfgaf 4 41 42 + +Change log: +2014-11-12 v1 +* Initial implementation: quest details and quest NPC portrait are now anchored to the right of quest list, quest list is no longer hidden when you check quest details. \ No newline at end of file