Search results

  1. P

    Ultra Rare Hunter

    This is my first script. Please do not insult it (too) harshly. This script adventures in the Haunted Billiards Room with 2 second breaks in-between each adventure. It also determines what is the best (easily acquirable) healing item, and uses it at low HP. It also stops adventuring when you...
  2. P

    Time function?

    Worked great. Thank you all for your advice! I'm going to polish the design a bit, then post it as a full script.
  3. P

    Time function?

    I used this script: int adv = my_adventures(); while(adv > 40) { adventure( 1 , $location[Haunted Billiards Room] ); cli_Execute( "delay 3" ); } and got the following return: > call scripts\URHunter.ash Visit to Manor1: Haunted Billiards Room in progress... [1371] Haunted Billiards Room...
  4. P

    Time function?

    Would this work for the script (high-level): while(adventuresRemaining > 40){ adventure(1, hauntedBilliardsRoom); cli_Execute(delay 3); } The adventures.txt file on the KolMafia site says that the Haunted Billiards Room is adventure=109; so would that make the adventure() code: adventure(1...
  5. P

    Time function?

    Thank you for the answer. How would I use .ash files to utilize that command?
  6. P

    Time function?

    Hello, I am new to this forum. I am thinking of writing a script that adventures every 5 - 10 seconds in a pre-defined Ultra-rare area. This would (hopefully) make UR-hunting easier. My question: Is there a function that allows delay between adventures? If so, then what is the syntax? I...
Top