Search results

  1. taltamir

    New Content - Implemented Guzzlr tablet - May Item of the month

    Hmmm... actually it should have been changed from 0 to 1. it is supposed to indicate how many deliveries you took today, not how many were completed or abandoned Looking further back. familiar Cat Burglar (44 lbs)> Taking a Platinum delivery Preference lastEncounter changed from small hostile...
  2. taltamir

    Bug - Fixed Mafia being left open through dayroll without clicking anything until dayroll over

    Thank you for the fix. I will test it with the new version too.
  3. taltamir

    New Content - Implemented Guzzlr tablet - May Item of the month

    Had something weird happen. The code visit_url("inventory.php?tap=guzzlr", false); run_choice(1); //abandon quest run_choice(5); //exit menu inexplicably produced Encounter: Guzzlr Client Selection Preference guzzlrQuestBooze changed from Guzzlr cocktail set to special personalized...
  4. taltamir

    Bug - Fixed Mafia being left open through dayroll without clicking anything until dayroll over

    That all being said. Why would it be so bad to have timein login, detect missed a rollover, then immediately halt all scripts and logout without doing anything else? It still sounds like the best way to handle this. so when you do log in again manually it will do the full shebang of resetting...
  5. taltamir

    Bug - Fixed Mafia being left open through dayroll without clicking anything until dayroll over

    Thank you for explaining. I assumed it was being done via a date and time check (adjusted to your timezone). As for what my logout script does. it uses up my remaining fortune teller asks, puts my pvp stealable expensive items in my closet, and runs breakfast. Which does a bunch of daily...
  6. taltamir

    Bug - Fixed Mafia being left open through dayroll without clicking anything until dayroll over

    Yes, it is a separate issue entirely. I only brought it that separate issue because it is potentially become relevant if the first issue is fixed a certain specific way. Which happened to be the way I initially assumed it would get fixed Does it actually need to login to detect a day passed...
  7. taltamir

    Bug - Fixed Mafia being left open through dayroll without clicking anything until dayroll over

    At the moment if you are doing stuff until dayroll hits, mafia detects dayroll is ongoing and will kick you back to login screen, but when doing so it will try to run your logout script which itself throws errors about currently being during dayroll. I was assuming that this would be resolved...
  8. taltamir

    New Content - Implemented Guzzlr tablet - May Item of the month

    thank you for all the fixes. it is a lot smmother now. with mafia r20143 when ascending with an incomplete guzzlr quest the following trackers are not reset to null:guzzlrQuestTier guzzlrQuestLocation guzzlrQuestBooze Not too big a deal since questGuzzlr is correctly reset to unstarted so it...
  9. taltamir

    guzzlr farming script

    added automatic quest based unlock for the old landfill, madness bakery, skeleton store, the overgrown lot. added iotm item based unlock for the red queen garden tested it today with the recent changes in mafia tracking and the removal of my workarounds for the mafia issues and it works well...
  10. taltamir

    New Content - Implemented Low-Key path

    abandoning a low key path run does not reset tower quest progress to being unstarted. it still shows as being at the door already edit: the specific properties that should be reset are: questL13Final nsContestants1 nsContestants2 nsContestants3
  11. taltamir

    guzzlr farming script

    Sorry for delayed response everyone. I forgot to check this thread. instead checking the primary ttpack thread, github issues, and discord channel. Aren't those scripts required for the CLI commands? I use them in the login script. Such as grabbing the spacegate outfit pieces (trying to wear...
  12. taltamir

    Automatically download the newest daily build

    I would suggesting making a cron job to auto restart the server weekly.
  13. taltamir

    Bug - Fixed Mafia being left open through dayroll without clicking anything until dayroll over

    I did not notice dayroll occuring while i was writing code on my script. 30 minutes after dayroll I finished writing and ran my new script to test it. Running the script caused a quick login, where mafia skips doing any of the login stuff: * dayroll resetting _ settings * checking SVN *...
  14. taltamir

    New Content - Implemented Guzzlr tablet - May Item of the month

    As a workaround I am using my own custom stats. instead of _guzzlrPlatinumDeliveries _guzzlrGoldDeliveries I am using custom tracking of _guzzlrPlatinumDeliveriesStarted _guzzlrGoldDeliveriesStarted Also worth noting that we do need to know deliveries completed total (not today though)...
  15. taltamir

    New Content - Implemented Guzzlr tablet - May Item of the month

    _guzzlrGoldDeliveries is incorrectly counting the number of gold deliveries finished today instead of the number of delivery quests started today. finished gold deliveries today is not actually useful because I need to know how many deliveries I am able start. As you can only start 3 gold...
  16. taltamir

    New Content - Implemented Guzzlr tablet - May Item of the month

    If you code not using the shoes in barf mountain you can also at the same time add a line to exclude it from the assumption of wearing the shoes. Thus you could determine if the shoes were worn or not based on the target zone. Also it occured to me that the thing it would be useful for the hat...
  17. taltamir

    New Content - Implemented Guzzlr tablet - May Item of the month

    Any script that deals with it is likely going to take the approach of: 1. if we own shoes then force wear them. 2. if we own shoes assume they were used I thought of a use for it. instead of targeting number of adventures, target number of deliveries. an option to, say, "do 3 bronze deliveries...
  18. taltamir

    New Content - Implemented Guzzlr tablet - May Item of the month

    Instead of arguing about which of the two values is better, why not just have both? even if they could be calculated from each other... that just makes it easier for mafia to give them both alright. So it is still trackable though, just needs to be _guzzlrDeliveryProgress
  19. taltamir

    New Content - Implemented Guzzlr tablet - May Item of the month

    The following traits need to be reset to defaults on ascension: guzzlrQuestBooze guzzlrQuestLocation guzzlrQuestTier questGuzzlr first 3 should be changed to blank the last one should be "unstarted" ===== Abandoning a delivery correctly resets these: guzzlrQuestLocation guzzlrQuestBooze...
  20. taltamir

    ttpack = a collection of scripts by taltamir

    reserved5 ok that is enough reserved posts. feel free to reply
Back
Top