Search results

  1. ki77bot

    Buying raffle tickets

    Ok, thanks for that solution, what would the other options for "storage" be? closet, hagnk, ...? Cheers, ki77bot.
  2. ki77bot

    Buying raffle tickets

    Hmm, the link above doesn't work (anymore)? The CLI command "raffle x storage" (as decribed by dangerpin) works, but I still wonder if there is also an ash command for that? Cheers, ki77bot.
  3. ki77bot

    Creating my first Breakfast Script

    If you want to keep it short just use the visit_url...lines and you'll be OK. visit_url("clan_rumpus.php?action=click&spot=9&furni=3"); visit_url("clan_rumpus.php?action=click&spot=3&furni=3"); visit_url("clan_rumpus.php?action=click&spot=3&furni=3")...
  4. ki77bot

    Creating my first Breakfast Script

    You can use this for the Clan stuff: void clan () { print (""); print ("Processing Clan Rumpus stuff...", "blue"); print (""); print (""); print ("...accessing Potted Meat Tree...", "green"); visit_url("clan_rumpus.php?action=click&spot=9&furni=3"); print (""); print ("...accessing...
  5. ki77bot

    Semi Rares

    Is there a way to check IF there is valid fortune cookie counter active? As I am playing on different computers I sometimes forget to copy all *_prefs.txt and when opening Mafia can get a fortune cookie counter of -208 or so (just meaning that I didn't play my last turns on that particular...
  6. 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...
  7. ki77bot

    Semi Rares

    Hmmm, seems you guys are right. I was thinking about White Lightning, but forgot about the malus on item drops, which isn't really great for farming xD. Well, it all depends on the skills and equipment you have acquired. If you had Torso Awaregness you'd be able to drink rockin' wagons, giving...
  8. ki77bot

    Semi Rares

    Hmmm, for effective farming you may want to consider some better drinks than the dusty bottle stuff. There is lots of cheap booze out there... Also, there is no need to eat 2 fortune cookies, as the script will check any fortune cookie counter... Cheers, ki77bot.
  9. ki77bot

    Cli --> ash

    Allright, thanks again, guys. I'll give it a try later... Cheers, ki77bot.
  10. ki77bot

    Cli --> ash

    Woooooooooooow, that was quick, guys. Thanks again. Hmmm, I remember the hint about using the relay browser, but either I'm too stupid or I'm looking in the wrong place. But using the relay browser is not giving me any URLs when going over a certain button...?!? Cheers, ki77bot.
  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

    Perfect, that was exactly what I was looking for. I tried to solve it like this, but was not quite satisfied: if(have_effect($effect["ode to booze"]) > 0){ print("Yes, your favorite song 'Ode to Booze' has been played for you.", "green"); } else { print("Need to get 'Ode to Booze'...
  13. ki77bot

    number of zaps

    Thanks for all your replies... I am using a breakfast script, that sometimes breaks , if the 'Ode to Booze' is not cast fast enough. Needless to mention, that the script also zaps. In case the script breaks, I do not want to risk losing the wand. With this variety of solutions, I should be able...
  14. 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.
  15. ki77bot

    Fortune Cookie Counterscript

    Until now everything works fine... Nevertheless there is a problem, when you are on a bountyhunt. The Script will go to the semi-rare location and stops after that without eating another cookie. (I know it doesn't happen that often, still it breaks off at that point) Is there some way to go on...
  16. ki77bot

    Fortune Cookie Counterscript

    Thanks for all replies, the insight and the update :D Cheers ki77bot. PS: "set semirareLocation = somewhereelse" couldn't fix my problem, but that was due to the faxct, that the last encountered semi-rare was also the first in line of the script. I'll go on testing the mall-price version ;)
  17. ki77bot

    Fortune Cookie Counterscript

    It is less likely yes, but still it happens. Sometimes Mafia for some reason loses track of the "real" cookie counter, and it that case the script gets stuck. I had sometimes 5-6 active cookie counters and ALL were incorrect. Because if for whatever reason the expected semi-rare does not occur...
  18. ki77bot

    Fortune Cookie Counterscript

    Hmmm, both versions of the script do not take into account, that you sometimes end up with more than one cookie counter. In that case the script keeps adventuring at the same location. Is there some way around that? Cheers ki77bot. PS: at least this version is doing that... int last =...
  19. ki77bot

    Fortune Cookie Counterscript

    Ok, that looks nice. If I understand that right, it means that the location PLD is ONLY checked IF the last semirare-location was "Knob Goblin Harem", right? Cheers ki77bot
  20. ki77bot

    Fortune Cookie Counterscript

    Hi there, as I do not really know ash (or any other programming language) it is obvious that I am having some difficulties the script to my needs. So this is the part I adjusted (thanks Bale ;) ): int last = get_property("semirareCounter").to_int(); switch { case...
Back
Top