Search results

  1. M

    How to cycle through all items, or locations, or etc.

    Hmm, I was wondering. Should location to_location ( int ) be a valid call? holatuwol? I don't recall any oddities with location numbers.
  2. M

    PvP script

    If you want to control pvp, here's the command. attack <playername> for <flowers|booze|items|meat|dignity> Replace as needed. For the last part, I know flowers is a valid code, but I don't know about the others. There may certainly be others I'm missing for goals as well.
  3. M

    Yet another ascension prepare script

    I like this! One question. Do you think you could add on an inventory dispose rule? Like, if quantity is less than to keep quantity, get this many more from mall, DC, closet? Or maybe not. Hmm...
  4. M

    Spooky Surprise Eggs

    retrieve or retrieve_item. Something like that.
  5. M

    Custom Combat Pick Pocket bug in Island War

    I believe the problem is caused by the fact that mafia doesn't THINK that the hippies have drops. Thus it doesn't pick to save you a round. We're in the process of updating drops.
  6. M

    Request: generating a list of clan members

    OHHHH, right right, my bad. I totally JUST remembered which page you meant. Yes, clan_detailedroster.php is win. >:)
  7. M

    Request: generating a list of clan members

    I'm pretty sure KoLmafia can get a list of clannies internally, as I know it does for the Flower Hunter. Also, awesome coding there. Do you think you'll eventually support multiple pages?
  8. M

    Trophy and Tattoo management project scripts!

    Oh, definitely. Thanks for helping out izchak! :D
  9. M

    Random adventuring, string manipulation, and stat monitoring questions

    Indeed you can do set_property("ZOMGMYVALUE", "Yep."); or something.
  10. M

    Notice of possible hosting problems...

    Haha, BAD MAC! :P Good luck on your endeavors Daychilde...I think I can speak for everyone (or less. >.>) in giving our thanks to you for being a gracious host for so long.
  11. M

    Yet Another Meat/Item Farm

    Yes, indices of strings will be alphabetical.
  12. M

    Automated Clan Smiles

    Oooh, good catch. I missed that. Here's an updated version that'll work now. :) Man, I'm really off my game. >.> There were several more errors and turns out I phail at substring. But things should be fixed now! In any case, I wanted to get some tips on this... Is this good programming...
  13. M

    Yet Another Meat/Item Farm

    Whoa, okay. That's neat to know. And I THOUGHT that there was something like count(). Thanks for using it. And yeah, once again, the late night strikes! Thus I forgot to stick that return in there... And thanks for that tip about the map initialization. So sticking it in a function really has...
  14. M

    Trophy and Tattoo management project scripts!

    Oh, capitalization is easy to eliminate using to_lower_case(string) comparisons. And yeah, I'll see if I can come up with something that works too.
  15. M

    Automated Clan Smiles

    Whew. Wow. That was a mess. I tried basically putting what I attached into a code tagged block, but that really messed things up. Anyways, I'll explain it. And it's really late for me, but I should manage. :P This is a little special thing mac and I essentially brewed up a while back (well...
  16. M

    Trophy and Tattoo management project scripts!

    Hello all, I'm a decent frequenter here, and I'd like to make a little project here. Originally inspired by macman104's trophy manager, I wish to make a set of scripts that are updated as new trophies and tattoos are added. This repository is pretty awesome for the almost wiki like contribution...
  17. M

    Yet Another Meat/Item Farm

    Something easier (IMO) and can be used very flexibly...the for loop! (and well, its brother foreach) To recode this into less lines, I'd do: void Get_Best_Accessories(slot s) { item[int] acc; acc[ 1] = $item[incredibly dense meat gem]; acc[ 2] = $item[Grimacite galoshes]; acc[ 3] =...
  18. M

    FightOptimizer.ash

    Gah, if only Harry Crimboween was here to manage it. :'( God I miss this script.
  19. M

    clan hopper

    Gah, I was totally going to write this til my compy b0rked... Thanks man. I don't know Java regexes at all though. Well, regex, even, since it's same all across the board.
  20. M

    Reducing server hits while debugging...

    How does this work? I don't exactly get what you want in the first place, mac. Besides less server hits. That's something we all need!
Top