comparison LFGFilter.txt @ 24:104c7f24cea6 v6

v6 docs + toc
author ovolkov
date Wed, 11 Feb 2015 07:37:42 +0300
parents bb8d84ab1f3a
children 9cffb33ee2b8
comparison
equal deleted inserted replaced
23:c8a40c59216e 24:104c7f24cea6
1 LFG Filter for Premade Groups, v5 1 LFG Filter for Premade Groups, v6
2 2
3 * http://www.curse.com/addons/wow/lfg-premade-filter 3 * http://www.curse.com/addons/wow/lfg-premade-filter
4 4
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. 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.
6 6
26 *** twin_orgon, twins - Twin Orgon 26 *** twin_orgon, twins - Twin Orgon
27 *** koragh, breaker - Ko'ragh 27 *** koragh, breaker - Ko'ragh
28 *** imperator, margok - Imperator Mar'gok 28 *** imperator, margok - Imperator Mar'gok
29 29
30 ** blackrock_foundry, brf - Blackrock Foundrty 30 ** blackrock_foundry, brf - Blackrock Foundrty
31 *** (individual bosses will be added soon) 31 *** Generic boss1 - boss10 values, human readable names coming soon
32 *** boss1 - Gruul
33 *** ... etc ...
32 34
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". 35 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".
34 36
35 String values, all strings are automatically converted to lower case to simplify your searches. You can use string functions listed below: 37 String values, all strings are automatically converted to lower case to simplify your searches. You can use string functions listed below:
36 * name - group's name - that big yellow text. 38 * name - group's name - that big yellow text.
37 * comment - longish comment entered by group leader, that place where people usually put "bring curve" or something. 39 * comment - longish comment entered by group leader, that place where people usually put "bring curve" or something.
38 40
39 Number values: 41 Number values:
40 * ilvl - minimum ilevel required by group. 42 * ilvl - minimum ilevel required by group.
68 70
69 * =members > 3 71 * =members > 3
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. 72 ** 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.
71 73
72 == Change log == 74 == Change log ==
75 2014-02-05 v6
76 * Generic boss1, boss2, etc. names for recognized instanced so there will be something to use while I write readable names.
77 * Support for Blackrock Foundry boss detection, using generic names for now.
78
73 2014-02-05 v5 79 2014-02-05 v5
74 * Support for Blackrock Foundry, available as "blackrock_foundry", "blackrockfoundry", or "brf". 80 * Support for Blackrock Foundry, available as "blackrock_foundry", "blackrockfoundry", or "brf".
75 81
76 2014-02-04 v4 82 2014-02-04 v4
77 * General support for aliases and short "hm" alias for Highmaul raid. 83 * General support for aliases and short "hm" alias for Highmaul raid.