Search results

  1. Mystia

    Feature - Implemented crown of thrones enthronement recognition at login

    Crown of Thrones not counted properly? I've got an El Vibrato Megadrone (+10 ML) in my Crown of Thrones, but mafia doesn't seem to track it. Modtrace doesn't recognize the bonus The little thingie on the left that says "ML: +___" doesn't recognize the bonus And the light gray numbers...
  2. Mystia

    Needing a little help with a script.

    I'm actually having quite a bit of trouble making sense of that. I caught the link in another topic, but my lack of coding experience is making it such that attempting to decipher it leads to me giving up rather quickly.
  3. Mystia

    Needing a little help with a script.

    I'd like to automate a meatfarming script on days I can't get on KoL, but some of it's eluding me. I can't figure out how to change the goals in an area, among other things. This is what I've got so far. Any help would be appreciated. cli_execute("acquire milk of magnesium")...
  4. Mystia

    Testing out ASH. Will this work?

    That's very helpful, slyz. Thanks. I'll be posting an updated version some time tonight if I have more questions.
  5. Mystia

    Testing out ASH. Will this work?

    I'm aware that many of these functions are better executed in cli_execute, however, I'm still trying to learn the coding, so it's easier to have something to compare it to. I want others to know what I'm trying to do, rather than posting a bad script and saying "fixplz". Once I understand it a...
  6. Mystia

    Testing out ASH. Will this work?

    I've had good experiences using cli_execute();, and now I'd like to move on to some more advanced things. Below, I've altered an existing script that runs entirely on cli_execute(); functions to one that uses a little more complexity Old version: cli_execute("cast * pastamastery")...
  7. Mystia

    How do you write an ASH file?

    Thanks, Bale. That definitely helped me pick up on some of the coding. Now I'm wondering how to work if/then strings, particularly, with comparing cheapest mall prices and letting the cost of the item determine whether or not it executes the script based on the mall price. Are there more...
  8. Mystia

    How do you write an ASH file?

    I just started scripting today. cli_execute is just what I'm starting with. I want to make sure I'm on the right track before adding things to it.
  9. Mystia

    How do you write an ASH file?

    I don't have any characters with adventures I can test this on, but are there any major errors with this script? If I saved it as .ash and executed it, would it work? { cli_execute("acquire milk of magnesium") cli_execute("acquire 15 twinkly wad") cli_execute("use 15 twinkly wad")...
  10. Mystia

    How do you write an ASH file?

    I'm looking over the basic commands for scripting and I want to give it a shot. What program do I use to start writing? Is there a command in KoLMafia that brings up an empty notepad that will save things in .ash format for you? Do you just write it in a notepad and change the file extention...
  11. Mystia

    Castlefarming script for a script dummy?

    *is really dumb with this sort of thing* Thanks, I've got it now.
  12. Mystia

    Castlefarming script for a script dummy?

    I've checked through the forums and found a bunch of scripts that all require a bit of configuration that I just can't seem to figure out. Would someone mind giving me a basic script that will burn X turns at castle in the sky, and choose "Do Nothing" at Wheel in the Castle in the Sky noncombat?
Back
Top