Adventure command broken?

dragonslayere

New member
> adventure -100 "the Knob Shaft"

-100 "the Knob Shaft" does not exist in the adventure database.

adventure does not work the way it said it would in the manual....

it thinks the # of adventures is part of the area name
 

dangerpin

Member
Leave out the dash

"adventure 100 the knob shaft"

Code:
> adventure 1 the knob shaft

Visit to Lab: The Knob Shaft in progress... 
Encounter: Junction in the Trunction
 You acquire 3 chunks of cardboard ore  

Requests complete.
 

dragonslayere

New member
Code:
    adventure [#] < location >
    (adventure 5 moxie vacation)

        Visits the given location for the given number of times, or once if no number is specified, or for all the user's turns if "*" is used in place of a number.
Nonpositive numbers indicate "everything except" the given number of adventures.
The area name can be any substring matching an adventure area that KoLmafia can currently handle.
Shore locations can be specified by the stat that they boost, followed by the word "vacation".

its the second command under "Basic Activities"
 
Top