Search results

  1. D

    Bug - Waiting for Info gladiator path weapons not updating when abilities are unlocked

    gladiatorBallMovesKnown (user, now '3', default 0) gladiatorBladeMovesKnown (user, now '2', default 0) gladiatorNetMovesKnown (user, now '2', default 0) This is my set of relevant preferences after using the (fully trained) weapons. Not sure why switchblade and dragnet prefs didn't update. Not...
  2. D

    Feature When the mayo wasp deposits an egg in your abdomen, set a preference visible in ASH

    I could really use a preference to track this.
  3. D

    Feature - Implemented random_attributes not being passed to consult scripts

    string main( int initround, monster foe, string url ) { // always returns false print("untouchable: "+foe.random_attributes['untouchable'],"purple"); // returns true when true print("untouchable: "+last_monster( ).random_attributes['untouchable'],"purple"); } To work around it, I've simply...
  4. D

    Feature your own black heart needs max single use configured

    You never need more than one as it refills your HP/MP and removes Beaten Up. It offers to use them all in the Recovery Items frame. I find them very useful on telescope runs and they don't seem to appear in the box of available goodies for MP tests.
  5. D

    Lights Out scripting help needed

    Ok, so I wrote a routine in my BBS/abort script which is supposed to halt when I am due for a lights out turn, but it uses items before acknowledging the abort. Is there a way to script around this? Turns til next Lights Out: 37 Elizabeth will next show up in The Haunted Kitchen Stephen will...
  6. D

    New Content - Implemented Conspiracy island leftover issues

    1) Endless looping for fake medium quest when you get to the paranormal test lab choiceadv. If we can highlight the correct answer, mafia should also issue the response during automation: [246962] The Secret Government Laboratory Encounter: Paranormal Test Lab [246962] The Secret Government...
  7. D

    Feature - Implemented support for warbear auto-anvil

    Since the loathing legion jackhammer and thor's pliers have support, I would love to see some support for the warbear auto-anvil too.
  8. D

    Bug - Fixed Speakeasy doesn't take discounts

    The item manager lists prices for speakeasy cocktails adjusted for discounts. I always get charged full price. Either they don't like me there, or they don't take discounts.
  9. D

    Bug - Fixed Recent change caused loss of useful strategy information

    Request 37 of 256 (The Red Zeppelin's Mooring: A Mob of Zeppelin Protesters) in progress... [19715] A Mob of Zeppelin Protesters Encounter: eagle Strategy: C:\Documents and Settings\Administrator\My Documents\Mafia\ccs\stoppers.ccs [eagle] OK, that [eagle] part should probably have been placed...
  10. D

    Feature allow script edit requests while other threads are lock interface

    When I'm running scripts, I sometimes get an idea to change something somewhere. Doing a shift+click to edit a file in the Scripts menu adds the request to the queue. Could it be made to just spawn that edit request instead of queuing it? Doesn't seem like it would need to be ran in a protected...
  11. D

    Bug - Fixed choice adventures are no longer being processed properly

    Using build 13127, choice adventures are no longer being processed properly: Request 5 of 108 (Woods: Whitey's Grove) in progress... [1778] Whitey's Grove Encounter: Don't Fence Me In You acquire an item: piece of wedding cake You acquire an item: white rice Encounter: The Only Thing About Him...
  12. D

    Bug - Not A Bug Stack overflow during ASH script.

    Getting a new error on an old script. No debug log is generated. Verify command shows no issues. Nothing jumps out when I review the script... Using build 10735.
  13. D

    ideas.ash - because my memory sucks

    http://whovian.zapto.org/kol/scripts/ideas.ash This script will purchase 5 raffle tickets from the raffle house using funds from hagnk's in-run and your inventory in aftercore. "The swiss army of scripts" This is the script I use to test and uncover lots of things while I play KoL. I don't...
  14. D

    New Content - Implemented Loathing Legion knife

    I recently discovered the legion knife isn't supported for crafting (as a hammer) and free crafting (as a jackhammer). Untinkering is supported in another form and might be worth looking at. I'd also suggest the familiar trainer consider using the helicopter form as a possibility. I'm reporting...
  15. D

    Feature - Implemented Abort Valhalla automation if too injured to fight skeletons (Save server hits!)

    I'm worried that we need to add stop code to avoid useless server hits on failure to adventure in these regions: Request 96 of 219 (Events: The Bonewall) in progress... [21686] The Bonewall Encounter: The Skies over Valhalla Request 96 of 219 (Events: The Bonewall) in progress... [21686] The...
  16. D

    Feature - Implemented Copy/Paste friendly output for outfit equip/save messages

    At present, the format for the message displayed with you equip or save an outfit adds an ellipse to the end of the outfit name. I often have to take extra care not to copy the ... I want to propose changing the format to: "Saving outfit: " + this.outfitName and "Putting on outfit: " +...
  17. D

    Feature - Implemented Daily Deeds Panel reoganization needs feedback

    I have personally acquired the desire to change the DD panel around a bit. Mostly because I like clicking stuff in order. This has historically meant that I'd heal THEN use the ballpit/scope buttons. I have since modified the code in my build to reorder this stuff so it is slightly more logical...
  18. D

    Bug - Fixed error when using recordings of AT buffs while head is full

    Mafia is not recognizing the error message You already have too many songs stuck in your head. as a failure to use a recording. At present, they are being deducted from inventory when they shouldn't be.
  19. D

    Bug Basement helper in relay browser during Bad Moon

    Basement helper in relay browser during Bad Moon doesn't seem to acknowledge Hell's kitchen: [From helper tool]: > eat 1 Jumbo Dr. Lucifer; Since you are not in a Mysticality sign, you may not visit the restaurant. You need 1 more Jumbo Dr. Lucifer to continue. [From Item Manager / Food /...
  20. D

    Bug - Fixed gCLI use of csend misleading, session logging not human readable.

    "csend 1 meat to kolabuff" actually sends 1125 meat. No warning of any sort. The gCLI-log only shows: > csend 1 meat to kolabuff Sending kmail to kolabuff... Message sent to kolabuff Requested buff with a duration of 15 adv becomes a buff with duration of 300 adv. Using the GUI interface for...
Top