Search results

  1. Fluxxdog

    BatMan Relay -- more info, less clicking

    I've had that problem also, but the cause for it was an error, from either mafia or BatBrain that needed updating. Hopefully, a reinstall will let it work and you can find what error holds it up.
  2. Fluxxdog

    OCD Inventory control

    Bitchin' meatcar?
  3. Fluxxdog

    Feature - Rejected Mafia and Just the Best Anapests

    I think there's a break in communication. Morgoth, they understand you want a warning. They also don't want to make adventuring automatically stop (which is what a warning would do) because you have an effect. Compound this with the effect in question having known bugs in KoL itself and it's...
  4. Fluxxdog

    Bug - Not A Bug Post Adventure script is fired after zone warning

    Another thing is the code is working exactly as intended. Look at this line here:matcher mm = create_matcher( "acquire an item: <b>(.*?)</b>", run_combat() );run_combat() returns the current combat page if you're currently in a combat after running your CCS. Outside of combat, it will return the...
  5. Fluxxdog

    Feature One Rustic Nightstand with mistress support

    Yeah, but some people want mirrors for the Guy Made of Bees, others want the chintzy jewelry, and so on. Plus, since it's only one a day, it's only 1 extra adventure per day. That's why I was asking for an additional choice of "Book, then mistress, then moxie", rather than replace the...
  6. Fluxxdog

    Feature Chasin' Babies support

    The Chasin' Babies quest (questM17Babies) can be automated, but there is no support for tracking. At first, the information is a fun 4 dimension array, tracking which baby likes and hates which toy and what room they're in. However, the work can be reduced. First, we never need to enter the...
  7. Fluxxdog

    Feature One Rustic Nightstand with mistress support

    Noticed a potential problem with ChoiceManager.java, line 10820-39. There doesn't seem to be any check for if the mistress has been fought today. Looking through, I also can't seem to find a property that tracks whether the mistress has been fought today. It is FURTHER complicated by the...
  8. Fluxxdog

    Feature ability to predefine records enabling record recursion

    Quick question: Why this:record nestedSetTree { record nestedSetTreeProperties { int depth; int left; int right; int treeId; } _props; record nestedSetNode { record nestedSetNodeProperties { string data; int left; int right; int depth; int treeId; } _props...
  9. Fluxxdog

    Character Info Toolbox

    Sounds awesome!
  10. Fluxxdog

    Character Info Toolbox

    All I'd request would be like a counter, with the name of what was banished and how, like "fluffy bunny banished by stinky cheese eye", maybe with an icon of the source of the banish. Nothing fancy, just informative.
  11. Fluxxdog

    New Content - Implemented Conspiracy Island !

    Sorry, my 'clean' comment was more about finding the value on login. All the others I thought were for verifying (save the monsters). Do they check on login?
  12. Fluxxdog

    Character Info Toolbox

    Another FReq for ChIT: counters for temporarily banished monsters?
  13. Fluxxdog

    New Content - Implemented Conspiracy Island !

    Are there any plans to collect information about Experimental Effect G-9? It changes daily and no pattern can be ascertained other than random. Graphing it, my instincts would guess that it's being constructed by a 2d200, but other than looking at the effect each day, there's no way to be sure...
  14. Fluxxdog

    Bug - Fixed r14834 - maximize "-mana cost,-tie" has issue with watches

    Yes, it only attempts to equip my plexiglass pocketwatch and not replace other items.
  15. Fluxxdog

    BatBrain -- a central nervous system for consult scripts

    Well, they're nostun, so nomultistun should be inferred. Or are there cases where you can't stun the monster for one round but can for multi-rounds?
  16. Fluxxdog

    BatBrain -- a central nervous system for consult scripts

    Getting "Unknown keyword found: momultistun" for broctopus, wild girl, and cocktail shrimp. Should be just a simple nostun. Updated batfactors.txt
  17. Fluxxdog

    Save options to disk whenever they change

    So a redundancy setup would be more likely to get back if there is a catastrophic failure. I see where you're coming from now. Thanks!
  18. Fluxxdog

    Save options to disk whenever they change

    Other than for practice, no ^^ But I mean as far as the end goal of resisting sudden failure as mentioned above. If a person has his breakfast set, why write his breakfast preferences each time he summons something from a libram? Would there be any advantage to this as opposed to the current...
  19. Fluxxdog

    Feature Prompt to equip unstable fulminate when appropriate

    I'd say equip the fulminate and take them to the equip screen. It's either that or have maximizer do a "equip unstable fulminate,+offhand,+weapon,+-melee" based on their prime stat. Which, of course, causes all sorts of trouble if they're actually trying to ramp up ML, so taking them to the...
Back
Top