Search results

  1. W

    Deleting kmails

    Thanks all - that's great; really appreciate both the precision and the speed! StDoodle - briefly, it's for a clan bot that can handle and re-distribute messages between clannies in some hard-coded ways, for a game/competition. I'll post more on this when it's fit to share; at present, it's...
  2. W

    Deleting kmails

    This may be a dumb question; it's quite possible I've just missed something somewhere. I'm writing a script that involves some kmail management and I'd like to know how to delete messages. What I'm currently trying to do, without success, is to work out the string that you'd need to send as an...
  3. W

    How many elves have been killed?

    Just a quick pointer for those interested in this kind of thing - completely misreading the repository sections, I popped a Hobo parsing script into the item handling area. (Sorry; my bad.) Its function is to aggregate hobo kills over all runs, track item/non-item drops and show who's currently...
  4. W

    Uncle Hobo loot info thread

    Glad to see this has been some use - and thanks for the feedback. Yes, I take your point about the time it takes. I've amended the checking routines in this version so that it'll only parse logs from Dec 2010. It's still going to take a while to churn through it all if you've been busy, but at...
  5. W

    Uncle Hobo loot info thread

    Not entirely sure where to put this, but this seems as good a place as any... So, like many clans, mine is currently crashing through Elf Alley on a regular basis, and it got increasingly hard to keep track of who'd had what and who should be in line for new loot. So I cobbled together the...
  6. W

    Super Advanced Cocktailcrafting

    On a related topic, I recently wrote a bit of script so that my clan's buffbots could create mixers for superhuman cocktails out of any bits they had lying around in their inventory. In case this is of interest to anyone, here it is. If nothing else, the map of superhuman cocktail ingredients...
  7. W

    Farming the tavern cellar

    Thanks - tried this, and it works. May not be the most elegant solution, but at least it gets the job done!
  8. W

    Farming the tavern cellar

    Thanks; I appreciate the offer, but as I'm a complete Java novice, I think I'll pass on this for the moment. It's going to take me a little time before I have the confidence to tinker with KoLMafia's innards...!
  9. W

    Farming the tavern cellar

    I'm trying to work out how to farm for rat appendices in the tavern cellar. I've tried using a URL to hit the right square (e.g. /rats.php?where=1) and a CCS to initiate combat, but can't get anything to happen. If I call up the mini-browser, combat executes, but I can't work out how to put...
  10. W

    Breakfast Script

    Even if you can't check for these, there's a minor modification that gets around the situation. Try substituting this: if (cli_execute( "arches")) {} if (cli_execute( "toast")) {} Not the most elegant fix, but it works.
Top