Mysterious Island Arena

exdeath

Member
Revision: 5155
Author: veracity0
Date: 12:43:13 PM, Friday, September 14, 2007
Message:
Initial support for the Mysterious Island Arena.
Don;t try to look through your Telescope in Bad Moon.
----
Added : /src/net/sourceforge/kolmafia/ArenaRequest.java
...

I noticed this when I was searching. Is there a command to pull any of the arena buffs yet?
 

Veracity

Developer
Staff member
There is primitive support:

concert 1
concert 2
concert 3

will take the 1st, 2nd, or 3rd choice at the arena.

I was considering things like

concert frat 1
concert Elvish

to specify exactly which effect you want - and abort if its unavailable - but KoLmafia doesn't currently know whether you've completed the Arena subquest as a frat boy or hippy. It COULD figure it out and remember it, just as it does for the Orchard subquest.

Likewise, KoLmafia doesn't remember if you've been to the Arena already today. No big deal, since it detects the "rocked-out" message and gives you an error, but it could avoid going to the server if it tracked this.

That's why I called this "Initial support": you can request an Arena effect, but the CLI command could be improved.
 
Top