Search results

  1. C

    Bug - Not A Bug Cotton Candy not listed as a Restore ?

    You should collect them :P
  2. C

    Bug - Fixed oil of parrrlay is multiusable

    Not sure which part you are referring to, if you mean changing the code that's fair enough. The changes you made haven't broken anything so far. Anyway, I purchased all the restoratives I could acquire, which came out to everything except Platinum Yendorian Express Card, pixel orb and stuff a...
  3. C

    Bug - Fixed oil of parrrlay is multiusable

    Uhhh why not just keep the data consistent and change the code? I don't think it would be too hard to spade all restoratives and find out which ones are actually multiusable. BURT is no different to bit of clingfilm or duct tape, if you use 1 it doesn't get consumed, if you multiuse an amount...
  4. C

    Bug - Fixed oil of parrrlay is multiusable

    Ah yes, that would probably be it. They should probably be marked as multiusable anyway, seeings as you can use them from the multiuse page.
  5. C

    Bug - Fixed oil of parrrlay is multiusable

    I recall similar happening, I could've sworn I had multi-used phonics down before, so I thought my script was wrong. I did ash $item[phonics down] in the CLI and clearly saw it was not coming up as multi. I think you're probably right about there being special handling, but I wonder why.
  6. C

    Bug - Fixed oil of parrrlay is multiusable

    Well you're not the only one, sometimes devs are just busy and other times it's not something that they feel is a priority or worthwhile. Edit: Also as someone who has provided large patches to data files before, editing them can be pretty tedious work. I'd say there is a good chance that...
  7. C

    Bug - Fixed oil of parrrlay is multiusable

    I'm confused by what you're asking. You visited multiuse.php with a bunch of items in your inventory and checked which items appeared in the dropdown list, right? That's a list of all the multiuse items you have on hand. Willyweed is definitely in the list for me, meaning I can use more than one...
  8. C

    Bug - Fixed oil of parrrlay is multiusable

    The way I read it, yes. I thought about offering to donate some meat to his cause but then I realized I am poor since I tried to buy all the items I missed out on over crimbo. Edit: xKiv I have a bunch of SHC drinks if you're interested, just post where you'd like them sent.
  9. C

    New Content - Implemented Crackpot (Bug?)

    Yeah, I know. I was asking for clarification, I wasn't saying it's a bad idea. I was also noting the areas that would need to be fixed if you wanted to fix it completely (where the nulls were actually being generated) and I only noted the simplest form of a fix. I just wasn't sure if Roippi was...
  10. C

    New Content - Implemented Crackpot (Bug?)

    Agreed, I was just pointing out how to fix it with the least amount of work/effort ;) 2nd easiest way would be simply adding an assertion. Mafia would still error out, it just wouldn't be an NPE, it would error out earlier. I'm guessing that you're suggesting KoLmafia discovers the...
  11. C

    New Content - Implemented Crackpot (Bug?)

    CreateItemRequest.getInstance will return null when the item doesn't exist in the concoctions database, getQuantityPossible will return null when the instance of the item request is null and Java will throw an exception if you try to compare an integer to null as in if ( 1 < null ). Fixing this...
  12. C

    Feature - Implemented Checking for unknown monsters

    Trivia: This is also known as a null string ;)
  13. C

    Native Windows (x86) KoLmafia.exe

    This is normal. I don't know a lot about it, but Oracle have some very strict guidelines when it comes to being able to claim you're Java SE compliant (which JET is). Basically, it means the JET runtimes are implementing all features up to Java SE 6 Update 34 as per the spec. As a matter of...
  14. C

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

    Greenen72 mentioned that he has coin master item acquisition turned off. Why should we list consumable items that are only available through coin master acquisition if that option is turned off?
  15. C

    Feature - Implemented maximize() that returns suggested items, skills, etc

    I agree. Was this thread made sticky intentionally?
  16. C

    Native Windows (x86) KoLmafia.exe

    Thanks, I'm glad you like it :) I haven't used KoLmafia much on Windows 8 with the JAR build but when I have the chance I'll try it out and see if I get the same issues. It's still on the cards! I just haven't had a lot of time lately. Besides keeping the JET builds as up to date as I can...
  17. C

    Bug crashes while minimized

    Bordemstirs, I noticed you've posted in the JET build thread before. Judging from your debug log and the fact you haven't mentioned that you're using the JET build, I'd guess you're not. If you are using the JET build then your runtimes are out of date and you need to update them from here.
  18. C

    Bug crashes while minimized

    I am having trouble testing this in Windows 8, supposedly you can minimize things to the system tray if you run them in Vista compatibility mode but that didn't really do anything for me. I'm not sure if this is what was happening to you, but I feel like it's Windows 8 on my end because a lot of...
  19. C

    Bug - Fixed Ms. Accessory

    The trouble with using mall price as a metric is that it's value is entirely dependent upon the market. Just because the market says it's worth 2000 meat one day doesn't mean it's going to be worth 2000 the next. If guess if you really wanted to stop your coinmaster tokens from being used, you...
  20. C

    Feature Feature request: Load in web browser with no frills

    Not one that I know of, visit_url does some very basic rendering, it doesn't show HTML source. If you enable "verbosely log communication between kolmafia and browser" then yes, it does log the HTTP traffic quite well in the debug log. Edit: For clarification, "verbosely log communication...
Back
Top