Search results

  1. ki77bot

    New KoL-Server configuration

    Hi there, easy (and maybe even silly?) question: Is it possible to open multiple sessions of KoLmafia without screwing up the preferences of each character? edit: erm --- also chat with multiple characters at once (Sorry, if this has been adressed before...) Cheers, ki77bot
  2. ki77bot

    number of FREE disco rests

    Hi everybody, I did a very quick search on that, but couldn't really find what I want to know. If the question has already been answered you might as well just throw the link at me. :) Is there a variable that keeps track of already used disco rests (including the CRIMBCO skill?)...I just want...
  3. ki77bot

    problem with switch()

    Hi folks, I guess it is obvious what I am trying to do here, but it doesn't work. It seems to always return 8. Is have_skill() not a valid boolean expression? :confused: switch { case ( have_skill($skill["Advanced Saucecrafting"]) ) : adv_sauce = 3; case ( have_skill($skill["The Way of...
  4. ki77bot

    change to logical operators

    I haven't updated my daily build in a while (i've been using 8891), but now that I did, I noticed that something changed with the way logical operators are being processed. this used to work: if (my_name() == "char1" || my_name() == "char2" && user_confirm("Are you sure?")){ func1()...
  5. ki77bot

    burning off MP in summons in aftercore-farming

    Hi everybody, I have a little scriptlet (which is part of a aftercore farming script) that uses generated MP (via NPZR/mimic or whatever) to summon goodies. int farm_cycle = (my_adventures() ) / 10; int farm_nasal; if(have_effect($effect[Wasabi Sinuses]) > 0) { print ("Dude, you still have...
  6. ki77bot

    Path to \scripts ?

    Hi, I justed switched to another OS (ubuntu) and KoLmafia works fine, BUT it doesn't seem to find the \scripts folder... Do I need to define some sort of PATH variable analogous to that in Windows? Cheers ki77bot
  7. ki77bot

    rollover dress

    Hi, is there a way to automatically decide if it is better to wear grimacite stuff (depleted Grimacite gravy boat, ...) instead of accessories that only give one extra adventure? Is there a function which indicates the moon phases? I tried to look it up in the Wiki already, but couldn't find it...
  8. ki77bot

    Hobo underling summoning...

    I am using this to ask a hobo underling for a drink: while (i < 5) { if (contains_text(visit_url("adventure.php?snarfblat=82"),"You're fighting")){ steal(); use_skill(1, $skill["Summon Hobo underling"]); use_skill(1, $skill["ASK THE HOBO FOR A DRINK"]); use_skill(1, $skill["ASK THE...
  9. ki77bot

    pass a variable to another script

    How can I pass a particular variable (for instance a certain item) from one script to another? Cheers, ki77bot.
  10. ki77bot

    wiki.kolmafia.us

    Hiho, well I know there's already a lot of trouble with the new stuff Jick is implementing right now, but what happened to the wiki-page? My browser tells me the site is now rated as attacking site (btw: on my last visit my anti-virus found some malicious html-script when I was there, so that...
  11. ki77bot

    Cli --> ash

    I used to have this (part of a) CLI script for getting the Arena buff "Winklered": bigisland.php?place=concert concert winklered But when I tried to change it into ash, I tried (yeah, just plain trial&error): visit_url("bigisland.php?place=concert&action=winklered"); But this doesn't...
  12. ki77bot

    number of zaps

    I was wondering, if there is a function, which lets you check, if you have already used a wand to zap something? Cheers, ki77bot.
Top