Mercurial > wow > lfg-premade-filter
comparison LFGFilter.txt @ 27:9cffb33ee2b8 v7
v7 docs + toc
author | ovolkov |
---|---|
date | Sat, 14 Feb 2015 15:23:15 +0300 |
parents | 104c7f24cea6 |
children | ff7b66b7a51d |
comparison
equal
deleted
inserted
replaced
26:c257f5127e68 | 27:9cffb33ee2b8 |
---|---|
1 LFG Filter for Premade Groups, v6 | 1 LFG Filter for Premade Groups, v7 |
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 |
70 | 70 |
71 * =members > 3 | 71 * =members > 3 |
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. | 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. |
73 | 73 |
74 == Change log == | 74 == Change log == |
75 2014-02-14 v7 | |
76 * Fix "defeated". I filled it with alias to "dead", forgetting that I already use it as counter of defeated bosses. | |
77 | |
75 2014-02-05 v6 | 78 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. | 79 * 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. | 80 * Support for Blackrock Foundry boss detection, using generic names for now. |
78 | 81 |
79 2014-02-05 v5 | 82 2014-02-05 v5 |