Mercurial > wow > lfg-premade-filter
changeset 15:28bee190a79f v4
v4 docs + toc
author | ovolkov |
---|---|
date | Wed, 04 Feb 2015 07:43:36 +0300 |
parents | 9431f27780c3 |
children | 6c5707a73917 |
files | LFGFilter.toc LFGFilter.txt |
diffstat | 2 files changed, 21 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/LFGFilter.toc Wed Feb 04 07:28:07 2015 +0300 +++ b/LFGFilter.toc Wed Feb 04 07:43:36 2015 +0300 @@ -1,7 +1,7 @@ ## Interface: 60000 ## Title: LFG Filter for Premade Groups -## Version: v3 +## Version: v4 ## 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 Wed Feb 04 07:28:07 2015 +0300 +++ b/LFGFilter.txt Wed Feb 04 07:43:36 2015 +0300 @@ -1,4 +1,4 @@ -LFG Filter for Premade Groups, v3 +LFG Filter for Premade Groups, v4 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. @@ -11,11 +11,22 @@ === Supported variables === Logical values: - * highmaul - group is running Highmaul raid. * normal - group is running normal difficulty. * heroic - group is running heroic difficulty. * my_server - group is running on my server. Useful for searching for trash runs or guild runs if you wish to join them later in mythic. + * Raids and individual bosses: + ** highmaul, hm - group is running Highmaul raid. + *** kargath, bladefist, kargath_bladefist - Kargath Bladefist + *** butcher, the_butcher - The Butcher + *** tectus - Tectus, The Living Mountain + *** brackenspore, bracken - Brackenspore + *** twin_orgon, twins - Twin Orgon + *** koragh, breaker - Ko'ragh + *** imperator, margok - Imperator Mar'gok + +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". + 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. @@ -47,10 +58,17 @@ * =highmaul and name:find("trash") and name:find("mythic") and my_server ** Find Highmaul mythic trash runs on your server. +* =(heroic and breaker == alive and kargath == dead) or (normal and breaker == alive and twins == dead) +** Just an example of runs I was looking some time ago: either heroic run with Kargath dead (that I already killed) and Ko'ragh still up, so I won't get Imperator-only runs or normal on Ko'ragh (the single normal boss I still didn't kill that week) - that is he's still alive and boss directly before him is dead. + * =members > 3 ** 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-02-04 v4 +* General support for aliases and short "hm" alias for Highmaul raid. +* Support for state of each specific boss in Highmaul. + 2014-01-24 v3 * Support both plural and singular names for variables that hold amount of something. * Add variables for number of players of specific class.