Search results

  1. C

    Native Windows (x86) KoLmafia.exe

    Thanks :) Also, thank you for reminding me that I needed to update the runtimes! I just updated the runtimes and the latests builds will require it. I haven't forgotten about an automatic updater. I've got some coding done for it but I've been very busy with work so I haven't got around to...
  2. C

    Determine if/which holiday it is

    Create a map from the information here, then use gameday_to_string() and see if it appears in the map. You can have a secondary map for IRL day holidays (April Fools Day etc.) by using today_to_string() but depending on your computers timezone compared to Arizona (I assume KoL still runs on AZ...
  3. C

    Bug - Fixed Mafia autopurchased a Monster Manuel

    guyy is possibly referring to the post earlier in the thread where I used the word infer in the context of I think I suggested elsewhere that Mr. Accessories could perhaps be added to a users memento items list, which would (I hope) prevent them from being unintentionally spent. I will...
  4. C

    Bug - Fixed Mafia autopurchased a Monster Manuel

    I already do Mr. Store purchases in vanilla, but you're still at risk if you have a Mr. Accessory banked in your inventory. I guess you could closet the Mr. A, but some people like to have them on-hand for their value as a nice stat boosting accessory.
  5. C

    Bug - Fixed Mafia autopurchased a Monster Manuel

    This is getting off-topic but it seems strange to me that coinmaster items are considered "creations" given that in, the examples I can think of, you're usually exchanging tokens for something else as opposed to combining them to create something. Semantically, "buy" actually makes more sense to...
  6. C

    Bug - Fixed Mafia autopurchased a Monster Manuel

    I just didn't want KoLmafia to spend a Mr. A without explicitly being told to (ie. not inferred by other preferences such as autoSatisfyWithX, preferences a script might change without me noticing). The idea wasn't really met with much fanfare in the other thread, though.
  7. C

    Bug - Fixed Mafia autopurchased a Monster Manuel

    Well this thread comes to mind for me, where a Ms. Accessory was bought by the maximizer. I suggested that perhaps mafia shouldn't even be automatically buying things from Mr. Store at all.
  8. C

    Bug - Not A Bug Occasional exception in headless mode

    I noticed earlier today that there are some sections of KoLmafia code that say things like if (StaticEntity.isHeadless) that should probably say if (!StaticEntity.isGUIRequired) instead, but I didn't think much of it. Turns out the ChatManager was one of those places. This patch would likely...
  9. C

    Bug - Not A Bug Occasional exception in headless mode

    I didn't say that. Alhifar to help you further, I actually looked in to the problem. You're running KoLmafia in an environment where Windows is sending WM_DISPLAYCHANGE messages to the Java instance. This means you're running KoLmafia in a GDI window, I'm guessing a command prompt. Long story...
  10. C

    Bug - Not A Bug Occasional exception in headless mode

    Who would likely recommend you update to Java 7 ;)
  11. C

    Bug - Not A Bug Occasional exception in headless mode

    Do you have any relevant debug logs? What version of Java are you using? What platform (eg. Windows 7 64-bit)?
  12. C

    Feature - Rejected Change 'default' folder locations

    Just to add to some of the useful information Theraze has provided, for anyone who might stumble across this thread in the future. NTFS junction points came in with NTFS 3.0, so Windows 2000 and Windows XP can use them provided you're redirecting to a directory on the same disk volume. If...
  13. C

    Bug - Fixed login CLI command will prevent logout if not previously logged in

    Did this only recently start happening? I've used KoLmafia in CLI mode a lot in the past and it's common for me to do things very similar to how you're describing, but I haven't experienced this issue before. I will see if I can reproduce it later. Edit: I tried and it looks like it's broken...
  14. C

    Bug - Fixed Papier-Mache weapon combat radlibs causing faulty items to appear in session results

    I've been working on and off on alternate methods of parsing combat text to support things like haiku, lolcat and anapests, I guess this would come under that umbrella too. It's pretty complicated stuff though, and I wouldn't submit a patch if it added unnecessary bloat to KoLmafia or adversely...
  15. C

    Bug Hermit treated as NPC store

    Ah right, well that'll teach me for not looking. Carry on, my wayward son.
  16. C

    Bug Hermit treated as NPC store

    I agree that it would seem more consistent for the hermit to be considered a coinmaster, but making only this change doesn't exactly make things more consistent. You'd need some associated coinmasters.txt data, you'd need to treat hermitage purchases as coinmaster requests, and because there's 3...
  17. C

    Bug - Fixed Ability to not display some consumables (specifically Bounty foods) in Item Manager

    I wasn't saying your patch doesn't work. I just don't feel as though the problem is solved within the correct scope, but a dev might disagree with me.
  18. C

    Bug - Fixed Ability to not display some consumables (specifically Bounty foods) in Item Manager

    If you debugcreate an item that requires items in your closet but you haven't allowed KoLmafia to "autoSatisfyWithCloset", debucreate will say it can't make any. The same should apply to "autoSatisfyWithCoinmasters" but it doesn't. I don't think you're patching the problem at the correct place...
  19. C

    Bug - Fixed Ability to not display some consumables (specifically Bounty foods) in Item Manager

    Thus creating more work for minions, which being minions, I'm sure they love doing. I meant for future reference.
  20. C

    Bug - Fixed Ability to not display some consumables (specifically Bounty foods) in Item Manager

    Duplicate. Oh, it's the same person. Well you should bump the old one, if anything.
Back
Top