annotate LFGFilter.txt @ 1:0a42898d1dfa v1

basic user documentation
author ovolkov
date Wed, 12 Nov 2014 16:20:18 +0300
parents
children 041bc456db50
rev   line source
ovolkov@1 1 LFG Filter for Premade Groups
ovolkov@1 2
ovolkov@1 3 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.
ovolkov@1 4
ovolkov@1 5 This addon does two things right now:
ovolkov@1 6 1) Sorts all groups by raid/difficulty, so, say, all you SoO Mythic groups are together.
ovolkov@1 7 2) Allows you to filter search lists to only raid/difficulty you want, removing everything else from list.
ovolkov@1 8
ovolkov@1 9 UI and configuration is still work in progress, so you'll have to use slash commands and activity IDs.
ovolkov@1 10
ovolkov@1 11 /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.
ovolkov@1 12
ovolkov@1 13 Some IDs:
ovolkov@1 14 4 - Siege of Orgrimmar (Normal)
ovolkov@1 15 41 - Siege of Orgrimmar (Heroic)
ovolkov@1 16 42 - Siege of Orgrimmar (Mythic)
ovolkov@1 17 347 - Throne of Thunder (10 Normal)
ovolkov@1 18 348 - Throne of Thunder (10 Heroic)
ovolkov@1 19 349 - Throne of Thunder (25 Heroic)
ovolkov@1 20 397 - World Bosses (Pandaria)
ovolkov@1 21 More can be found by opening group search and dumping list of current groups with /run LFGPrintRawResults(), but I'll add visual selection ASAP.
ovolkov@1 22 Second number is activity ID.
ovolkov@1 23
ovolkov@1 24 Examples:
ovolkov@1 25 Only show SoO Mythic:
ovolkov@1 26 /lfgaf 42
ovolkov@1 27
ovolkov@1 28 Show all SoO difficulties:
ovolkov@1 29 /lfgaf 4 41 42
ovolkov@1 30
ovolkov@1 31 Change log:
ovolkov@1 32 2014-11-12 v1
ovolkov@1 33 * 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.