Recent content by fronobulax

  1. fronobulax

    Redirect Issue

    The script CFStat fetches data from ColdFront. It has been broken for some time as the wiki had migrated. I was running today and the script popped up a box that said the URL had been redirected. It asked if I wanted to resend the form data to the "new" wiki. The redirect notice has a Yes...
  2. fronobulax

    KoL Wiki error?

    Accessing https://wiki.kingdomofloathing.com/Tools#Economy and using the KoLMarketplace link gets a 403 The error message includes: I discovered this because the old ColdFront link redirects to this. Reporting it because some of the people maintaining the wiki are active here :-)
  3. fronobulax

    Bug Crafting automation unable to make Star Chart items.

    Can't look at code. Goals can be set for auto adventuring and achieving the goal often includes some kind of creation. Any chance that needs to be updated to use a coinmaster and not star chart (in this case)?
  4. fronobulax

    New win11 install, can't figure out mafia anymore

    The minimum version of Java is v21 so you probably want to find and install that. The errors you reported are consistent with a version mismatch. I'd poke around at https://adoptium.net/ and AFAIK v25 won't hurt.
  5. fronobulax

    New win11 install, can't figure out mafia anymore

    Dunno yet. I bought some software, found out it required W11 and so just broke down and adopted W11. No problems or changes for mafia. So it is almost certainly your installation. You don't want Mafia on the desktop but I think you figured that out. Are there any debug files that might...
  6. fronobulax

    autoscend - a sl_ascend fork/continuation

    One character is fine. The other has at various times gotten to L11 or 12 and had no idea what to do. I got it manually unstuck by going to the shore to open the island on on occasion. On another (closer to L10) I had to finish the Giant's quest and then bridging the chasm. My hypothesis is...
  7. fronobulax

    autoscend - a sl_ascend fork/continuation

    autoscend is all about speed ascension. There is a lot of serious research as well as intuition and folklore as to when quests are done and in what order. You may have noted it usually finishes the Island War before the Maguffin, for example. This is because someone believes doing things in...
  8. fronobulax

    autoscend - a sl_ascend fork/continuation

    First the autoscend devs don't always respond here so if you don't get an answer you can use consider posting an issue at GitHub. Second what do you mean by stuck in a loop? If you mean it does nothing including use turns then that is one kind of problem. But if you mean it doesn't know what...
  9. fronobulax

    Bug - Waiting for Info Shen quest state not properly detected.

    One approach would be to look at the code in autoscend or TourGuide. What mafia variable(s) do they look at? What exactly are they checking - string, numeric, boolean? What do they expect in order to decide Shen is properly started? This would tell us where to look in mafia. I have some...
  10. fronobulax

    Bug - Waiting for Info Shen quest state not properly detected.

    I've done 4 HC. Two were fine. Two knew the war had started, did a couple of side quests but failed to adventure on the battlefield. Those were the same character but I have not figured out if there is an autoscend setting that might be a factor. But none of the four had issues I noticed...
  11. fronobulax

    Feature - Rejected Better file corruption support

    I was thinking, perhaps incorrectly, that the atomic operation would include both changing a value in memory and writing it. Probably need to rethink that.
  12. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Bump r28855 made a change to how no weapon is handled during maximization. Perhaps that change effects this?
  13. fronobulax

    Feature - Rejected Better file corruption support

    Thank you. My suspicion is that the best solution at the moment is for you to have a process, external to mafia, that checks things before mafia starts and checks things when mafia ends. Failed checks trigger some kind of failure message and perhaps don't start mafia. The monitor might also...
  14. fronobulax

    Feature - Rejected Better file corruption support

    What is there about your use case that makes it an "issue looming over your head"? You say "if they delete the line". Who is they? I'm not sure how #DO NOT DELETE THIS LINE solves anything except when the corruption is the result of some kind of incomplete write. And it is not clear how...
Back
Top