15 trains at level 1...that's gotta be some kind of record :P
miscellaneous
|
Crydon [1] |
|
|
|
see how many wins you can do at level 2 |
|
Crydon [1] |
I hold that record with my bot named Bird :P |
|
|
25% XP buff...... |
|
Crydon [1] |
Ssssh! :( |
|
|
Does losing to trainmate give less exp than beating infant? If losing to trainmate gives less, then you'd have to go for an (un)lucky streak and lose a bunch in a row to beat it probably. |
|
Administrator |
Obviously does not account for bots that have since leveled up, but: mysql> SELECT id, username, botname, trains
-> FROM bots
-> WHERE expToLevel(exp) = 1
-> ORDER BY trains DESC
-> LIMIT 10;
+-------+-----------------+-----------------+--------+
| id | username | botname | trains |
+-------+-----------------+-----------------+--------+
| 27499 | Crydon | Crydon | 16 |
| 2587 | Katzchen | Bites | 5 |
| 5436 | Gooz3 | Gooz3 | 5 |
| 6329 | Tollen | Goblin | 5 |
| 20 | Vrexu | The Teddy Bear | 4 |
| 842 | Maxquantium | DEMON | 4 |
| 1632 | Mr Pink | Mr Pink | 4 |
| 2098 | Patrick Bateman | American Psycho | 4 |
| 2227 | 5h4d3 | 5h4d0w | 4 |
| 2583 | Hotcoffee | Growls | 4 |
+-------+-----------------+-----------------+--------+
|
