Mercurial > wow > lfg-premade-filter
comparison LFGFilter.txt @ 39:fcfee0b1a8d1 v9
v9 docs + toc
author | ovolkov |
---|---|
date | Tue, 07 Jul 2015 02:31:25 +0300 |
parents | 52d931fe12a9 |
children | 7d8a1cda524f |
comparison
equal
deleted
inserted
replaced
38:52d931fe12a9 | 39:fcfee0b1a8d1 |
---|---|
1 LFG Filter for Premade Groups, v8 | 1 LFG Filter for Premade Groups, v9 |
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 |
36 *** operator, thogar - Operator Thogar | 36 *** operator, thogar - Operator Thogar |
37 *** blast_furnace, bf, blast, furnace - Blast Furnace | 37 *** blast_furnace, bf, blast, furnace - Blast Furnace |
38 *** kromog - Kromog, Legend of the Mountain | 38 *** kromog - Kromog, Legend of the Mountain |
39 *** iron_maidens, im, maidens - The Iron Maidens | 39 *** iron_maidens, im, maidens - The Iron Maidens |
40 *** blackhand - Blackhand | 40 *** blackhand - Blackhand |
41 | |
42 ** hellfire_citadel, hellfirecitadel, hellfire, hfc = Hellfire Citadel | |
41 | 43 |
42 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". Generic boss1, boss2, etc. values are also available in any recognized raid even if I didn't add readable names yet. | 44 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". Generic boss1, boss2, etc. values are also available in any recognized raid even if I didn't add readable names yet. |
43 | 45 |
44 String values, all strings are automatically converted to lower case to simplify your searches. You can use string functions listed below: | 46 String values, all strings are automatically converted to lower case to simplify your searches. You can use string functions listed below: |
45 * name - group's name - that big yellow text. | 47 * name - group's name - that big yellow text. |
78 | 80 |
79 * =members > 3 | 81 * =members > 3 |
80 ** 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. | 82 ** 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. |
81 | 83 |
82 == Change log == | 84 == Change log == |
83 2014-03-11 v8 | 85 2015-07-07 v9 |
86 * TOC update for 6.2. | |
87 * Fix incompatibility with new other language search in 6.2. | |
88 * Hellfire Citadel raid tokens: hellfire_citadel, hellfirecitadel, hellfire, hfc. | |
89 | |
90 2015-03-11 v8 | |
84 * New "voice" string or nil value for voice chat set by leader. | 91 * New "voice" string or nil value for voice chat set by leader. |
85 * Readable names for BRF bosses. | 92 * Readable names for BRF bosses. |
86 | 93 |
87 2015-02-14 v7 | 94 2015-02-14 v7 |
88 * Fix "defeated". I filled it with alias to "dead", forgetting that I already use it as counter of defeated bosses. | 95 * Fix "defeated". I filled it with alias to "dead", forgetting that I already use it as counter of defeated bosses. |