Search results

  1. digitrev

    Fork²~ UberPvPOptimizer - an updated PVPBestGear

    The long weekend is over, and the script is now handling School Pride. Sorry for the delay, folks.
  2. digitrev

    Sharpen Your Saw & Become a New You

    It's actually the location name. "The Junkyard" is not actually a valid name. I'll try to come up with a good way to handle this problem.
  3. digitrev

    Sharpen Your Saw & Become a New You

    Thank you, zarqon. Much appreciated.
  4. digitrev

    Sharpen Your Saw & Become a New You

    I'm afraid that doesn't really give me anything I can go on there. Sorry.
  5. digitrev

    Sharpen Your Saw & Become a New You

    I've added that to the script.
  6. digitrev

    Fork²~ UberPvPOptimizer - an updated PVPBestGear

    I have added PvP_verbosityWeight to the variables. Increase it to focus more on verbosity, decrease to focus less.
  7. digitrev

    Fork²~ UberPvPOptimizer - an updated PVPBestGear

    The default is actually that the letter weight itself is the base for everything. So the hexLetterWeight is how many letters a "D" is worth in the Hex mini-game. I suppose I could add verbosity weight, and switch to a proper score instead of using letter weight as the default. But if you wanted...
  8. digitrev

    Sharpen Your Saw & Become a New You

    Zombie waltzers (and other monsters that are referred to as "some" instead of "a/an") should be handled properly now.
  9. digitrev

    Bug First action in CCS being ignored

    This seems to have caused a new problem, in that the first entry of my CCS doesn't fire anymore. [ witchess bishop ] skill curse of weaksauce consult freeCopies.ash consult wham.ash [20518] An Overgrown Shrine (Northwest) Encounter: Witchess Bishop Round 0: digitrev wins initiative! Round 1...
  10. digitrev

    Sharpen Your Saw & Become a New You

    New version should look for the best frat house option.
  11. digitrev

    Sharpen Your Saw & Become a New You

    It's very odd that it went to the Upper Chamber at all. As for it trying to go to the Stone Age version, that's easy enough to explain. KoL sends over "Orcish Frat House", but Mafia has that location as just "Frat House", and so the closest match is the Stone Age. I'll have to write some...
  12. digitrev

    Sharpen Your Saw & Become a New You

    Whoops. Yeah, that's a pretty dumb mistake on my part. Fixed in the latest version.
  13. digitrev

    Sharpen Your Saw & Become a New You

    Yeah. I done goofed. Updated the script. Should be good.
  14. digitrev

    Sharpen Your Saw & Become a New You

    Good idea, hee^3. I'll look into that. Also, a few minor updates: The "Fun House" and other locations with wonky names should be handled now.I've put in some code to hopefully handle non-unique monsters. The solution is just to use the skill against every monster in the zone. Rather inelegant...
  15. digitrev

    Sharpen Your Saw & Become a New You

    Yeah, my original attempt was to use a combat action filter, which would actually keep firing the skill until the combat round advanced, but unless the bug I reported gets fixed, I can't think of a good way aside from just spamming it until we see the saw message.
  16. digitrev

    Bug Consult script in CCS fails after using combat action filter in adventure()

    Code: string SimpleCAF (int r, monster m, string t){ return get_ccs_action(r); } adventure(1, $location[Barf Mountain], "SimpleCAF"); CCS: [ default ] consult wham.ash Results: Visit to Dinseylandfill: Barf Mountain in progress... [18238] Barf Mountain Encounter: angry tourist Strategy...
  17. digitrev

    Sharpen Your Saw & Become a New You

    For skills that don't cost a round, I'll have to wait until I get an appropriate test case. Monsters that start with vowels should be properly handled.
  18. digitrev

    Sharpen Your Saw & Become a New You

    Updated to check for Combat & not choice.php.
  19. digitrev

    Combat action filter question

    Not quite the same thing. Allow me to provide some examples. The code is string NewYouCCS (int r, monster m, string t){ if (m != mon){ return get_ccs_action(r); } else if (r == 0){ return "skill " + sk.to_string(); } else{ return get_ccs_action(r-1); } } adventure(1, loc...
  20. digitrev

    Sharpen Your Saw & Become a New You

    Should try to fire between battle stuff and properly check inebriety. Can you send me the error you got after non-combats? I'll see what I can do about those.
Top