Search results

  1. Veracity

    Bug - Not A Bug Mafia's breakfast used my PYEC

    If you don't want it used by autorecovery (a feature which I have always used), uncheck the "Platinum Yendorian Express Card" checkbox on the HP/MP Usage panel or change the mpAutoRecoveryItems property. FWIW, the default for that property is phonics down;knob goblin superseltzer;mountain...
  2. Veracity

    My personal Meat farming script

    Today, VMF looped trying to buy food. > unidentifiable dried fruit (0 cost; 21224 expected_profit) is better than snow crab (19854) ... Verifying ingredients for unidentifiable dried fruit (14)... Purchasing unidentifiable dried fruit (14 @ 350 Chroner)... Visiting the The Applecalypse...
  3. Veracity

    Feature shop.php support

    I just implemented a ShopRow coinmaster for "The Central Loathing Floral Mercantile Exchange" - the "flowertradein" shop that you get when you "use" a {rose, red tulip, white tulip, blue tulip} and can trade flowers for a (frequently changing) number of Chroner. (You can always do this; the Time...
  4. Veracity

    Spacegate

    Congrats!
  5. Veracity

    My personal Meat farming script

    I'm tired of not using my Mayam Calendar post-ascension, so I added support for it in VMF revision #20 PR notes: New preference "VMF.MayamCalendarConsiderations" defaults to: "resonance mayam spinach|rings yam meat yam clock|rings sword lightning cheese explosion". You can specify up to three...
  6. Veracity

    Bug - Fixed Mafia autosells bar skins

    What has changed in the game to make any piece of bar skin equipment "useful"?
  7. Veracity

    Bug - Fixed Obtaining Crown of the Goblin King changes the Preference questL05Goblin from unstarted to finished

    It's only acquisition of the item from a combat that is a trigger for quest completion. It doesn't include the response text, but we have access to the monster. That is how goblin water works. This could all be simplified a lot. I'm working on this right now.
  8. Veracity

    Bug - Fixed Obtaining Crown of the Goblin King changes the Preference questL05Goblin from unstarted to finished

    Huh. We set the quest completed if you: 1) get the Crown, Glass Balls, or Codpiece from an adventure 2) get goblin water from an adventure and we were fighting the Aquagoblin 3) defeat Ricardo Belmont, Hammer Brother, or Gobot King The last three are not the only Goblin King replacements that...
  9. Veracity

    Bastille

    Makes sense. When Ezandora moved from SVN to git on github, I uninstalled the SVN version and then installed the git version.
  10. Veracity

    Bastille

    I thought “git update” would update dependencies, too? I know that “svn update” would do that.
  11. Veracity

    Bug Candy Cane Sword Cane / Penultimate Fantasy Airship Choice Adv Issue

    Your DEBUG log is odd; if we redirect to choice.php, we call ChoiceManager.processRedirectedChoiceAdventure which will submit the redirect and process the responseText - which appears to be null in this case? Very peculiar. The PFA choice used to have 4 options: 1 -> enter combat 2 -> get...
  12. Veracity

    Bastille

    Works for me. Try "git update"?
  13. Veracity

    Spacegate

    Thanks! That is not something I initially thought was worth spading; I had the thought that the types of encounters were specific to a planet but they were randomly selected. I noticed that quest encounters were one type per planet, spants and murderbots had specific mixes of types, and that...
  14. Veracity

    Bug - Not A Bug Mall purchase parse failure

    It’s working as intended in so far as it told us a specific message we should detect and pass up the call stack and move on to the next store. We used to handle this. Need to do it again. Thanks for the report !
  15. Veracity

    BeachComber - fast and efficient beach combing

    BeachCombing depends on tides, which come in and go out over an 8 day cycle. We used to depend on the _beachTides property, but we can simply derive them from daycount(). Revision 47 does that and provides a couple of friendly commands: > BeachComber tides The tides came in today and 3 rows...
  16. Veracity

    BeachComber - fast and efficient beach combing

    Revision #46 updates BeachComberFix to strip out all logPreferenceChanges logging before processing a log. Thanks, Rinn! It also removes all vestiges of the original use of this script - extract tile types from logs - which is now obsolete, since spading of such is complete.
  17. Veracity

    BeachComber - fast and efficient beach combing

    Thanks! I think sanitizing each log file before processing it would be the simplest fix, as you suggest. I'll do that, test, and submit before I run my turns tomorrow morning. I'll probably remove the vestiges of the previous use for this file: processing all the logs and determining which...
Back
Top