Search results

  1. C

    Bug - Fixed Ms. Accessory

    I can understand why we would want to keep a Mr. Accessory on-hand over a Ms. Accessory and it also really sucks what happened. I am wondering, though, should it just be made that all Mr. Store purchases should be excluded from the maximization process, not just the Ms. Accessory? That's...
  2. C

    Feature Feature request: Load in web browser with no frills

    Well just about any reason why you would use a full featured web browser instead of the mini-browser is probably valid. The main one I can see that affects KoLmafia users would be an easy way to view the unmodified source of the HTML for ASH scripting purposes (eg. relay overrides) without...
  3. C

    Bug crashes while minimized

    Please try updating your installation to at least the latest available Java 6 release, if not Java 7. If you still get the issue after updating, please post a fresh debug log. I'm not saying that the KoLmafia implementation of minimize to tray is perfect, but there are known Java bugs relating...
  4. C

    Bug - Not A Bug multiple synergistic maximization (performance)

    Yeah that's what I figured, just checking we were only considering unique combinations because if we weren't, as you said, we'd be doing things a lot slower. Thanks for the answer :)
  5. C

    Bug - Not A Bug multiple synergistic maximization (performance)

    Okay, maximizer not something I'm hugely familiar with here, just a question though. For accessories, is the maximizer properly handling the accessories slots? Seems like a lot of combinations are being tried, so it makes me wonder. For example, are: Acc1: Lucky Rabbit's Foot Acc2: Baron Von...
  6. C

    Bug - Fixed Garden harvesting issues on login

    I rebuilt a lot of this class in my own repo but ran out of time late last year and haven't picked it up again. I don't think your solution is too bad anyway. Maybe some day I'll polish mine up and submit it, but it would only really help in reducing the amount of code it takes to support new...
  7. C

    Feature - Implemented Checking for unknown monsters

    I could've sworn I proposed "null" data not too long ago, somewhere, for something, but I can't find it now so maybe that was for something else (I distinctly remember linking to the Wikipedia page on null though). From a database perspective, null makes the most sense as being the value for...
  8. C

    KoLmafia Veterans: A Java 7 Proposal

    I don't think it's a matter of IPv6, but IPv6 to IPv4 tunneling (such as Teredo) that was causing issues, but the protocols are supposed to be pretty much transparent to the application layer. I can't remember the specific details, but I believe an exception was being thrown at login that can...
  9. C

    How to clean state when a script freezes?

    Possibly related.
  10. C

    Bug Case sensitivity for finding Type

    Not 100% sure but I think this was intentionally done at some point, for some reason...
  11. C

    CLI "goal" command

    Well intuitively one would assume that "goal check" would mean check what goals you have set, not "spend 300k meat" :p I guess I'm just wondering if it's intended and why it would be worded as so.
  12. C

    Rollover Adventures

    Thanks! I actually have a meat maid, so I should've known that :p
  13. C

    CLI "goal" command

    > goal add +2000 electrical thingamabob Condition added: electrical thingamabob (2,000) > goal check Searching for "electrical thingamabob"... Search complete. Purchasing electrical thingamabob (111 @ 2,700)... KoLmafia declares world peace. You acquire electrical thingamabob (111) Conditions...
  14. C

    Rollover Adventures

    Updated to support campground items and Fashionably Late, thanks to exxyle for bringing it to my attention.
  15. C

    Bug - Not A Bug rollover adv in side panel incorrect

    I always thought that number was just +adv from what you're wearing, it's not going to give you the actual number you'll receive at rollover. I have a script here which I will need to update to work with Fashionably Late and Pagoda as I hadn't thought of those when I wrote it.
  16. C

    will there be ChibiBuddy automation in mafia, or will there be a script made?

    As far as I can tell, nothing is stopping either from being implemented.
  17. C

    Bug - Fixed Timers are unshrugable

    in b4 TBTB introduce an effect that begins with "Timer " that isn't actually a timer.
  18. C

    Formatted float output

    You mean the wiki that anyone can register for and make page edits? Yeah someone should get on that. *throws slipper at Bale*
  19. C

    Feature Type Safety & Visibilty Mega-thread

    Thanks! My syntactic preference is to leave them out, but because those were switching on enum types, JLS 14.11 encourages a case label for each enum constant as well as a default case. In reality, they will compile to the same bytecode (ie. no difference at run-time), but I think it's...
  20. C

    Feature - Implemented New Option: Use smart pickpocketing

    Alright, taking this all on board then, my suggestion would be that the option be called something like "always steal" and should only apply to the "steal" directive, "special" should maintain the current behaviour. Can anyone tell me if the steal() ASH command also has the same behaviour as...
Back
Top