comparison LFGFilter.txt @ 19:bb8d84ab1f3a v5

v5 docs + toc
author ovolkov
date Thu, 05 Feb 2015 04:30:03 +0300
parents 28bee190a79f
children 104c7f24cea6
comparison
equal deleted inserted replaced
18:caae3287d83c 19:bb8d84ab1f3a
1 LFG Filter for Premade Groups, v4 1 LFG Filter for Premade Groups, v5
2
3 * http://www.curse.com/addons/wow/lfg-premade-filter
2 4
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. 5 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.
4 6
5 == Features == 7 == Features ==
6 * Sorts all groups by raid/difficulty, so, say, all you heroic groups for some specific raid are together. 8 * Sorts all groups by raid/difficulty, so, say, all you heroic groups for some specific raid are together.
22 *** tectus - Tectus, The Living Mountain 24 *** tectus - Tectus, The Living Mountain
23 *** brackenspore, bracken - Brackenspore 25 *** brackenspore, bracken - Brackenspore
24 *** twin_orgon, twins - Twin Orgon 26 *** twin_orgon, twins - Twin Orgon
25 *** koragh, breaker - Ko'ragh 27 *** koragh, breaker - Ko'ragh
26 *** imperator, margok - Imperator Mar'gok 28 *** imperator, margok - Imperator Mar'gok
29
30 ** blackrock_foundry, brf - Blackrock Foundrty
31 *** (individual bosses will be added soon)
27 32
28 All raid and boss variables are as shown, no matter what language your client is. Boss values show defeated bosses, but there's two more values for convenience so you don't have to remember that. Just compare boss variable with "alive" or "dead", so if you need groups with Kargath Bladefist already cleared, use "kargath == dead". 33 All raid and boss variables are as shown, no matter what language your client is. Boss values show defeated bosses, but there's two more values for convenience so you don't have to remember that. Just compare boss variable with "alive" or "dead", so if you need groups with Kargath Bladefist already cleared, use "kargath == dead".
29 34
30 String values, all strings are automatically converted to lower case to simplify your searches. You can use string functions listed below: 35 String values, all strings are automatically converted to lower case to simplify your searches. You can use string functions listed below:
31 * name - group's name - that big yellow text. 36 * name - group's name - that big yellow text.
63 68
64 * =members > 3 69 * =members > 3
65 ** Find groups with at least 3 members. It will skip some groups that's just starting, but will also reliably hide recruit ads and other spam. 70 ** Find groups with at least 3 members. It will skip some groups that's just starting, but will also reliably hide recruit ads and other spam.
66 71
67 == Change log == 72 == Change log ==
73 2014-02-05 v5
74 * Support for Blackrock Foundry, available as "blackrock_foundry", "blackrockfoundry", or "brf".
75
68 2014-02-04 v4 76 2014-02-04 v4
69 * General support for aliases and short "hm" alias for Highmaul raid. 77 * General support for aliases and short "hm" alias for Highmaul raid.
70 * Support for state of each specific boss in Highmaul. 78 * Support for state of each specific boss in Highmaul.
71 79
72 2014-01-24 v3 80 2014-01-24 v3