Search results

  1. C

    New Content - Implemented Highland Sheen

    I assume you are talking about Alice Army, yeah I liked that grimoire. Also the massagers from tasteful gifts are quite useful. I guess there are some good things about the new IotM *grumble grumble grumble*
  2. C

    New Content - Implemented Highland Sheen

    Well is it just me, or does this new grimoire just seem a little "meh"? Maybe I am just bitter because I haven't been able to play since the lvl 8 revamp.
  3. C

    Bug - Fixed chez snootee foods not marked as "turn-free"

    Ah I was going to have a crack at this, anyway it's working now in the lazy way you suggested ;) I was thinking, is there a reason why it couldn't be handled by the same logic that says urinal cakes etc. are turn free? I mean, they're all purchased from stores of sorts.
  4. C

    urls & relays & make_url(), oh my!

    Hey it's not a bother. Now that you know how to debug scripts a little better, not only do you know what to do for next time, but you can impart this wisdom upon others in a similar situation. Good job on mostly figuring it out for yourself ;)
  5. C

    Bug - Fixed Garden harvesting issues on login

    Level is a little bit of an ambiguous term, if you are talking about how mature the crop is, you can already do that. It's just that "crops" are all lumped together as a big group, and skeletons are considered a better crop than, say, even a Ginormous Pumpkin. The simplest change would be to...
  6. C

    Bug - Fixed Garden harvesting issues on login

    Eh I had a quick look. I feel like the garden type could be a property of KoLCharacter (ie. that KoLmafia would know about what garden it has internally), with the possibility of exposing that property to the user, if there was a desire to do so. Once we know the garden type, it's pretty easy...
  7. C

    Bug - Fixed Garden harvesting issues on login

    The bug is because a skeleton is considered a "better" crop than the peppermint sprout. The crop should probably only be considered "better" if it's grown in the same patch as the desired item, but just takes longer to mature. For example, if your desired crop is peppermint sprouts but there...
  8. C

    urls & relays & make_url(), oh my!

    Sorry, the correct terminology is "verbosely log communication between KoLmafia and browser", it's a bit of a mouthful. It can be found in the Options frame under "Extra Debugging". I should write a wiki entry on it, it has come up a few times :)
  9. C

    urls & relays & make_url(), oh my!

    A potential problem I can see from just looking at the script would be that you are telling KoLmafia that the visit_url string is already encoded but you're not ensuring every parameter is, in fact, encoded. I would suggest you either url_encode every input, or you encode none of them and let...
  10. C

    Question about looping if multi-using item doesn't make anything interesting.

    If the premise is that mafia doesn't know about the concoction then it probably doesn't know about the item, right? extract_items() probably wouldn't work, in that case.
  11. C

    Global Static Library Namespace Context

    The current mechanism is exactly how imports/includes work in many other scripting languages, I don't think it should change. It may be possible to also support static imports, which could act similarly to DLL's, but the onus would be on the scriptwriters themselves to declare their imports as...
  12. C

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Unfortunately still lacking time to play, but I am guessing a failed macro attempt doesn't refresh the whole page, so the skills list being parsed would be out of date.
  13. C

    Devices for mobile Mafia?

    It has only been very recently that Oracle announced a JDK that works on Linux ARM. I would say it's only a matter of time before other ARM devices (Android, WinRT, et al.) have a working JDK, but for now they don't. My advice would be to look at either a Netbook or an Ultrabook (there are some...
  14. C

    Global Static Library Namespace Context

    Essentially, yes, but I don't think explicit declaration is being excluded here. Not exactly. After a script is interpreted (which includes processing of imports), each consecutive call to that script will reuse the interpreted results from memory. This means if you have, say, a between battle...
  15. C

    Global Static Library Namespace Context

    If it wasn't clear, I was suggesting that placing your KoLmafia directory on a RAMdisk (effectively caching everything) is unlikely to realize any noticeable performance benefits, but you're certainly welcome to try. As I said in the original post, what the proposed change is actually likely to...
  16. C

    Global Static Library Namespace Context

    I can sympathize with you wanting to reduce disk I/O, but it may surprise you to see how often a disk actually reads/writes during normal day to day use. If you're concerned about performance, perhaps try placing your KoLmafia directory on a RAM disk. I think you'll find that reducing disk I/O...
  17. C

    Global Static Library Namespace Context

    Whilst I don't disagree with what you are suggesting, I would have to say that time spent doing this when the end result is simply reducing KoLmafia's memory footprint would be time better spent working on other areas of KoLmafia that are already quite memory hungry.
  18. C

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    I'm guessing BatBrain doesn't fully support the stress ball, because I went through about 2000 rounds of WHAM attempting to use it. Something I thought of is; couldn't WHAM parse the results of the combat request and manually add a particular skill to the "don't use" map for the remainder of...
  19. C

    Mafia and Ultrarares

    What in the? How in the?! That's like winning the lotto four times.
  20. C

    Bug - Fixed chez snootee foods not marked as "turn-free"

    Seeings as I'm in the appropriate moon sign, I could probably look at this in a few days time if work/life is less hectic.
Back
Top