Mercurial > wow > lfg-premade-filter
changeset 24:104c7f24cea6 v6
v6 docs + toc
author | ovolkov |
---|---|
date | Wed, 11 Feb 2015 07:37:42 +0300 |
parents | c8a40c59216e |
children | 9a472de916f0 |
files | LFGFilter.toc LFGFilter.txt |
diffstat | 2 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/LFGFilter.toc Tue Feb 10 04:40:56 2015 +0300 +++ b/LFGFilter.toc Wed Feb 11 07:37:42 2015 +0300 @@ -1,7 +1,7 @@ ## Interface: 60000 ## Title: LFG Filter for Premade Groups -## Version: v5 +## Version: v6 ## 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 Tue Feb 10 04:40:56 2015 +0300 +++ b/LFGFilter.txt Wed Feb 11 07:37:42 2015 +0300 @@ -1,4 +1,4 @@ -LFG Filter for Premade Groups, v5 +LFG Filter for Premade Groups, v6 * http://www.curse.com/addons/wow/lfg-premade-filter @@ -28,11 +28,13 @@ *** imperator, margok - Imperator Mar'gok ** blackrock_foundry, brf - Blackrock Foundrty - *** (individual bosses will be added soon) + *** Generic boss1 - boss10 values, human readable names coming soon + *** boss1 - Gruul + *** ... etc ... 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: +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. @@ -70,6 +72,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-02-05 v6 +* Generic boss1, boss2, etc. names for recognized instanced so there will be something to use while I write readable names. +* Support for Blackrock Foundry boss detection, using generic names for now. + 2014-02-05 v5 * Support for Blackrock Foundry, available as "blackrock_foundry", "blackrockfoundry", or "brf".