I think it would be interesting to know what items are the least commonly used. Since there will be a number of items that are only used by 1 bot, the list could be sorted by most damage/defense.
Eg.
holy rapture (1)
doom maul (1)
Copper Soul (1)
Corpsemourn (1)
This would be nice for bragging rights; "I'm the first bot in the game to get X weapon!" ;)
On a related note, can anyone else think of more useless stats to add to the documentation?
suggestions
bluei [70] <Zero>
2011-06-06 04:24:22
[13 years, 173 days ago] |
|
1110001111101010101 [99] 2011-06-06 05:12:37
[13 years, 173 days ago] |
A FaQ, game formulas, newest bot, weapon & armor lists. |
Administrator 2011-06-06 09:09:14
[13 years, 173 days ago] |
I don't know if I'd want to add this to the documentation, but just for fun, here are the currently unused (equipped or stashed) weapons: |
No ID [60] 2014-02-26 05:55:32
[10 years, 272 days ago] |
Hey Ender, any chance of a refreshed list? Ta |
2014-02-26 06:22:30
[10 years, 272 days ago] |
Maybe total annihilator doesn't appear now. |
2014-02-26 07:43:46
[10 years, 272 days ago] |
Gaia blade will not. cough Rivan cough |
2014-02-26 07:45:16
[10 years, 272 days ago] |
alot of the weapons will go :P |
Nosferatu [233] <Solo Act>
2014-02-26 09:26:33
[10 years, 272 days ago] |
oblit, evo blade and behemoth blade would be gone also. Dai-katana, dragonslayer, ... Yeah quite a few would be gone. |
<Apex>
2014-02-26 19:06:44
[10 years, 271 days ago] |
Why wouldn't the strong weapons be stashed? I have at least two TAs stashed all the time. |
Administrator 2014-02-27 22:10:09
[10 years, 270 days ago] |
mysql> SELECT name, reqstr, reqdex -> FROM items -> WHERE id NOT IN ( -> SELECT item_id -> FROM inventory -> ) -> ORDER BY name ASC; +-------------------------+--------+--------+ | name | reqstr | reqdex | +-------------------------+--------+--------+ | avenger boots | 342 | 0 | | chieftain | 420 | 414 | | crystal katana | 218 | 238 | | decimator | 440 | 351 | | elven mithril plate | 310 | 0 | | emerald katana | 506 | 508 | | enhancer | 350 | 185 | | great patriarch | 581 | 278 | | hell plague | 671 | 380 | | hellforge hauberk | 295 | 0 | | holy armor | 350 | 0 | | immortalizer | 248 | 280 | | inferno blade | 77 | 359 | | infinity sword | 230 | 260 | | jainaki maul | 611 | 308 | | knuckle dusters | 316 | 0 | | meteor hammer | 550 | 257 | | mithril mail | 250 | 0 | | primate claw | 210 | 250 | | raven claw | 482 | 468 | | reptilian battle hammer | 713 | 410 | | ruby katana | 536 | 546 | | shadow fang | 640 | 343 | | shard blade | 135 | 340 | | smiting gauntlets | 368 | 0 | | thorn spike | 150 | 360 | | widower | 175 | 215 | | zenith cloak | 306 | 0 | +-------------------------+--------+--------+ |
2014-02-28 12:50:26
[10 years, 269 days ago] |
OMG! Does this mean that someone is using a skull drill? mind-blown |
Fishwick [133] Moderator 2014-02-28 13:22:46
[10 years, 269 days ago] |
Ender, could we get a list of most popular items/weapons with the number of bots equipping them? Like the section in documentation but extended |
Nosferatu [233] <Solo Act>
2014-03-01 01:47:15
[10 years, 269 days ago] |
Would you like a copy of every bot and their build as well? ^_^ |
Administrator 2014-03-05 01:08:51
[10 years, 265 days ago] |
Most popular items with the number in existence: mysql> SELECT -> @rank := @rank + 1 AS rank, -> rankings.* -> FROM ( -> SELECT name, type, reqstr, reqdex, COUNT(*) AS count -> FROM inventory -> INNER JOIN items ON items.id = inventory.item_id -> GROUP BY item_id -> ORDER BY count DESC -> LIMIT 30) rankings -> JOIN (SELECT @rank := 0) r; +------+----------------+--------+--------+--------+-------+ | rank | name | type | reqstr | reqdex | count | +------+----------------+--------+--------+--------+-------+ | 1 | crab whistler | weapon | 0 | 0 | 3955 | | 2 | Goblin Toe | boots | 50 | 0 | 2950 | | 3 | scarab blade | weapon | 60 | 58 | 2867 | | 4 | heavy cutlass | weapon | 42 | 42 | 2490 | | 5 | maul | weapon | 86 | 0 | 2445 | | 6 | Greyform | body | 35 | 0 | 2432 | | 7 | Gorefoot | boots | 40 | 0 | 2166 | | 8 | Twitchthroe | body | 52 | 0 | 1950 | | 9 | Bloodfist | gloves | 54 | 0 | 1767 | | 10 | Tarnhelm | helmet | 21 | 0 | 1740 | | 11 | Troll Shoe | boots | 220 | 0 | 1732 | | 12 | answerer | weapon | 237 | 102 | 1720 | | 13 | Manic Cranium | helmet | 192 | 0 | 1701 | | 14 | rusty spoon | weapon | 0 | 0 | 1557 | | 15 | Satans Claw | gloves | 222 | 0 | 1548 | | 16 | Blood Bather | boots | 120 | 0 | 1380 | | 17 | Venom Grip | gloves | 120 | 0 | 1379 | | 18 | leather gloves | gloves | 0 | 0 | 1331 | | 19 | cap | helmet | 0 | 0 | 1308 | | 20 | syzygy shiv | weapon | 0 | 0 | 1257 | | 21 | boots | boots | 0 | 0 | 1209 | | 22 | Raven Caw | body | 235 | 0 | 1193 | | 23 | Fire Touch | gloves | 80 | 0 | 1106 | | 24 | shamshir | weapon | 34 | 34 | 1104 | | 25 | gauntlets | gloves | 28 | 0 | 1090 | | 26 | precious knife | weapon | 0 | 0 | 1078 | | 27 | legend blade | weapon | 85 | 90 | 1049 | | 28 | dark cutlass | weapon | 49 | 51 | 1028 | | 29 | dagger | weapon | 0 | 0 | 988 | | 30 | quilted armor | body | 12 | 0 | 957 | +------+----------------+--------+--------+--------+-------+ |
2014-03-05 10:35:54
[10 years, 265 days ago] |
I win. |
2014-03-06 01:06:53
[10 years, 264 days ago] |
*Hi fives benny! |