Search results

  1. T

    Automatically accept svn updates?

    At login when an svn project updates with new files, there is a Yes/No popup that interrupts script execution. Is there any way to just automatically accept the update (since I trust all the wonderful script authors), or to refuse the update so my script can run without interruption, or is this...
  2. T

    Way to access Adventure Overview data in ASH?

    Please forgive my ignorance. I couldn't find anything about this by search though it could be I've missed something obvious... Is it possible to access these data shown on the Adventure / Overview pane in an ash script? Encounter Listing ('encounters' in CLI) Visited Locations ('locations' in...
  3. T

    Feature - Rejected Add +PvP fights data to items where it is missing

    Hi, There are three items which can provide PvP fights but don't have this information in their item notes data: Jerks' Health Magazine (+1) CSA fire-starting kit (+3) confusing LED clock (+5) I suppose there might be a reason the data was omitted but in case it was rather just a simple...
  4. T

    Bug - Fixed Function overload resolution

    version: kolmafia 17130 I think there is a minor bug in function overloading resolution. A similarly-named function taking a string is matched instead of one taking the exact type (if the former appears before the latter): string[int] to_array(string _string) { print("Called: string[int]...
  5. T

    "Unexpected error" with simplest possible ash use

    Hi, I must be doing something wrong, and I hope someone can point out my error. Step 1: Create functions.ash containing: void foo() { print("foo!"); } Step 2: In KoLmafia CLI, attempt to use the new function more than once: > verify functions.ash void foo( ) Script verification...
Top