Search results

  1. W

    CanAdv -- check whether you can adventure at a given location

    Sadly, Hobopolis progress doesn't have any tracking preferences. Hobopolis progress can be tracked much like the War can approximately by image: otherimages/hobopolis/townsquare1.gif (freshly minted) through 25.gif (boss up) and 26.gif (closed). Same goes for the side areas, which have 12...
  2. W

    CanAdv -- check whether you can adventure at a given location

    For Hobopolis: Town Square opens once the Maze of Sewer Tunnels is cleared. The various side areas open in the following order: Burnbarrel @ 500 normal hobos killed; Esplanade @ 1000, Heap @ 1500, Graveyard @ 2000 and finally The Purple Light District @ 2500. Each zone closes to normal...
  3. W

    Adjust Text Size in Mafia Interface?

    100% correct, there's no way to fix the JAR builds.
  4. W

    Adjust Text Size in Mafia Interface?

    Point taken; the issue is with the first executable used to get things going not having the correct manifest settings for Windows to figure out that it is dealing with an application that understands display scaling. For DailyDownloader users on Windows, that's DDLauncher, which has been updated...
  5. W

    Adjust Text Size in Mafia Interface?

    I just released DailyDownloader v7 with a fix for this, along with other issues: http://kolmafia.us/showthread.php?15797-Introducing-KoLmafia-Daily-Downloader&p=133741&viewfull=1#post133741
  6. W

    Introducing KoLmafia Daily Downloader

    OK, DailyDownloader v7.0.0 is out with the following changes: HTML entities in the release notes are handled better. The updater is back, but in notify-only mode. DDLauncher for Windows got updated to work around the text scaling issue on that OS. EDIT: D'oh! Updater broke in v7.0.0. Fixed in...
  7. W

    Adjust Text Size in Mafia Interface?

    Fixing this problem for DailyDownloader users requires a minor launcher change only. I know exactly what to do on my end ;)
  8. W

    New Content - Implemented West of Loathing - 2016 Spring Challenge!

    I agree with Darzil; auto-Olfact should fire all applicable skills and update all counters accordingly.
  9. W

    Feature Item Groups

    I like this idea. Useful for scripts too.
  10. W

    Bug Mafia hangs after trying to execute (nonexistent?) script at the end of path

    I've looked at the code (for over 1 hour), and I think I know what's happening here. KoLmafiaCLI.java: private class CommandProcessorThread extends Thread { @Override public void run() { String line; do { line = KoLmafiaCLI.this.getNextLine( " > " ); if (...
  11. W

    Automatically download the newest daily build

    Hi Theraze, not sure why that would be. You know Java, right? Could you do me a favor and look at the source for DailyDownloader's downloader? Here's the link if you need it...
  12. W

    Amount of a particular item left in Mall

    Your script could leverage work done by Cheesecookie in the snapshot script he maintains, specifically the data files and checking method. This would save mall searches for items you already have as well as server hits on things you don't care about.
  13. W

    Edscension - Your #1 Karma Farming Script

    If you're comfortable with editing ASH scripts, you can fix this with a find and replace. Look for: $monster[clingy pirate] On line 416 of ed_combat.ash. Replace it with: $monster[clingy pirate (male)] || $monster[clingy pirate (female)] There might still be other errors.
  14. W

    Automatically download the newest daily build

    Looking at the code, updating this Perl script should be easy, assuming you know Perl, which I don't :(
  15. W

    Introducing KoLmafia Daily Downloader

    KoLmafia Daily Downloader v6.0.0 is out. The biggest change is under the hood: It now pulls information from the Jenkins site (http://ci.kolmafia.us/). Per fewyn, you MUST upgrade to continue to get KoLmafia updates with this tool. There's also a new feature: Pressing ESC on any of the dialogs...
  16. W

    Introducing KoLmafia Daily Downloader

    It's already on my radar to update it for the new site. Unfortunately, parsing the version history as I do now isn't straightforward; I don't see an obvious way to grab the list of changes in one "pull". I could make it work without this feature, but people may complain.
  17. W

    Bug SVN checkout twice = NPE

    I'd whip up a quick and dirty patch to fix this if I was at a computer capable of running Java... ah well, will have to wait until later. (You shouldn't be allowed to install a script twice anyway, let alone install two copies in parallel.)
  18. W

    Bug - Fixed "Comprehensively Nourished" and "Bloodthirsty" effects have wrong source

    Beverages in KoL (despite being foods) are "drunk". If Mafia's copying KoL's behavior here, there may not actually be a bug - there definitely is if attempting to "drink" the liquid bread as Maximizer suggests fails.
  19. W

    EXE Builds

    EXE builds aren't strictly needed on Windows anyway, because Windows machines can run JAR builds directly, if the file associations aren't messed up. I agree with Theraze.
  20. W

    New Content - Implemented West of Loathing - 2016 Spring Challenge!

    I just got the steel liver as a Beanslinger (which is the class that learns Prodigious Appetite). So I guess your theory about the Azazel quest is disproven.
Back
Top