Search results

  1. A

    autoBasement.ash - Better basement automation

    So, this seems like a good time and place to ask: just what are the right CCS keys to use for basement monsters? (I mean, I know the script isn't responsible for my CCS, but since a lot of basementers are in this thread, perhaps someone here can help me out with a tiny threadjack.)
  2. A

    PriceAdvisor: Maximize your profits

    0/1/2/* problem: Say you're considering a knob goblin lunchbox. In its original non-numeric advice, PA said: use knob goblin lunchbox; mallsell knob pasty; mallsell thermos full of knob coffee It meant "use the lunchbox and mallsell however many pasties and thermoses you get". You might get...
  3. A

    PriceAdvisor: Maximize your profits

    Oh, I have no professional connection to Latin. I just still consider myself a Latin scholar from my many years of taking Latin (and a bit of Ancient Greek) in high school and college. I would definitely have farm.ash set the _conservative flag programmatically. Can you explain a bit more...
  4. A

    PriceAdvisor: Maximize your profits

    All right. Let's talk version 1.6! Three zlib vars were added, all defaulting to false: priceAdvisor_obeyBuyLimit : if true, don't recommend anything with ingredients priced above your autoBuyPriceLimit (a Mafia setting) priceAdvisor_conservative : if true, don't recommend anything with...
  5. A

    PriceAdvisor: Maximize your profits

    I would imagine the condition is sufficient (or ought to be sufficient, but apparently isn't in my case), but not necessary. Also, from the hints you've dropped about your job, it is clear that your practical experience in computer science far exceeds my own! (My own being effectively 0.)
  6. A

    Way to get mall prices for all your inventory?

    Yeah, items that won't sell fast aren't going to be something I can fix. PA can only know about price, not volume. Alas.
  7. A

    PriceAdvisor: Maximize your profits

    My degree in Computer Science. I saw your tool, slyz, and was very happy to see PA being used in something else!
  8. A

    PriceAdvisor: Maximize your profits

    My goodness. Thank you! (I swear I knew how to read and write regex once. Please don't take my degree away from me!)
  9. A

    Way to get mall prices for all your inventory?

    slyz -- you'll be happy to know that the next version of PA will have an option to not generate any advice that recommends acquiring stuff that costs above your autoBuyPriceLimit. It gets rid of a bunch of the really crazy stuff. I should be releasing it sometime this week.
  10. A

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    I bet you weren't level 13 until today, that's why it worked before.
  11. A

    PriceAdvisor: Maximize your profits

    Thanks for the feedback, dj_d. conservative as you've conceived it isn't hard to implement, so I'm happy to put it in. It's a bother about the cli output, but if that's the only way then that's the only way. (A note about cli_executing PA's output: if possible you may want to wrap it in some...
  12. A

    PriceAdvisor: Maximize your profits

    dj_d: The next version will have a setting where it doesn't advise buying anything with mallprice greater than your autoBuyPriceLimit setting. This is not as conservative as your original idea for conservative (although it does get rid of the wrapping paper). I can include a conservative...
  13. A

    SmartStasis -- a complex script for a simple CCS

    I suspect this is the work of SS: [1542] Fantasy Airship Encounter: MagiMechTech MechaMech Strategy: /Users/blwalker/Library/Application Support/KoLmafia/ccs/aqualectrix.ccs [default] Round 0: aqualectrix loses initiative! Modifier syntax error: expected end, found + zone(sea)*0.5 (emphasis...
  14. A

    Contest: Name my upcoming combat script!

    Fantastic Fight Finisher Finish Fights Fast Marvelous Monster Murderer Efficient Encounter Ender Optimal Obliterator / Optimal Obliteration Mop Up Monsters I quite like Dead as a Doornail and the various AA / AAA options. ZOMG is pretty awesome, but then I'd refer to it as Zarqon's ZOMG and be...
  15. A

    autoBasement.ash - Better basement automation

    Ah, thanks for pointing that out.
  16. A

    autoBasement.ash - Better basement automation

    Alternately, in the function maximize_mp_regen(), take the space out of "MP Regen". slyz's suggestion is earlier in the code, though, so it's probably easier to find.
  17. A

    autoBasement.ash - Better basement automation

    A little issue with 1.7 here -- I didn't have previous outfits with the normal basement names, so in the outfit caching section it would try to put them on (i.e. outfit("Damage")) and then Mafia would display "You can't wear that outfit" in red and stop the script. Silly Mafia. I can't wear it...
  18. A

    Contest: Name my upcoming combat script!

    So, to seek clarification: First came FTF. It handles all that stuff you want done at the beginning of a battle. Then came SS. It draws combat out for various benefits. Now comes Unnamed Script (not a naming submission). It finishes the battle by killing the monster, in the best...
  19. A

    Universal Recovery Script

    I've found that diagram pretty clear. You can manipulate the behavior of the options that are highlighted; the options that are not highlighted, UR pays no attention to and does whatever it wants. (Most of the time, that's smarter than what I could do without rather a lot of tedious...
  20. A

    Make.meat.fast

    Maybe try something like this? int violetfog_meat = max(value[munchies pill], value[ice stein]); noncombatmeat[$location[Astral Mushroom (Bad Trip)]] = violetfog_meat; noncombatmeat[$location[Astral Mushroom (Mediocre Trip)]] = violetfog_meat; noncombatmeat[$location[Astral Mushroom (Great...
Back
Top