Search results

  1. G

    Genie

    I made a quick thing to find the magic word for the genie trophy puzzle. (You need to collect 11 dropped scraps of paper from fighting the genie for this to work. Wishing for "trophy [your word here]" gives you, shockingly, a trophy.) Doesn't seem like a big enough deal for its own entire...
  2. G

    Asdon Martin refueler, and redundancy

    I changed the blacklist command to keep two separate lists--it should avoid using anything in the "main" list at all times, and also won't use anything in the ronin list while in ronin/HC. (It modifies the latter list only when in-run.) Though I'm not sure how much that will matter, since the...
  3. G

    Asdon Martin refueler, and redundancy

    Yeah, I guess I should actually do that, instead of just considering doing it... "gasdon blacklist [item, other item, etc.]" should now let you blacklist stuff. "gasdon blacklist clear" will erase it. Also, you can list multiple items to only use any of those multiple items, i.e. "gasdon...
  4. G

    Asdon Martin refueler, and redundancy

    Looks like it was set up to only drive if the tank needs more fuel, which doesn't make a whole lot of sense. Should work now. Also, you can use "item" instead of "observantly," or something analogous for the other types.
  5. G

    Asdon Martin refueler, and redundancy

    Yeah, it looks like crafted things are allowed this time. I think the carriageman was originally like that, and they added the craftable-from-NPC restriction later. I changed it to just block directly-bought NPC items (it still doesn't allow grapefruits, presumably because hippy store), so we'll...
  6. G

    Asdon Martin refueler, and redundancy

    "No one buys crappy food for your car like Gasdon!" This will find the most cost-efficient semi-edible commodities to refuel your car with. It is also a blatant rebranding of that thing for boozing up the driver in Dread. (With food in addition to booze, because every car deserves the cheapest...
  7. G

    Trick-Or-Treating script

    That would be because I didn't notice that code block was a "only do this if switching outfits" section... Next time it should work without outfits. Though, I suspect most people just use the Tot for all the houses anyway. (If swapping outfits is a thing you want to do, you do need to have both...
  8. G

    Trick-Or-Treating script

    Since that's kind of an obscure feature of Mafia, and the Tot will probably be the only useful familiar for lit houses for the foreseeable future, the script will now swap in the Tot for those, if you have her. In the unlikely event that you want to use some other familiar, do "set...
  9. G

    Feature - Implemented Value of to_string() is prefixed with item number for ambiguously-named items

    If you need to print the name of the item without the number attached, you can just take that part off: item the_item = $item[[7302]Spookyraven Library Key]; print(replace_all(create_matcher("^\\[[0-9]+\\]",to_string(the_item)),"")); That "replace_all(create_matcher(" device will remove any...
  10. G

    Display Case Organizer

    This is a complete overhaul of the display case manager (managecollection.php), turning it into something that's actually usable. Install with this CLI command: svn checkout https://svn.code.sf.net/p/guyymafia/code/displayshelves Sourceforge seems to be down, so here's a temporary zip version...
  11. G

    VYKEA Furniture Builder

    Guess it's kind of pointless if create already does that. Though I had absolutely no way of knowing it did that...
  12. G

    VYKEA Furniture Builder

    See below.
  13. G

    Tale Prank -- Marginally more coherent procedural pranks

    That's now done with "taleprank brick [name]". The "dash followed by letters" part of the command was getting a bit overloaded, and it's annoying to have to remember the "cmn" part every time you want to throw a brick or send a gift... so the prank-container-type is now a separate thing (nothing...
  14. G

    Source Terminal GUI

    I'm not familiar with this definition of the word "slightly"... Seriously, though, this is great. The only problem is that it exposes the Source Terminal as one of those "press button, receive thing" IOTMs. But I think we all knew that already.
  15. G

    Tale Prank -- Marginally more coherent procedural pranks

    Well... it's certainly possible to not save them, but that seems a bit pointless. Text takes up very little memory. I have a file of over 700 pranks from testing and it's not even one megabyte. (KolMafia.jar is almost 13 MB, and it's currently using 125 MB of RAM.) "taleprank erase" deletes the...
  16. G

    Scripts on SVN

    Guess I should request this one, now that it's mostly functional. Not really sure if "action" is the right category, so feel free to change that: { "repo": "https://svn.code.sf.net/p/guyymafia/code/taleprank/", "author": "guyy", "name": "Tale Prank", "forumThread"...
  17. G

    Tale Prank -- Marginally more coherent procedural pranks

    There's no way to tell whether you already pranked someone outside the script, but it should now not random-prank people more than once per day. More tweaks have been done, and it should now be a bit better at finding names, not finding things that are not names, and making messages you can...
  18. G

    Bug - Fixed r17705 - Cannot use map_to_file() to save into subfolders in /data

    As the title says, map_to_file() will not save to a subfolder in /data using any syntax I can think of. Instead, it saves to the main data folder, whether the specified subfolder already exists or not. map_to_file(array,"subfolder/filename.txt") -> saves to "/data/filename.txt" instead of...
  19. G

    Tale Prank -- Marginally more coherent procedural pranks

    Okay, may have gone a leeetle overboard adding new bonus features today. So we've got: As above, contact list randomizer. Use "contacts" instead of a player name. A "help" command, which is becoming increasingly necessary... Personalizification--generating a new prank for someone will insert...
  20. G

    Tale Prank -- Marginally more coherent procedural pranks

    It's surprisingly fun to just generate surreal stories with it. The combination of Crimbo's semblance of story structure and Manuel's scatterbrained randomness makes for good procedural comedy. I've blacklisted most of the uninteresting semi-nouns it likes to identify as names like "count,"...
Top