Search results

  1. dark_adonis

    Bug - Fixed coolerYetiMode not reset when drinking

    Hey I wanted to get a bit of clarity on this one. It sounds like the idea should be: When drinking reset coolerYetiMode to "" regardless of prior state/cooler yeti presence/etc Should _coolerYetiAdventures also be reset to false when drinking?
  2. dark_adonis

    Bug - Fixed Gems equipped to the eternity codpiece are not deducted from inventory

    Could you try r28896? It's working for me now.
  3. dark_adonis

    New Content - Implemented Max inebriety conflicts between 2026 standard gear and Mafia Pinky Ring

    Could you try on the most recent version of mafia? r28895
  4. dark_adonis

    New Content - Implemented Max inebriety conflicts between 2026 standard gear and Mafia Pinky Ring

    At present the pinky ring should be placed in accessory 3 when used. I'm not sure on how custom outfits work.
  5. dark_adonis

    Bug - Waiting for Info Shen quest state not properly detected.

    Trying to clarify a bit here. What more data do we need to diagnose this? Probably the session log to figure out some what mafia/auto is doing at that time. This is probably readily available. Next would be recreating or extracting info from the event: Looking at Mafia preferences around that...
  6. dark_adonis

    Bug - Fixed coinmaster cli command does not work with socp shop

    As of r28878 coinmaster command now works too
  7. dark_adonis

    Bug - Fixed coinmaster cli command does not work with socp shop

    This works for me in r28876 The coinmaster command doesn't work yet:
  8. dark_adonis

    Bale's Relay Overrides

    Just as a heads up to anyone using this script. KOL Coldfront wiki is down and we're using wiki.kingdomofloathing.com. You will need to modify relay/wikiLinks.ash to replace the link on line 37 to: results.insert(start, '<u><a class="hand" style="cursor: pointer;"...
  9. dark_adonis

    Character Info Toolbox

    That worked. Thanks for your help!
  10. dark_adonis

    Character Info Toolbox

    Don't know where to ask, but I've really enjoyed using ChIT for the past few years. I'm having some issues with ChIT not showing up after installing from github and uninstalling the sourceforge version based on the instructions in the README on github. Do I need to run the script or do...
  11. dark_adonis

    New Content - Implemented You, Robot - Spring Challenge Path

    Update monster.txt: image for Lord Cyberraven to roboss_spooky.gif initiative for Tobias J Saibot to -10000
  12. dark_adonis

    Bug Cannot choose slot to equip Powerful Glove

    Yeah. The code for checking if a switch is valid has a max HP check which appears to be for avoiding problems with healing. I suppose a solution could be a special check for the glove/that there isn't healing. Let me work toward that... Thanks for the help! I have a patch I just tested with...
  13. dark_adonis

    Bug Cannot choose slot to equip Powerful Glove

    Thanks for checking it. I think this is working as intended. Powerful Glove Max HP: +10 Eight Pill Keeper Max HP: +20 (+10 over Powerful Glove) Lil' Doctor Bag Max HP: +35 (+25 over Powerful Glove) Retrospecs Max HP: +25 (+15 over Powerful Glove) Options: 1) Losing a...
  14. dark_adonis

    Bug Cannot choose slot to equip Powerful Glove

    I think I have a patch for this. Added a couple lines to speculate on old outfit. Calculated gap in MP (Max MP - current MP) Calculated change in max MP (Calculated new max MP - Calculated old max MP) if( gap + change < 0): Fail Calculated change in max HP: (Calculated new max MP - Calculated...
  15. dark_adonis

    Feature Support commas in items in buy/buy from mall

    It doesn't seem like the Pilcrow is ultimately changing things since you are still providing the list of items by id rather than name. If the pilcrow method doesn't work we still have the workaround that Rinn/MCroft established. I guess the stance could be that we have a way of mall buying so...
  16. dark_adonis

    Bug Cannot choose slot to equip Powerful Glove

    TLDR: Looks like this might be an issue where something isn't accounted for when predicting equipment change (for me suspect Iunion Crown enchantments). Since we are comparing the predicted change vs actual state this leads to a misleading comparison (actual has a higher MP than predicted)...
  17. dark_adonis

    New Content - Implemented You, Robot - Spring Challenge Path

    It looks like one of the files didn't get included in the update, I checked the patch and I think I see the file being updated. (AscensionPath.java should have an update to include You, Robot) Not sure what is going wrong there, but included a patch to hopefully fix this.
  18. dark_adonis

    New Content - Implemented You, Robot - Spring Challenge Path

    Council Level 10 quest complete: Looks like you managed to stop that garbage falling out of the sky. The lab guys tell me I should be nicer to you, because they think maybe you're developing sentience, or sapience, or whatever? So, good job. Good job, robot. Who's a good robot? It's you, yes it...
  19. dark_adonis

    New Content - Implemented You, Robot - Spring Challenge Path

    I'm tinkering with this as a layman so don't wait on me, but going through the code to try to update name of path, image, etc and add some support for recognizing path. I notice "isPATH" vs "inPATH" is this an avatar thing (is vs non-avatar path for in)? Also notice that support for...
Back
Top