Recent content by Richo the Dino

  1. R

    auto BHH and friends

    Heyo, I see you've added putty functionality - I was just reading through the code, and though I think it would be almost the same as puttying, I don't see it... is there a way to get it to automatically sniff monsters with the manual of olfactication, if you already have the manual? Might...
  2. R

    Feature Store Advisor and Maximize Modifier

    Store Advisor - how about adding "Projected profits" as a column, for each item? Then people can see at a glance how much they stand to make by selling X produce at Y price. Maximize Modifier - How about adding "hpregen" and "mpregen" variables as things that can be maximized? Particularly the...
  3. R

    Mapping question

    thanks jh! :) works great!
  4. R

    Mapping question

    Heyas, As this roughly relates to an informational script I'm making... record mytype { string area; item loot; int value; }; mytype [int] map_of_type; map_of_type is a map of records, of type mytype. I wanna sort it by a decreasing order of value. sort map_of_type by...
  5. R

    Dwarven Factory - Factory puzzle solver

    Wow! Excellent script. Thanks, Ninja!
  6. R

    i made a mall price checker how do i...

    Although, perhaps use a variable to store the hi-mein you're after. Example: the cheapest hi mein in the mall is a hot one, at 500 meat. The next cheapest is a cold one, at 600 meat. Executing the code above would work out as: retrieve (x, $item[hot hi mein] ); eat (x, $item[cold hi mein] )...
  7. R

    Feature - Rejected Easier MCD change

    I assume he actually meant "optimal stat gain while safe adventuring". When i'm doing mus or mox classes, i usually raise MCD to be slightly higher than what is safe (and my hp/mp regen items take care of the very slight damage I get.) For myst classes, i slam it as high as I can and throw on...
  8. R

    hobopolis loot checker

    thanks heeheehee :P i'll take that code home and hack it up ;)
  9. R

    hobopolis loot checker

    er.. yes. yes I did. Whoops.
  10. R

    hobopolis loot checker

    heyas! So i've had this idea for a breakfast script - logs in, checks what pieces of hobo loot have already dropped, and prints it out in the GUI window of mafia. partly this is because i continually forget to see what's dropped and put in a request with my clan, and partly because i want to...
  11. R

    Bounty Hunting *just* sticky stardust

    Hmm.. how do you guys tell what the item number is (2471 in the example above?) For instance, if I wanted to set it to discarded pacifiers, how could I tell what item number that is? (I looked around but couldn't find this on the wiki. Am hoping it's not obvious and i missed it :P )
  12. R

    Setting kolmafia variables via script?

    perfect. that ought to do it. Thanks!
  13. R

    Setting kolmafia variables via script?

    Hey guys! Ok, I've been scripting almost ever night. It's kind of like a drug.. always thinking of a better way to do things *grin* But I am stuck, sorta, and so I'm back here :P One of my subroutines farms the Barrel full of Barrels for level 2 drinks. My next subroutine (I have the DB...
  14. R

    Function to find the cheapest price on the mall

    *sigh*.. one day I'm going to actually find the easy-to-find function before I post about it :) Thanks
  15. R

    Pastamancer combat ghost summons remaining?

    Heya Anyone worked out a function to tell you how many you have left to go? Up until now, I've just been CCSing it to summon a spice ghost (melange would be nice :) ) and i figure it would be nice to adventure in a low level place with 100% combats, and make sure i'm wearing my +food_drop suit...
Top