Recent content by dark_adonis

  1. dark_adonis

    Character Info Toolbox

    That worked. Thanks for your help!
  2. 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...
  3. 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
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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)...
  9. 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.
  10. 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...
  11. 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...
Top