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 separate filters to separate 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.


If you wish to include heroes of specific names regardless of whether they meet the conditional filter for that line, put them on separate lines:

The above lines mean that npc5s can be farmed by any hero named "bob", "fred", or "joe", OR any hero with 60+ base.


Multiple lines can be concatenated (combined) 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 the name bob AND has an attack of 60+.

With those rules standing, the above line would mean you can farm npc5s with any hero that has both a base higher than 60 AND an attack under 300.


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, for example:

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

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

Hero strings cannot consist of only a single number. This is a safety precaution for people blindly replacing older goals of "herofirelimit 100" with "keepheroes 100" and unexpectedly losing a valuable hero. If you use heroes with pure number names, for example "100" you can still trick the hero string into accepting it, by adding something more than just that single number.


CategoryHowTo

HeroString (last edited 2014-03-11 09:06:10 by Inanna)