Search results

  1. chef noodleman

    Character Info Toolbox

    This is strange. My 'effects' brick appears, but is empty, despite me having quite a few buffs running (according to mafia, and the compact charpane). I've reinstalled the latest version of everything I can think of that would matter (zlib, chit, latest daily build) and I reset all my chit...
  2. chef noodleman

    Save items from pvp theft

    As I understand it, 100 fortune cookies would be sufficient. In the new PVP system there's no longer an option to try to steal different types of items, just "phat loot". I'm assuming the new mechanics reflect this interface change.
  3. chef noodleman

    Feature The Indigo Cup and Your Shadow

    Perhaps I worded things badly: what I meant was simply that the current game mechanics are such that the shadow logic could be strictly improved by detecting and using the indigo cup. I used the word "oversight" in the sense that when they designed the indigo cup, they might not have been...
  4. chef noodleman

    Feature The Indigo Cup and Your Shadow

    For Mafia's 'Tower Complete' script (which is great) it would be nice if during some round where your HP is less than maximum, the indigo cup could be thrown if you have it. If you have funk-slinging, then toss it instead of one of two items mafia would have chosen. The reason for this is that...
  5. chef noodleman

    Feature - Implemented The Universal Screwdriver can replace the Untinker

    Does anyone know of a workaround for this in the meantime? I tried to make a short script using a visit_url call to inv_use.php to do the unscrewing (I do a similar thing to activate the GAP). But for some reason I can't even unscrew items from the minibrowser (I choose an item like the abridged...
  6. chef noodleman

    Feature Check result of using scrolls against RAM (or allow user scripted scroll creation)

    I'll second Winterbay's request for an option to apply a ccs even if scrolls are a goal. Maybe a non-default option in the drop down Bale mentioned? In the meantime another workaround could be detecting adding machines with the last encounter preference, instead of using scrolls as goals, since...
  7. chef noodleman

    QuackHax

    Screenshots Screenshots of (1) the relay interface (2) quacked regular (older) chat (3) quacked ActiveChat. The larger red text illustrates the translation-on-mouse-over feature.
  8. chef noodleman

    QuackHax

    QuackHax [A Chat Override] What does it do? This is my submission to Gemelli's scripting contest, so it satisfies the requirements list here:http://forums.kingdomofloathing.com/vb/showthread.php?t=191311 Essentially you choose some people (or everyone) and about two thirds of everything they...
  9. chef noodleman

    obtaining playerID from player name?

    regex solution I just recently found I needed to do this for my own purposes. Despite the fact that this thread is a few years old, I figured I'd reply. Here's what I came up with, using regex to improve upon zarqon's idea a little bit. I haven't tested it a bunch, but it worked to give me your...
  10. chef noodleman

    Feature - Implemented improvements to quest tracking

    First let me say thanks to roippi for adding this; its much appreciated. But I noticed that a few of the "live updating" quests don't appear to be updating at the right times, unless I'm missing something. For example, in the "current quests" section of my quest log I have The Rain on the...
  11. chef noodleman

    Feature - Implemented KoLmafia and Java 7 are incompatible

    I'm having this exact issue, under the following circumstances. OSX Leopard, Java 6, build 9957 was totally stable for me. I upgraded to 10014 (still Java 6) and started getting this bug that brianbatchelor is describing, in addition to the 'doesn't open the gui' bug (I was able to use the...
  12. chef noodleman

    Charpane relay override

    I noticed the same thing as AlbinoRhino, though I've found that using the refresh link once in the charpane after opening the gCLI seems to take care of the problem. More annoying is how the charpane reverts at the end of every noncombat.
  13. chef noodleman

    safePull.ash - protecting you from yourself

    Thanks - I thought more people would take advantage of this though. Maybe I undersold it in the OP. Is it just that no one cares about making mistakes until its too late? Or that no one ascends softcore anymore? Oh well - maybe its just ahead of its time... :p P.S. One of those its's in the...
  14. chef noodleman

    safePull.ash - protecting you from yourself

    safePull 1.0 If you've ever pulled a mon tiki instead of a mae west as a disco bandit, then perhaps this script is for you. The main idea: safePull will act as a filter between you and Hagnk's, checking for common mistakes and double checking with you if it sees anything amiss. To use it, save...
  15. chef noodleman

    Removing functions from the namespace

    Perfect, thanks!
  16. chef noodleman

    Removing functions from the namespace

    After searching the wiki and this forum, I haven't been able to find a way to remove functions from the namespace, once they've been added via the CLI command "using". So I was wondering, is there a way to do this? As to why someone would even want to do this (a valid question), just chalk it up...
  17. chef noodleman

    syntax highlighting for TextWrangler

    I've never used TextMate, but TextWrangler does have one clear advantage: its free : )
  18. chef noodleman

    syntax highlighting for TextWrangler

    Probably not as feature rich, as its essentially a somewhat stripped down version of BBEdit. For instance, it lacks syntax folding. But it does have a nice search based on regex, and it has great ftp/sftp support built in so you can quickly open/edit/save files from a remote server. And it plays...
  19. chef noodleman

    syntax highlighting for TextWrangler

    I converted Bale's syntax highlighting xml file for Notepad++ to a "codeless language module" property list for TextWrangler. Since this was a small pain, I thought I'd share it in case there's any other mac users out there who would find this useful. Just drop it into the "Language Modules"...
Top