Search results

  1. C

    Calling function upon interruption of ASH script

    cc_ascend checks a preference for graceful abort. The preference can be set via a relay script while cc_ascend is running. The Dictator ninjaed me by 6 hours. But yeah, he explained what I do.
  2. C

    Feature Nagamar Tracking (When losing to the NS) and some assorted fixes

    My mistake! I'm so used to double posting rules! Anyways, thanks for taking care of it!
  3. C

    Feature Nagamar Tracking (When losing to the NS) and some assorted fixes

    Oh, it looks like I misinterpreted the steps in that quest line but at least it uncovered an issue so I'll take it as a minor victory. I'll have the quest log text, if any, regarding Frank's Nagamar side quest later tonight (most likely): From the campground quest log: <b>The Ultimate Final...
  4. C

    Feature Nagamar Tracking (When losing to the NS) and some assorted fixes

    I'm not sure if it gives any or not but I could do a run to try to get it unless someone is already in a better position for that.
  5. C

    Feature Nagamar Tracking (When losing to the NS) and some assorted fixes

    I've included here a patch for tracking the Nagamar quest that is started when losing to the third form of the NS. I assume the setting name I gave it us probably not inline with system used for quest preferences, I just don't quite know how it works. I assume it (questC01Nagamar) will be...
  6. C

    Feature - Rejected Equip Ring of Detect Boring Doors while running Daily Dungeon Daily Deed

    Doesn't this neglect to check for wandering monsters? Fighting a wandering monster with that ring equipped causes you to be sad, or something. I would have never imagined the Daily Dungeon being a Daily Deed but here we are.
  7. C

    How do I force the script to ignore errors and continue running?

    That isn't ignoring the error and continuing running. That's just avoiding the error in the first place. For shame!! (please note sarcasm).
  8. C

    Feature - Implemented [Minor] macOS Application Bundle CLI Support

    Ah, I see where I was confused. I only use the JAR (whether I want the GUI or not) but apparently you can get it in different packaging.
  9. C

    Feature - Implemented [Minor] macOS Application Bundle CLI Support

    Can't you just run the jar from the terminal? Something like: java -jar -Djava.awt.headless=true -XX:+PrintGCDetails Desktop/KoLmafia-18559M.jar
  10. C

    Clan hopping script via PM

    I assumed the scripts you mentioned initiate clan changes. I'm guessing you want to figure out what clan to hop to? I don't know if there is anything built in for that but you could scrape the profile of the player who sent the message.
  11. C

    Clan hopping script via PM

    Change that code to refer to the destination clan? I'm not exactly sure what you are asking for honestly. cc_ascend has some changeClan functions if you want to use those. I added one that accepts a clan name instead of a clan id just now because that seemed like something I should have done a...
  12. C

    New Content - Implemented Pokefam

    Worked for me! Thanks for handling that so quickly!
  13. C

    New Content - Implemented Pokefam

    So now that I'm not out of ronin (but at 1000 turns), Mafia gets stuck "Retrieving character data..." in an infinite loop. I logged out and logging in gets stuck on the same.
  14. C

    Feature - Implemented get_player_name(int) to get player names

    I am hoping I am just not blind and didn't see a function that already did this but I was hoping for a function that takes an ID and returns a player name. I've been using one for a bit now and pushed it in a script update without realizing that it wasn't part of vanilla mafia so I'm posting my...
  15. C

    New Content - Implemented Feb 2018 IotM - Fortune Teller (Clan VIP room)

    Nah, I think all the necessary code for scripting this stuff is out there already. The consult bots just needed to be updated with the correct words.
  16. C

    New Content - Implemented Pokefam

    my_poke_fam isn't detecting removing the familiar from the group on r18469. But otherwise, looks good!
  17. C

    Tailsman

    I turned off the autocreate because this gave me many issues. I still do that to this day although I don't know if I still have to. I still need to. You acquire an item: McClusky file (page 5) Verifying ingredients for McClusky file (complete) (1)... Creating McClusky file (complete) (1)...
  18. C

    Bug - Fixed Login <username> no longer resetting daily variables in some cases

    I've been having this issue 10 hours after rollover and it is only a recent issue. And logging in right afterwards results in expected behavior. So, this morning I did "prefref smile; login cheesecookie; prefref smile; login cheesecookie; prefref smile". And it wasn't until the last prefref that...
  19. C

    Bug - Fixed Login <username> no longer resetting daily variables in some cases

    A recent issue I've noticed is that if I use "login <username>" after nightly maintenance, it isn't resetting my daily variables. A second "login" does the trick as well as closing out mafia instead of using the login command. This is pretty recent, that's all I know.
  20. C

    Level 13+ Can't be used in Ronin/Hardcore relay override thing

    Haha, you are absolutely right, I can't believe I missed that (about actually being greater than level 13). Also, I don't mind at all. This was a quickie script because this is something that I'm going to forget and don't want others to forget and ragequit over :D Take it all, this is meant to...
Back
Top