Search results

  1. coandco

    Harvest – A highly customisable farming script

    Interesting. I can corroborate that with the latest update to KoLMafia, EatDrink.ash (which is named with proper capitalization on my filesystem on the Windows box I'm running this on) starts asking for max values when called by Harvest, and that changing the har_gen_consume_script variable to...
  2. coandco

    Harvest – A highly customisable farming script

    Thanks for stepping in, guys. You're correct, I meant HAR_Options.txt.
  3. coandco

    Harvest – A highly customisable farming script

    Okay. Given that, open HAR_settings.txt in your KoLMafia data directory and paste me the line beginning with "har_gen_ccs". It should end in "string"; I suspect that it doesn't, for whatever reason.
  4. coandco

    Harvest – A highly customisable farming script

    Could I get you to switch to the Graphical CLI and run the script, then paste everything it says after "call scripts/Harvest.ash" here?
  5. coandco

    Harvest – A highly customisable farming script

    Not right off. I don't suppose it gives a line number for where it's failing?
  6. coandco

    Harvest – A highly customisable farming script

    I've now tested my fix, and have committed it to SVN. You should be able to update the script from within KoLMafia now.
  7. coandco

    Harvest – A highly customisable farming script

    Right, but will it typically do so while in the middle of harvesting? All of the Steel stomach/liver/spleen skills also apply here, but I don't think that trying to write a case to deal with them specifically is worthwhile in a farming script. The only reason that Pantsgiving is a problem here...
  8. coandco

    Harvest – A highly customisable farming script

    I've got a preliminary fix for this written. I'll test it out when I do my farming tonight, then commit it to the SVN if nothing breaks. For now the fix only tests fullness, because of Pantsgiving (which I have). Is there a similar extra-spleen-while-adventuring item that I should be aware of?
  9. coandco

    Harvest – A highly customisable farming script

    Sure. My SourceForge username is coandco.
  10. coandco

    Harvest – A highly customisable farming script

    If anyone's still maintaining this, I think I've found a bug -- it appears to keep all of its daily profit stats in a single file, which messes up when you're using KoLMafia to farm multiple characters in a single day. I've cloned the project on GitHub and made a patch that will cause it to...
  11. coandco

    Trick-Or-Treating script

    I've got a quick fix here -- the outfit-gathering regex broke, so I fixed it. This line: matcher data = create_matcher("Item Drops:</b> <a href=[^>]*>([^<]*?)</a>.*?</li><li><i>Note:</i> Only occurs [^>]*>([^<]*?)</a>", stuff); Needs to change to this: matcher data = create_matcher("Item...
  12. coandco

    BatBrain -- a central nervous system for consult scripts

    Thanks. That solved the problem :)
  13. coandco

    BatBrain -- a central nervous system for consult scripts

    Hello! BatBrain appears to have stopped working for me. I have the latest build of Mafia and have all of my SVN scripts updated (I'm using WHAM as my combat script), but when I attempt to automatically adventure, I get the following output with Zlib verbosity set to the max: Is there any...
  14. coandco

    Make.meat.fast

    Would it be possible to remove the enforced no-familiars warning for Pete farming? Preliminary tests with a +item-maxed Pete character show it as getting almost double the meat/adv that my next best character is getting, so it's an avenue I'd like to explore.
  15. coandco

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    I have my SVN scripts set to auto-update on login. All of my scripts were up to date at the time I posted this.
  16. coandco

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Crossposting this with the SmartStasis thread. As of the new bounty system and KoLMafia's support for it, SmartStasis no longer works. When I attempt to use it (via WHAM.ash), I get the following: Invalid field name 'bounty_count' (SmartStasis.ash, line 152) Consult script 'WHAM.ash' not...
  17. coandco

    SmartStasis -- a complex script for a simple CCS

    As of the new bounty system and KoLMafia's support for it, SmartStasis no longer works. When I attempt to use it (via WHAM.ash), I get the following: Invalid field name 'bounty_count' (SmartStasis.ash, line 152) Consult script 'WHAM.ash' not found. You're on your own, partner. There are also...
Back
Top