Search results

  1. th3y

    Bad Moon lucre checker

    That's cool... A lot of people keep their lucre in their display case instead of storage, and stash newly-earned lucre in the DC each day. I know you can stash while in HC/Oxy, so I presume you can stash in Bad Moon as well. From the CLI, you can "display put * filthy lucre" Of course you...
  2. th3y

    alias to burn MP?

    Great, thank you! So for anyone who may be interested, here's the alias I made: alias burnall echo Burning all MP, previous threshold =;get manaBurningThreshold;set manaBurningThreshold=0.0;mood default;burn extra mp;set manaBurningThreshold=%% Example usage: "burnall 0.4" will "burn extra...
  3. th3y

    alias to burn MP?

    I use CLI aliases a lot. In various instances I want to burn *all* my MP, and then set the Mana burning "Recast buffs until" back to a medium threshold. Ideally, the steps would be something like this: 0) remember current mana-burning threshold 1) set mana-burning threshold to 0 2) burn extra...
  4. th3y

    MMG alias

    That works! The checkbox is only if you are going to *take* a bet, but the "from" is necessary. So my final, tested-to-work alias is: alias mmg bet.php?pwd&action=makebet&from=0&howmuch=%% Thanks for the assist!
  5. th3y

    MMG alias

    I'm trying to make a CLI alias "mmg <x>" which will place a bet of specified amount in the MMG. Using the Galaktik alias (see http://kolmafia.us/index.php/topic,1017.0.html) as a model, I am trying: bet.php?pwd&action=makebet&howmuch=1000 But, when I type that in the CLI, the bet is not...
  6. th3y

    Building from the SVN?

    I use Windows XP and sometimes build from the SVN to get the latest fixes/updates. I noticed that the build-with-ant process ends up creating a .jar file, whereas the "official" versioned releases are .exe . Are the advantages to using a compiled .exe instead of a .jar (which I presume is...
  7. th3y

    Doc Galaktik

    Thank you!
  8. th3y

    Doc Galaktik

    I'd like to have a gCLI alias to visit Doc Galaktik and heal an exactly specified number of HP or MP. Something like: tonic <x> and nostrum <x> Any tips, please? TH3Y thank you..
Back
Top