News:

Add your picture URL in your profile.

Main Menu

Limit

Started by MadMatt, March 01, 2004, 11:17:22 PM

Previous topic - Next topic

MadMatt

Okay, I implemented the limit command to filter out players based on their experience and/or rating.

By default, no tourney will have limitations of any kind. If you want to impose some, you need to use the limit command.

the syntax is
limit rating|exp min max tourney number

Use -1 to specify no limit.

So for example, to limit your tourney #99 to those whose experience is higher than 500:
limit exp 500 -1 tourney 99

To limit it to people who have a rating less than or equal to 1550:
limit rating -1 1550 tourney 99

To limit it those with ratings between 1500 and 1750 (inclusive):
limit rating 1500 1750 tourney 99

The nolimit command will remove all limits from the specified tourney.

In a few, I'll try to this for RepBot reputation as well. That is a bit trickier as it depends on RepBot being there and functioning properly.
MadMatt
----------

TourneyBot Website

MadMatt

Oh yeah, I tried to test it with a 1600+ rating tourney earlier, but I guess it was too high as almost noone seemed interested. (And some people bitched and whined about the limit, but I knew that would happen). So, if you want to test it out, it's probably better to try it with experience for just now.
MadMatt
----------

TourneyBot Website