Search results

  1. AlbinoRhino

    Bug - Fixed numeric_modifier incorrectly reports experience for sombrero

    Aha! Well, most of that 6 months I was in aftercore meat farming and wouldn't have noticed.....and I'm only on my 18th ascension since the change when I've finally noticed my scripts weren't making the change from volleyball to sombrero...lol
  2. AlbinoRhino

    Bug - Fixed numeric_modifier incorrectly reports experience for sombrero

    > ash monster_level_adjustment( ) Returned: 92 > ash numeric_modifier($familiar[Hovering Sombrero], "Experience", 26, $item[none]); Returned: 1.0 Up until fairly recently, the above would return something fairly close to the stat gains to be had from using the sombrero. (The 26...
  3. AlbinoRhino

    Bug - Not A Bug Mafia and relay browser ports

    I have noticed before that if there is a sudden power loss (we lose electricity too frequently here), the "active_session.1" file will still be present in the sessions directory. So, starting mafia w/o deleting that file will create "active_session.2" and use the 2nd port number. Easy solution...
  4. AlbinoRhino

    Bug spookyPuttyMonster is getting set to something totally unrecognizable prematurely

    Mine was also set to this today and I haven't ascended in months. There is regex in consequences.txt associated with spooky putty monster which appears to be looking for that phrase. DESC_ITEM Spooky Putty monster a picture of (a|an|something totally unrecognizable|)\s*(.*?)...
  5. AlbinoRhino

    Feature Enhance "trace" debugging

    I use the trace logging fairly often. Can't say I ever ran into the issue described. I guess b/c when one uses it, one usually knows just what interaction that one is trying to capture? On the other hand, a little extra clarification could never hurt the logging any. Especially when you're...
  6. AlbinoRhino

    Build failure

    Yes...appears to have been temporary. Just tried again and everything went fine. Thanks.
  7. AlbinoRhino

    Build failure

    FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'KoLmafia'. > Could not resolve all artifacts for configuration ':classpath'. > Could not resolve org.eclipse.jgit:org.eclipse.jgit:latest.release. Required by: project : >...
  8. AlbinoRhino

    New Content Crimbo 2021

    Just what I wanted. Thanks Veracity.
  9. AlbinoRhino

    daily deed for getaway campsite

    I should have expected that the devs were a step ahead of me !
  10. AlbinoRhino

    daily deed for getaway campsite

    I think you can use the instructions MCroft gave in post #2. for step 3, the pref needed is '_campAwaySmileBuffs' for step 4, the command needed is probably: ashq visit_url(\"place.php?whichplace=campaway&action=campaway_sky\") (notice that the quotes are escaped because this command will...
  11. AlbinoRhino

    Feature - Rejected Exclude cargo buffs from maximizer

    The white bar above the results list allows one to enter filter text for the results list. In this case, typing "-cargo" into that box should remove the unwanted entries.
  12. AlbinoRhino

    Bug - Fixed r25726 crashes on launch due to unchecked use of new Taskbar APIs

    I had ONLY the Adoptium JDK 17 installed.
  13. AlbinoRhino

    Bug - Fixed r25726 crashes on launch due to unchecked use of new Taskbar APIs

    I am confirming the same behavior with Windows 10 Pro and a local build. Reverting the last commit (leaving the gradle cache commit in place), allows everything to work again. Same behavior. javaw.exe task opens and then almost immediately closes.
  14. AlbinoRhino

    We're moving from SourceForge to GitHub!

    Confirmed as fixed h3. Thanks a lot!
  15. AlbinoRhino

    We're moving from SourceForge to GitHub!

    Thank you much...I was just considering downgrading the jdk but I like your solution better! :)
  16. AlbinoRhino

    We're moving from SourceForge to GitHub!

    Can any of you wizards tell me why today's build failed for me. I uninstalled jdk14 and installed jdk17 form adoptium which all seemed to go smoothly. I tested things were working by opening my build from yesterday after updating jdk. Managed to open it and login and everything which...
Back
Top