Search results

  1. V

    ASH Almanac commands?

    well then, how about this... 5 lines of code added to KoLmafiaASH.java that return a integer value already calculated in MoonPhaseDatabase.java: ADD AFTER LINE 3159: params = new ScriptType[] {}; result.addElement( new ScriptExistingFunction( "moon_light", INT_TYPE, params ) ); ADD AFTER...
  2. V

    ASH Almanac commands?

    So, is the moon_phase integer basically the same as the moonlight? I've tried this: print("+" + (9 - moon_phase()) + " stats, " + (15 + moon_phase() * 5) + "% items"); ...and it seems to be a day behind. Am I on the right track, or way off?
  3. V

    Function List

    I'm looking for a simple, uncommented, no-description list of all of the functions in the current release. Where would I find that? I remember seeing a flat list like that for a previous release, but I can't seem to even find that. A list of the CLI commands would also be very helpful...
  4. V

    User input

    I know we've already gone down this road once, but this idea was sent to me by someone who has a great way of presenting their case... not sure if they want to remain anonymous, but lets just say that this person knows what they're talking about: The task you want is buying and eating a chow...
  5. V

    ASH Almanac commands?

    I suppose that would do it... but seems like the long way around. Perhaps a function for the next release?? ;D
  6. V

    ASH Almanac commands?

    I was wondering if there is a way to use Almanac info in an ASH script... here's what I'm looking to do: Call the Almanac and return the Jekyllin Hide belt percentages If the stats are more beneficial than my normal gear, equip my Jekyllin Hide Belt equipped outfit This would also be true of...
  7. V

    Summon Candy Hearts Script

    I just use the script as part of a daily routine prior to adventuring, but I like to see that people are using it for other (more creative) uses...
  8. V

    Scripting tool?

    Araneae 5.0 will also run from a flash drive... ;D
  9. V

    Scripting tool?

    <resurrecting old thread> Just wanted to throw my favorite editor into the mix... Araneae 5.0 [Download Here] It's free, loads incredibly fast, and has a nice feature set including syntax highlighting and shortcuts/code clips. I put together an ASH Extension Set and attached it below for your...
  10. V

    User input

    Thanks for adding this in... I look forward to the next release!
  11. V

    commenting out 200 lines of code

    What is the syntax for block comments?
  12. V

    User input

    yeah, you could do it all with multiple scripts, but the point I am trying to make is that one script that forks (and maybe calls other scripts) is more user-friendly. I'll leave it alone, as it seems that there is no swaying you, but I will say that if you build it, they will use it. I know I...
  13. V

    User input

    Okay, I have been giving this a lot of thought, and I am really going to try and give some relevant and useful examples here. I can see a use for three distinct "user interaction" functions (I know Hola will hate me for even suggesting these, sorry... but I really am a fan of the tool, and I...
  14. V

    User input

    okay, now I'm confused as well... I have been racking my brain trying to come up with a good example for ya, Hola, but arrggg's post (and your response) has thrown a monkeywrench in my though process. How exactly would you prompt for something at the beginning, according to the example arrggg...
  15. V

    Summon Candy Hearts Script

    thanks... glad you like it. Updated the script (above) to make it less, er... timid. Now it will actually reach the ceiling MP Cost value set, instead of stopping short and cowering before it. ;D
  16. V

    User input

    Both your solution and the one that Hola described will work, but they're kludgey compared with a simple inline text input call. Since the rest of the app is so fantastic, I find it hard to believe that it's missing this basic functionality...
  17. V

    User input

    I guess the difference is in utilization... I really don't care to chat much, I'm like the original poster of this thread, I like to watch the script run. As for prompting, I figure that there are times when I would want to make a decision, or enter a value for a script at the beginning of the...
  18. V

    User input

    has there been any progress on user input? I can see plenty of functionality for this improvement.
  19. V

    Summon Candy Hearts Script

    Hello all, this is my first KoLMafia script, to automate the summoning of Candy Hearts. I got sick of having to individually summon the hearts, and since the MP cost changes each cast, you can't summon more than one at a time. The script allows you to configure a ceiling for MP cost to assign...
Top