Search results

  1. coandco

    volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

    Hmm. Try using "svn checkout https://github.com/coandco/mafia-volcano-mining/branches/master" instead. GitHub's SVN support is a bit shaky at times.
  2. coandco

    volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

    Huh. Line 427 is the line where volcano_mining.ash resets the mine and goes to the next one, which shouldn't be causing any issues that I know of. Let me know if it happens again!
  3. coandco

    KingdomExplorer

    For what it's worth, there's a page to keep track of which monsters have been successfully proselytized at <kol>/c15totals.php. Maybe a Crimbo script could use that to keep track of what to avoid?
  4. coandco

    volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

    Whoops. I've now updated the script to make it look for something else on the page to verify that it actually got a mine.
  5. coandco

    volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

    I've now committed changes that a) put the MP restore before HP restore and b) abort when the mine is inaccessible with a helpful message.
  6. coandco

    volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

    Verify that you can access the mine. That's what it does if the mine page doesn't show you a mine (for example, if you're in a choice adventure or don't have enough hot resist).
  7. coandco

    volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

    Nope. Mafia auto-restore doesn't trigger after manual noncombats like this script performs. The script does, however, manually call restore_hp whenever it detects that it has 0 HP. I'm hoping that making it also call restore_mp first will eliminate your out-of-MP issues.
  8. coandco

    volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

    Jeff, this script is an evolution of the volMining script you're linking. The volMining script performs a very rudimentary "only mine immediately visible squares in the first two rows and then go to the next mine" strategy; this script analyzes the full sparkle map shown by Object Detection and...
  9. coandco

    volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

    Right, but HP restoration is the only thing that uses MP in the Volcano Mining script, and the only reason we care about MP is so that the HP-restoration process doesn't fail. Thus, if we make sure we have sufficient MP before attempting to recover HP, we should be covered, right?
  10. coandco

    volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

    Could you try moving the restore_mp line to just before the restore_hp line, instead of just after it? I'd test it, but my volcano-ready character doesn't have access to any healing skills.
  11. coandco

    volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

    I've now updated the script with the restore_mp call.
  12. coandco

    volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

    By default, volcano_mining.ash just uses the built-in Mafia restore_hp function. Do you have your mana recovery set up correctly in Mafia? I thought that the Mafia restores could be configured to manage both HP and MP, but I could be wrong.
  13. coandco

    Bug - Fixed Fuzzy matching for "potion of detection" broken

    I just updated my copy of KoLMafia from v16339 to v16379, and now the CLI command "use potion of detection" no longer works. Oddly enough, "use potion of detect" works fine... > use potion of detection [potion of detection] has no matches. > use potion of detect Using 1 milky potion of...
  14. coandco

    volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

    Hmm. Try using "svn checkout https://github.com/coandco/mafia-volcano-mining/branches/master/" instead of "trunk/" -- I haven't quite figured out what the best way is to access GitHub-hosted scripts.
  15. coandco

    Harvest – A highly customisable farming script

    I just committed an update that records _har_endmeat before running OCD. The problem was that Harvest was double-counting any OCD autosale meat. This isn't usually much of an issue, but it became very apparent when I modified my personal copy of Harvest to run my volcano mining script. Since...
  16. coandco

    volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

    Changelog: 3/28/2016 * Added in a new switch to allow for mood maintenance while mining. 3/19/2016 * Removed support for velvet mining now that velvet is all but worthless in the mall from overfarming * Added support for "lazy mining", i.e. only mining directly-accessible sparkles in the first...
  17. coandco

    volcano_mining.ash - Automate mining of the Velvet/Gold Mine at That 70s Volcano

    Hello all! I've modified Bombar's Crimbo Mining script to work with the Velvet/Gold Mine. By default, the script follows the following algorithm: Mine sparkles in the first three rows as efficiently as possible, stopping as soon as a gold is found. If a velvet has been uncovered or no gold...
  18. coandco

    Trying to get an SVN to work from GitHub

    Bit of a necro here, I'm aware, but I just got this working myself, so I figured I'd post a followup. To allow Mafia to work with GitHub, you need to do two things. One, you can't have any files in the top level of your repo other than "dependencies.txt", or it'll fail validation. Two, you...
  19. coandco

    Harvest – A highly customisable farming script

    Thanks for the help, Veracity! I've committed the fix to SVN.
  20. coandco

    Harvest – A highly customisable farming script

    Okay, here's what I know. As of yesterday I was running on KoLMafia v16171, and Harvest could call EatDrink as normal. Today, I loaded up Mafia, updated my SVN scripts, and canadv.ash complained about a missing adventure location when I tried to run Harvest. Having run across this sort of...
Back
Top