Recent content by neomaster

  1. N

    ShadowRift

    That's amazing, thanks so much for even looking at it while you're away! Hope you enjoy your vacation! Edit: Just thought I'd report that I ran the script today, encountered the scythe and had zero issues. Thanks again!
  2. N

    ShadowRift

    I've noticed an issue when fighting the shadow scythe with the parka. The script switches from spikolodon mode to kachungasaur mode before the boss without healing to accomodate the increase in max HP. So when it tries to take advantage of the turn 1 miss to use silent treatment, it just causes...
  3. N

    Bug - Not A Bug Sweat values not being checked correctly in r26568?

    Thanks so much to the both of you for pointing this out to me and explaining it! I've just tested a few things and it lines up perfectly with what you're saying. My current sweat value is 25, and mafia is treating that as a value greater than 100, unless I use ".to_int()" and then it understands...
  4. N

    Bug - Not A Bug Sweat values not being checked correctly in r26568?

    That's really interesting! I'm surprised I haven't run into any headaches prior to now if that's how that kind of check can resolve. For the avoidance of any doubt, should I always be using the extra ".to_int()" if the value I'm checking is numeric?
  5. N

    Bug - Not A Bug Sweat values not being checked correctly in r26568?

    I've managed to get it working now both with and without using the extra ".to_int()" on the end of calling the sweat property, can I ask what the functional difference is between the two? Haven't come across the need to use it before and would like to learn more.
  6. N

    Bug - Not A Bug Sweat values not being checked correctly in r26568?

    Hello, Tried writing a script to automate using the new "Sweat Out Some Booze" skill, and found that although the property "sweat" returns with a value higher than 25, the following script won't trigger when looking up the value. I then tried the following, removing the condition of...
  7. N

    Bug - Cannot Reproduce Kolmafia keeps crashing due to out of memory error

    Sorry it's taken me a while to reply, I've been running test runs of scripts over a couple of days and it's taken a while to have anything of note to report! I tried a few more clean installs to no avail, and double checked that I'd used the right flag to increase java memory. After that I...
  8. N

    Bug - Cannot Reproduce Kolmafia keeps crashing due to out of memory error

    I've tried a few of the things listed in this thread, sadly without much success. Most notably I added a flag to increase the memory my JRE could use, but it appears to have had no effect? It still reads x/247mb within the mafia client regardless of what I specify. A notable issue is definitely...
  9. N

    Bug - Cannot Reproduce Kolmafia keeps crashing due to out of memory error

    Ahhh, yeah that's probably fair. I've definitely had this issue persist through a few different daily builds. I don't think there are any debug logs that were generated when the errors have happened, but if there's a way of getting that information I'm happy to reproduce the error. The script...
  10. N

    Bug - Cannot Reproduce Kolmafia keeps crashing due to out of memory error

    This started for me a couple of days ago. I've tried updating Kolmafia, rebuilding preferences and tried 2 new clean installs of mafia and all fail to run a farming script which I've been running successfully for months. The script runs fine for the setup and first few combats, but after a...
Top