Search results

  1. Pazleysox

    Question about custom combat script / banishing

    Ran into this today while working with my free fights script: [17077] The Hidden Bowling Alley Encounter: pygmy janitor Round 0: pazsox wins initiative! KoLmafia thinks it is round 2 but KoL thinks it is round 1 Round 1: pazsox casts REFLEX HAMMER! pygmy janitor banished by Reflex Hammer. This...
  2. Pazleysox

    Too many scripts? Scripts drop down doesn't scroll leaving most cut off

    What about making separate directories? That's what I did. I put all my scripts that give support to other scripts in a "support script" directory. Consult scripts, scripts that aren't run, because they are loaded by other scripts. I keep only my most commonly used scripts in my script...
  3. Pazleysox

    Rollover Management

    The problem should be fixed. The Miniature Sword & Martini Guy is a mafia issue. It has been discussed in this forum already.
  4. Pazleysox

    Rollover Management

    I'm pretty sure I understand. Thanks! I somehow knew that the issue wasn't mafia. :)
  5. Pazleysox

    Rollover Management

    I know about the is_unrestricted(), but since I don't play KOL anymore, I'm only doing script support at this point. I fixed the issues of my script trying to run Barrel God, check for Defective Tokens, Chateau, & Chess Set. The script however tells you of things you can still do, such as get...
  6. Pazleysox

    Rollover Management

    1.16 - 3/6/20 Fixed bug with Deck of Every Card, and Snojo locking script in Standard runs I will look into the rest. There's likely a simple fix for this I don't know about.
  7. Pazleysox

    Rollover Management

    Can you show me the log of what happens? This doesn't happen for me.
  8. Pazleysox

    Rollover Management

    Open the script file. Hit CTRL-G, 274 (enter) Line 274 should be this: if(have_skill($skill[Ancestral Recall]) && item_amount($item[Blue Mana]) > 0 && get_property("_ancestralRecallCasts").to_int() < 10) { cli_execute("cast * Ancestral Recall"); } If it's not 274, then locate that piece of...
  9. Pazleysox

    Rollover Management

    The only way I can think to put the raffle ticket back in is to put a user prompt asking if you want to buy it. I'm try to avoid doing that. As it stands now, the script tells you at the end of it's run if you have a ticket or not. If not, there is a link available right there to go buy one...
  10. Pazleysox

    Rollover Management

    Found the issue. Just type SVN UPDATE into the GCLI to update to the new version. 1.14 - 2/27/20 Script no longer forces you to buy a raffle ticket every day. Please send me your in-game name, I wish to send you a gift for finding this.
  11. Pazleysox

    Periodic execution of function

    I figured out a way to do this. My chatbot ran a function I believe every 30 seconds to check for people WL'ing in and out. The timing can easily be changed. If you are still looking for a way to do this, let me know, I can share the code with you.
  12. Pazleysox

    Rollover Management

    Ok, It was a quick fix. I updated it, the script should work properly now. If you have any issues, please let me know! Since it was such a tiny fix, I'm not posting an update for it on the first forum post.
  13. Pazleysox

    Rollover Management

    Ahh, I didn't think of that. I've been out of the loop for some time and don't ascend anymore. I'll work on this. Thanks Veracity!
  14. Pazleysox

    Rollover Management

    I don't follow what you mean. I still have a working Witchess Set in my campground. Please provide a link, or more information.
  15. Pazleysox

    Rollover Management

    First: This is very easy to fix. The issue isn't even in my script, it's in the snojo.ash script by bale. Simply open the .ash file, and remove these 2 lines: cli_execute("mood clear"); cli_execute("mood x-32-f"); OR, simply change the x-32-f to whatever your custom mood is for the...
  16. Pazleysox

    Farming FunPoints in PirateRealm (work in progress)

    Gained 1116 funpoints First run was a success! :)
  17. Pazleysox

    Never seen this before

    This is correct. :)
  18. Pazleysox

    Never seen this before

    Gotcha, thanks! :) I meant astral energy drinks. They've been gone so long, I forgot.
  19. Pazleysox

    Never seen this before

    I haven't ascended in a few months, so I haven't seen this. Maybe it's been there for a while, and I just haven't paid attention, but because the steel margarita isn't available anymore, should it still be on there?
  20. Pazleysox

    Rollover Management

    Minor bug fix today. The script was looking at Heart of Dark Chocolate, and saying handmade hobby horse was still available.
Back
Top