Mercurial > wow > lfg-premade-filter
changeset 33:ff7b66b7a51d v8
v8 docs + toc
author | ovolkov |
---|---|
date | Wed, 11 Mar 2015 03:51:19 +0300 |
parents | 608f4d7f77d3 |
children | 33165f571fd5 |
files | LFGFilter.toc LFGFilter.txt |
diffstat | 2 files changed, 18 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/LFGFilter.toc Thu Feb 26 05:22:03 2015 +0300 +++ b/LFGFilter.toc Wed Mar 11 03:51:19 2015 +0300 @@ -1,7 +1,7 @@ ## Interface: 60100 ## Title: LFG Filter for Premade Groups -## Version: v7 +## Version: v8 ## Notes: Allows you to filter search results with complex expressions and sorts premade groups found by raid and difficulty, grouping all similar raids together. ## Author: Oleg "Rowaa[SR13]" Volkov
--- a/LFGFilter.txt Thu Feb 26 05:22:03 2015 +0300 +++ b/LFGFilter.txt Wed Mar 11 03:51:19 2015 +0300 @@ -1,4 +1,4 @@ -LFG Filter for Premade Groups, v7 +LFG Filter for Premade Groups, v8 * http://www.curse.com/addons/wow/lfg-premade-filter @@ -28,15 +28,23 @@ *** imperator, margok - Imperator Mar'gok ** blackrock_foundry, brf - Blackrock Foundrty - *** Generic boss1 - boss10 values, human readable names coming soon - *** boss1 - Gruul - *** ... etc ... + *** oregorger, oreg - Oregorger the Devourer + *** gruul - Gruul + *** hansgar, franzok, hans, franz, hans_and_franz, twins - Hans'gar and Franzok + *** beastlord, darmac - Beastlord Darmac + *** flamebender, kagraz - Flamebender Ka'graz + *** operator, thogar - Operator Thogar + *** blast_furnace, bf, blast, furnace - Blast Furnace + *** kromog - Kromog, Legend of the Mountain + *** iron_maidens, im, maidens - The Iron Maidens + *** blackhand - Blackhand -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". +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. String values, all strings are automatically converted to lower case to simplify your searches. You can use string functions listed below: * name - group's name - that big yellow text. * comment - longish comment entered by group leader, that place where people usually put "bring curve" or something. + * voice - name of voice chat program set by leader. Will be completely absent (nil) from groups without voice, so you first must check if it is present before trying to use string functions on it - e.g. "voice and voice:find('ts')". Obviously this can also be used as logical value to exclude any voice groups: "not voice". Number values: * ilvl - minimum ilevel required by group. @@ -72,6 +80,10 @@ ** 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. == Change log == +2014-03-11 v8 +* New "voice" string or nil value for voice chat set by leader. +* Readable names for BRF bosses. + 2014-02-14 v7 * Fix "defeated". I filled it with alias to "dead", forgetting that I already use it as counter of defeated bosses.