Search results

  1. Bale

    Character Info Toolbox

    If you make the changes to the copy in the /svn directory then they won't be propogated to the working copy until you use the CLI command: svn sync Edit: Upon reviewing the information in the readme file, it seems that I either ignored that information or assumed it as general knowlege. In...
  2. Bale

    Character Info Toolbox

    Yes. Just add the organs brick to either chit.roof.layout or chit.walls.layout and remove it from chit.toolbar.layout as described in the /data/chit_ReadMe.txt file.
  3. Bale

    Feature - Implemented Grey out the Gingerbread Mob Hit button

    I'm updating the tag from Bug to Feature Request. Feel free to reject the request, but this is definitely not a mafia bug.
  4. Bale

    My personal Meat farming script

    I don't anticipate using this. It's just that the question pops up in scripting discussion now and then when people ask how they can access the session tally to know what their script farmed. The topic was live so I thought I'd bring it up in case you thought the idea had merit. Posts like this...
  5. Bale

    My personal Meat farming script

    Since you're granting access to meat gained in session results, what about a function that returns a list of items gained? int [item] my_session_results()
  6. Bale

    Character Info Toolbox

    I always forget about the chit_custom.css feature you added! So... I believe it should remove all headers, except for the effects brick, if you have a file named chit_custom.css in your /relay folder with the following information... table.chit_brick th { display: none; } #chit_effects...
  7. Bale

    Character Info Toolbox

    Yeah. They all have unique css identifiers, like id="chit_gear" or id="chit_effects" so you could put that in the CSS to be handled differently.
  8. Bale

    Vlad's Familiar Changing Frankenscript

    VladYvhuce, would you like me to move the thread from the Repository to Discussion?
  9. Bale

    Feature - Rejected Show Estimated Damage

    Tag is now correctly adjusted to show that it has been rejected.
  10. Bale

    Feature - Implemented Display survivability data on monsters

    Sounds reasonable to me.
  11. Bale

    Help with a script

    I'd recommend putting them in a map with values of true and false. (True is active and false is inactive.) The comma separated list is awkward for internal purposes, so just make an output function which you send a map and have it turn that into a comma separated list to print.
  12. Bale

    New Content - Implemented Spacegate access badge

    Please make it known to the other devs that there may be a bug in the current coordinate system that precludes exotic plants and animals. We probably don't want to mess with the coordinates again, but perhaps CDM could make the animal and plant encounters exotic 10% of the time?
  13. Bale

    New Content - Implemented Spacegate access badge

    It shows that Jick had lead on this month. He makes the weirdest decisions. Like the Clan Floundry, where the -combat items get awesome bonuses that the +combat items lack, in addition to just being better than +combat. Or most of Gingerbread City, especially the idea of hiding the shop 15 or 20...
  14. Bale

    New Content - Implemented Spacegate access badge

    Oh my. I didn't realize there was also a Spant soldier! So many factoids to hunt once we locate the planet to hunt them.
  15. Bale

    New Content - Implemented Spacegate access badge

    Thank you! It is reassuring that I just need the coordinates of an exotic planet. I wasn't sure if I needed to do something special.
  16. Bale

    New Content - Implemented Spacegate access badge

    Does anyone know how or where to encounter Exotic Animals or Plants? Is there a trick to it? My factoid gathering is hitting a wall.
  17. Bale

    Feature - Implemented Encyclopedia should let you look at all the images of a Monster

    Oh! That's NEAT!! I wonder if I should add something like this to my Manuel Improvement relay... I note that this doesn't yet work for Slime Tube monsters. Intention to fill those in? I can't think of anything else (besides Ed) that might be missing in the following list... > ashq foreach m...
  18. Bale

    Bug - Waiting for Info Chez Snootée allows out-of-date consumption

    I'll let you know when I can. Unfortunately Gelatinous Noobs can't consume food so testing has stalled.
  19. Bale

    Writing to file?

    Two things. First... OMG, please don't turn a string into a string. It just makes me feel woozy. Secondly, you might want to use a function called get_player_id() which will turn "cowmanbob" into "840337".
  20. Bale

    New Content - Implemented Spacegate access badge

    KoLmafia v17.6 r17944 -------------------- 9433 primitive alien salad 129944437 salad.gif food t,d 23 primitive alien salad 1 1 good 0 0 0 0 Unspaded # Item primitive alien salad -------------------- -------------------- 9423 alien meat 672000286 alienmeat.gif food t,d 8 alien meat 1 1 good 0...
Back
Top