Search results

  1. N

    Feature - Implemented add "pvp fites" counter to mafia charpane

    So... I'm curious why this never happened? It would be super useful, and I doubt it'd be that hard to include? Seems sort of silly that the sidebar includes things like hobo and smithness, but doesn't include a counter that, while admittedly not as important as turns, is certainly comparable in...
  2. N

    Bug - Fixed Spaghetti Breakfast

    And... it just happened again, again with cold one. I don't know why Mafia attempting to cast something and failing because it was already cast (outside of Mafia), can't just set that flag and continue, so it won't keep trying to cast it? I mean, it's not a constant problem, but it does seem to...
  3. N

    The Barrel Full of Barrels (ASH)

    Bump because I was hoping someone would have written a script for exactly this (visiting every barrel, regardless of expected contents), for recent PvP reasons, so I could stop having to run through the barrels manually (it's not really the most interesting zone to adventure in). I sort of...
  4. N

    Any possibility of creating a low memory footprint CLI build?

    Heh. I tried exactly that set of memory specifications on my actual physical machine (which does have plenty of ram, at least as far as this goes). ps aux tells me that each instance is limiting itself to around 80 megs of physical memory, but only because it's now using about 225 megs total...
  5. N

    Any possibility of creating a low memory footprint CLI build?

    I did try that, but unless there's some other less intrusive way than the way I found (Xmx64M), it doesn't work. Or I should say, it worked slightly better, in that instead of causing some other process to run out of memory and die, at least it was polite enough to kill itself (with an out of...
  6. N

    Any possibility of creating a low memory footprint CLI build?

    I'm just curious. The context: I'm primarily responsible for the maintenance of testudinata, Binary and whositbot, and am going on vacation for 3 weeks, such that I won't have the ability to toggle my home router if Verizon messes up our connection, which happens with annoying frequency. Luckily...
  7. N

    Bug - Fixed Spaghetti Breakfast

    Thanks! I just ran into the same issue, only with Cold One - I don't know why mafia didn't want to set that flag itself, but sending the request "set _coldOne = true" to mafia did indeed allow me to continue adventuring. So yay.
  8. N

    autoBasement.ash - Better basement automation

    Yeah... I went to run this script for the first time in a rather long time, noticed that, and was sort of annoyed at it as well. There should probably be an option to turn this off completely and just equip the outfits if they already exist, trusting the user to add to them (or delete them, if...
  9. N

    Silly question: running (non-ash) code?

    Hey, I just remembered, I totally forgot to thank you. Matt: your patch worked awesomely. I implemented the requested bot for the upcoming Otori week a couple weeks ago, I just forgot to say anything about it. Now I not only have an sha1 ash command, but also, know how to add any other ash...
  10. N

    KingdomExplorer

    That I agree with completely. Putting it in canadv would be kind of silly, because you might just want to adventure once in a single area. It only makes sense to me that you would want to use it in this case, because you're going to be sequentially adventuring in a bunch of sea areas in a row...
  11. N

    Silly question: running (non-ash) code?

    Hehe. I totally wasn't expecting this much activity from this thread. Fun, though. Dang, adding a new ash function is that easy? Alright, you can consider this thread closed, that is a perfectly workable solution that's been pretty much handholded for me, which I'm not complaining about too...
  12. N

    Silly question: running (non-ash) code?

    That makes some sense. The more I think about it, the more it makes sense to me that the easiest way would probably be just to look at how to add a new command, and add any I need for myself in my own private mafia version (it's just a bot, it doesn't need to be distributed). I'll look for...
  13. N

    Silly question: running (non-ash) code?

    Well, I checked, and that was a lie, I'm actually being asked for an SH1 hash, not MD5 :p. But anyway, I suppose regardless if exposing a new ash command for myself that takes a string and returns a string isn't that hard, I could probably figure out how to just do that instead (see also: asking...
  14. N

    KingdomExplorer

    Richard's Gym, most notably. (That's an answer to both your questions - it doesn't count, and it adventures there every time you run the script.) edit: any chance of checking for the availability of, and if possible, using, a free source of Fishy, immediately before visiting all the underwater...
  15. N

    Silly question: running (non-ash) code?

    That's a whole new frame, running code separate from ash, looks like. Granted, I suppose that would take care of being logged in, but what I'd like to be able to do is interface external code into the middle of an existing ash script. Jython wouldn't be my first choice of language, but I would...
  16. N

    Silly question: running (non-ash) code?

    So I'm trying to create a fairly simple bot, and I just realized, rather than having to rewrite all the login code that mafia has in my choice of language, and then all the kmail parsing and sending code that zlib provides, I could just use mafia and zlib, and ash script it. Except then I...
  17. N

    autoBasement.ash - Better basement automation

    Well, the good news (now that this event is over and I can get back to other things), is that I ran it and it hasn't barfed like it did before, yet. The bad news is, that's cause instead it seems to be barfing by equipping entirely +muscle buffing equipment for elemental tests, instead of...
  18. N

    Script Request--Grand Tour

    I've heard that it's only adventure.php that counts, and I checked a couple places that cost adventures but don't use adventure.php, and got no credit for them. I've heard a couple people on the forums claiming otherwise, but none with solid examples to try yet. It would definitely be silly...
  19. N

    Script Request--Grand Tour

    So... if I had been around earlier today, I probably would have posted a post somewhat similarly snarky to this guy's, because, while I could totally write it myself, I don't feel like it, and would thus totally feel like a complete freeloader. Then I'd probably have offered a bounty; a million...
  20. N

    autoBasement.ash - Better basement automation

    Yay!I swapped in the previous version of that function, cache_outfits(), for the one posted on this page, and having done that, autobasement is now still going strong after a few dozen turns. Thanks! edit: spoke too soon. It ran for like a hundred turns this time (yes, I know it says 45; I ran...
Top