Search results

  1. taltamir

    Bug - Fixed Snojo images disappeared by mafia in disguise delimit path

    To clarify. the 2 comparison images I posted earlier were both from latest version firefox. Showing the difference between mafia and base kol on the same browser. Tested today with 20194 and it is still not showing when going through mafia and showing when going directly to kol. same as the...
  2. taltamir

    Bug - Fixed Snojo images disappeared by mafia in disguise delimit path

    That is what I was trying to say. In disguise delimit, while wearing powerful glove (I initially did not realize it was the cause. but it is. without powerful glove disguise delimit snojo looks normal), kol images of the snojo training snowman become very warped. when they become warped in...
  3. taltamir

    Bug - Cannot Reproduce Arboreal respite NC not handling properly

    Is it possible that this is caused by a race condition? Because for me it is intermittent. It is most obviously intermittent when doing a-boo clue. I set it via cli to choose 1 in that choice adventure. So it would always explore further. Sometimes it clicks 1 the entire amount needed in a row...
  4. taltamir

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

    I forgot to report that testing shows it works fine now. Also in regards to your suggestion. My logout script assumes I am completely done for that day. while my login script checks the current state (so with the new rollover handling will work just fine for what i want to do on a new day). So...
  5. taltamir

    Bug - Fixed Snojo images disappeared by mafia in disguise delimit path

    In disguise delimit path mafia disappears the snojo images. which makes it difficult to identify what mask the enemy is wearing.
  6. taltamir

    Bug - Fixed abort does not work in combat

    string test_combatHandler(int round, monster enemy, string text) { abort("test"); return "attack with weapon"; } run_combat("test_combatHandler"); this results in: 1. test_combatHandler will hit abort("test") and print a stack trace. it will stop running and will not do attack with...
  7. taltamir

    autoscend - a sl_ascend fork/continuation

    edit: use the wiki instead https://github.com/Loathing-Associates-Scripting-Society/autoscend/wiki There is a free to edit FAQ which also includes information on the current support level of various paths: https://docs.google.com/document/d/1AfyKDHSDl-fogGSeNXTwbC6A06BG-gTkXUAdUta9_Ns/edit
  8. taltamir

    autoscend - a sl_ascend fork/continuation

    How to report bugs: If you are experiencing a bug. It is best if you send us a full session log of that day (even if the bug only happens in a specific spot). The session log would be a dated text file found in mafia/sessions/username_yearmonthday.txt so for example for me, the log for may (5th...
  9. taltamir

    guzzlr farming script

    hojohominygrits could not run guzzlr script receiving the error of this came about because in May 8th 2020 this PR was merged into autoscend https://github.com/Loathing-Associates-Scripting-Society/autoscend/pull/366 which redesigned the directory structure of autoscend. and was later pushed to...
  10. taltamir

    Bug - Fixed in actually ed mafia thinks we liberated the king when we just killed the enemy

    Additionally, it makes can_interact() incorrectly return true. even though i am still in hardcore I can set kingLiberated = false. but I can't fix the can_interact() check on my side
  11. taltamir

    Bug - Fixed in actually ed mafia thinks we liberated the king when we just killed the enemy

    Happened on 3 accounts now mafia incorrectly thought i had liberated the king in Actually Ed The Undying path when I just defeated myself [811] Noob Cave Encounter: taltamir_no_MrStore the Adventurer Preference _lastCombatStarted changed from 20200609041611 to 20200609041612 Round...
  12. taltamir

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

    Managed to get exact spot at which it tries to refresh the quest data The access item [one-day ticket to That 70s Volcano] is too expensive. abandoning delivery Encounter: Guzzlr Client Selection Preference guzzlrQuestBooze changed from Guzzlr cocktail set to special personalized...
  13. taltamir

    guzzlr farming script

    @HojoHominygrits thinking about your issue some more, I am pretty sure it is not caused by you using master instead of beta. instead it should be caused by clicking no when the scary popup asked if you trust some script.
  14. taltamir

    guzzlr farming script

    @veracity I removed ezandora spacegate and mummery from the dependencies for this script. in case you are still interested
  15. taltamir

    guzzlr farming script

    I got you covered :) use set guzzlr_abandonPlatinumForcedAftercore = true set guzzlr_abandonPlatinumForcedInrun = true then add the following to your login script cli_execute("guzzlr.ash"); and it will now automatically take a platinum delivery daily then auto abort it for the cocktail kit
  16. taltamir

    Bug Mafia tracking of disguise delimit fight with naughty sorceress

    Actually in retrospect, rather than kol using the name string. Since this seems to be mask specific. I think it is because scary mask replaces the monster's normal attack (which for example blocks gremlins from ever showing you the molybdenum tools). The sorceress still insta kills you in her...
  17. taltamir

    Bug Mafia tracking of disguise delimit fight with naughty sorceress

    Ok. can confirm this is mask specific. This issue happens with the following masks: The Naughty Sorceress (3) wearing a scary mask This issue does NOT happen with the following masks: The Naughty Sorceress (3) wearing a devil mask
  18. taltamir

    Bug Mafia tracking of disguise delimit fight with naughty sorceress

    [591] Noob Cave Preference lastEncounter changed from The Naughty Sorceress (2) wearing a protest mask to The Naughty Sorceress (3) wearing a scary mask Encounter: The Naughty Sorceress (3) wearing a scary mask Preference _lastCombatStarted changed from 20200607071100 to 20200607071110 Round 0...
Back
Top