Command Line Options

bumcheekcity

Active member
Is there anywhere I can check mafia's command line options? I want a CRON to run mafia once a day, log in a particular character, call a particular script, then close, but I can't seem to find the command line options to do that.
 

roippi

Developer
Code:
java -jar KoLmafia-11781.jar --help

KoLmafia v15.8 r11781
Released on December 9, 2012

Currently Running on Windows 7
Local Directory is *****
Using Java 1.7.0_05

An interface for the online adventure game, The Kingdom of Loathing.
Please visit kolmafia.sourceforge.net for more information.

KoLmafia [--Help] [--Version] [--CLI] [--GUI] script

  --Help        Display this message and exits.
  --Version     Display the current version and exits.
  --CLI         Run KoLmafia as a command line application.
  --GUI         Run KoLmafia with a graphical user interface (Default).
  script        Specifies a script to call when starting KoLmafia.
 
Top