Search results

  1. P

    How can I script free fights?

    I only got around to testing this today, and I'm stumped. This adventures exactly once, not repeating until _snojoFreeFights == 10: while(get_property("_snojoFreeFights").to_int() < 10) {adv1($location[The X-32-F Combat Training Snowman], -1, "");} Put another way, when _snojoFreeFights==0...
  2. P

    How can I script free fights?

    Perfect - thanks, all. I was looking for a preference matching "snow", and was surprised not to find one. Didn't think to look for "snojo".
  3. P

    How can I script free fights?

    Is there a straightforward way to tell Mafia to run through X fights, when those fights don't consume adventures? The X-32-F Combat Training Snowman makes me want to do this. The snowman offers free fights every day; can I tell Mafia "fight the snowman 10 times" in a way that won't consume...
  4. P

    I broke chat_clan() somehow

    Ah, thanks for that. Debug log (with chat logging turned on) is attached. I don't see anything obviously useful, but maybe more experienced eyes will. Thanks for looking!
  5. P

    I broke chat_clan() somehow

    r16569. I've been playing around with variations on a simple chatbot script, just trying to explore possibilities. For instance, I was hoping to get it to watch for ascension announcements and brick people in response, or watch for my name in chat and respond in some way. With respect to...
  6. P

    Input box and Plugging a variable into cli_Execute

    I recently requested a user_input_string() function for just this kind of thing. It seems that historically, the feature was rejected, but at the moment, the devs are generally apathetic. I encourage you to try convincing them to implement this feature at http://kolmafia.us/showthread.php?19331
  7. P

    Feature Daily preference for using the map to the biggest barrel

    Yep. This would be a separate preference.
  8. P

    Feature Daily preference for using the map to the biggest barrel

    I would've posted this in the existing shrine to the barrel god, but it's marked Implemented, so I believe I've heard that would be unwelcome. Hope that's correct. Using the map to the biggest barrel is a once-daily possibility (win or lose, if you've got the maps). Is there already a...
  9. P

    Why doesn't Mafia use other healing methods when spells are unavailable?

    Thanks for the explanation and the potential fix, guys. Sounds like not parsing the effect was an intentional choice. Is that simply to save server hits? Seems to me that it wouldn't be an overwhelming server burden to say "Each time a skill would be cast, first check for this effect, and parse...
  10. P

    Why doesn't Mafia use other healing methods when spells are unavailable?

    I'm not sure whether this is a bug, a result of settings I've got set incorrectly, or intentional behavior. The only options I've checked under Adventure tab > HP/MP Usage > HP section (left side) > Use these restores: are scroll of drastic healing and Cannelloni Cocoon. I've never had anything...
  11. P

    raidlog override a la Dr. Evi1

    Being fairly new to Dread, it took me a while to figure out that "Music Box parts unavailable" means "someone already took the music box parts." Is there a reason it's not just 0/1 or 1/1 like the other once-per-instance items? If not, I would suggest changing it to x/1 for consistency with the...
  12. P

    Feature - Implemented Add sounds to barrel smashing! (patch included)

    This was as fun as I thought it would be. Thanks for implementing it!
  13. P

    Is there a script command to check an item's enchantments?

    That's exactly what I was wanting to do - thanks! Appreciate the precise and extensive explanation.
  14. P

    Is there a script command to check an item's enchantments?

    Is there a script command to check an item's enchantments? For instance, given $item[The Necbromancer's Shorts], can I somehow ask "does this item increase booze drops?" (Yes.) I'm not looking for an infinitely-flexible set of questions to ask - even a string output of enchantments would work...
  15. P

    Feature - Implemented Add sounds to barrel smashing! (patch included)

    I'm excited about this, to a probably-unreasonable degree. I've smashed a few barrels here and there, but currently have 669 saved up for a ridiculous smash party with sound.
  16. P

    Bug - Not A Bug CLI prefref command returns incorrect results for "walford"

    Oh, what? Weird. Well, thanks, and kudos to you for knowing exactly what the problem was.
  17. P

    Bug - Not A Bug CLI prefref command returns incorrect results for "walford"

    See attached image for details. Basically, the regex for prefref performs as expected for the string "walfor", but fails in a spectacular way for the string "walford", returning seemingly-unrelated properties. I... don't even.
  18. P

    Is there a way to get Mafia to close completely upon logout?

    CLI "exit" was exactly what I was looking for. Thanks, both of you!
  19. P

    New Content - Implemented Barrelhead, bottoms of the barrel, chest barrel are a zap group

    Barrelhead, bottoms of the barrel, and chest barrel are zappable (into each other). But they don't currently appear in Mafia's trimmed zap list.
  20. P

    How can I detect new kmails in a script?

    Thanks - I'll definitely take a look.
Back
Top