Many places in the bot will allow you to specify heroes. The selection or list of heroes to be used will be referred to as the hero-string in various other places in this wiki.


You may list hero names individually, and/or exclude heroes with '!name', and/or include all heroes with 'any' or even use no hero at all with 'none'. For example,


You may also use advanced filters in hero strings in the format of hero:filter. The hero name list (or 'any') must be stated first, followed by the filter(s). Any filters listed will apply to the entire line. For example,


If you wish to apply seperate filters to seperate heroes, use multiple lines. For example,

The above lines mean that npc5s can be farmed with any hero that has greater than 60 base, OR any hero that has less than 300 attack.

Multiple lines can be concatenated into a single line with the | symbol. For example,

The above line means exactly the same thing as the 2 before it.

If you were to instead use the line above, it would mean npc5s can be farmed with any hero that has both greater than 60 base, AND is less than 300 attack.


All possible filters for use in hero strings are:

All possible comparisons to use in filters are:

"Best" and "Worst" can be used in place of values for comparisons, example:

Stats can be compared to other stats in place of values, example:

Wildcards can be used for the hero list. * will represent 1 or more characters, ? will represent 1 character. For example,

HeroString (last edited 2012-09-18 12:32:26 by Inanna)