Search results

  1. xKiv

    Bug - Fixed Snojo images disappeared by mafia in disguise delimit path

    I am seeing a glove-modified snowman image in vanilla kol in firefox 77.0.1 on windows. It disappears in chrome 83 on the same system. My understanding is that it is up to the *browser* whether it will use this. If the browser (wants and) doesn't see access-control-allow-origin that allows use...
  2. xKiv

    New Content Step right up! Post monster Meat and/or item drop spading here!

    From what I hazily remember, those were always counting *any and all items that dropped while in the zone*, even avatar potions and items from non-native wanderers. So you always wanted to avoid anything else with drops, because those drops would prevent you from getting the items you were...
  3. xKiv

    Feature - Implemented Varargs in ASH

    Unless varargs cannot be empty, you can't even do multiple vargargs of the same type even with another type in between. Not to mention, what if the you do two types where one can be coerced to another, or pass arguments that can be coerced to one or another ... doing anything else than other...
  4. xKiv

    Bug - Fixed jalapeno saucesphere problem in mana burn

    Works for me after updating today.
  5. xKiv

    Bug - Fixed jalapeno saucesphere problem in mana burn

    > burn -0 Could not find a known, usable skill of yours uniquely matching "2 Jalapeño Saucesphere" debug tells me that the UseSkillCommand.cast gets the string in parameters with actual (unicode) character ñ. but then SkillDatabase.getSkillName will try to match against skill name with html...
  6. xKiv

    Bug - Fixed Mafia tracking errors when funkslinging

    (i read that wrong and made an incorrect reply)
  7. xKiv

    Make your scripts automatically update their data files!

    FWIW, another european country, also likely blocked. I, of course, don't have all the existing scripts installed, only about 290 ash files, but the only place that directly references the server URL in them is in zlib.ash, as it should be. Anything that had its own hardwired url probably...
  8. xKiv

    Bug java.lang.NullPointerException during maximize

    That's where the error is *detected*. (the *exception* is originating there ..., but that's not that interesting).
  9. xKiv

    Bug java.lang.NullPointerException during maximize

    So ... something in inventory is (briefly) null? Weird.
  10. xKiv

    Overriding methods with typedef arguments.

    How are you doing the symbol table lookup? As far as I can tell you are already walking the entire list of defined functions, so couldn't you "just" count the maximum matching "specific" arguments (typedefs) and then pick one of the ones that have the maximal count? IOW, with f(string[int]...
  11. xKiv

    KGBriefcase

    You might have randomly gotten the briefcase into some weird corner case. Try resetting it? (toggle handle 4 times) ... but I am not sure how to tell the script that the briefcase is now reset.
  12. xKiv

    Bug - Fixed Recognize that we've left the Council in KoE

    It is my understanding that, among other things, simply restarting an AWS instance can change its public IP address. That doesn't mean anything got fixed, just that hardwiring IP addresses is not a fire-and-forget practice.
  13. xKiv

    alias question

    Oh yeah, that's another word you should alias to something else ;)
  14. xKiv

    alias question

    AFAIK, aliases are replaced first, as a "preprocessing" step. Try not to set an alias for "alias", you could end up having to edit your settings/GLOBAL_aiiases.txt
  15. xKiv

    Error when Opening KoLmafia

    EXCEPTION_ACCESS_VIOLATION - something with memory? This might be a wrong lead, but I suggest trying memcheck or something like that.
  16. xKiv

    New Content - Implemented unknown effect when using potion of temporary gr8ness

    Are you in a path, under an effect, or wearing anything that changes game text?
  17. xKiv

    Allegations of misconduct

    Maybe, unless there are other taxes involved (is there VAT? Who pays it, and on which transactions?) and unless they hit the limit for deductions (my quick google says this limit es 50% of gross income, so it depends on how much of their income consists of buying/subscripbing for the current...
  18. xKiv

    Bug [Patch] Blood Bond and Frenzied, Bloodied cause HP to drop each adventure

    I think that HP Regen Min should be the worst case for the modifier, and losing 10 hp is worse than losing 8 hp, just as gaining 8 hp is worse than gaining 10 hp. It might become more obvious when you layer it on top of a larger (and, for simplicity, constant) regeneration, let's say 20/turn...
  19. xKiv

    Dcdb

    The error I get when I go to http://dcdb.coldfront.net/collections/ suggests unintentional error. Try asking Nightvol (in game, via kmail).
  20. xKiv

    Bug - Fixed Combat Menu Buttons (custom buttons?) broken

    I also noticed this yesterday, which was probably the first day I played after the last chrome update (on linux) (an update that I don't remember accepting, even though all updates on my system should be going through manual acceptance). I gave it a cursory look in developer console and saw what...
Back
Top