Search results

  1. Pazleysox

    Standard Rollover Bonus

    I can do that. I had noticed that myself. I will work on it. Thanks for the input.
  2. Pazleysox

    Standard Rollover Bonus

    Did a major overhaul of this script today. It will work for Standard, and Non-Standard runs. Now it will list equipment in a much easier to view format. It will tell you if you have an item equipped, in your inventory, or in storage. It will tell you how many pulls are remaining, so you can...
  3. Pazleysox

    Items

    Here's what I came up with, and it seems to work as I would expect. boolean [slot, item] map; foreach it in $items[] { slot s = it.to_slot(); int nt = to_int(numeric_modifier(it,"Adventures")); if (nt > 0 && can_equip(it) && is_unrestricted(it) ) { if (s == $slot[hat]) {...
  4. Pazleysox

    Items

    I have that in mine too. I only use the script in question when I'm in ronin, and have extra pulls. I haven't personally used it in some time, and happened to use it yesterday. I wasn't happy with the results, as it was rather confusing. Checking Gear You have 2 dead guy's watch (Good for 1...
  5. Pazleysox

    Items

    foreach it in $items[] { int nt = to_int(numeric_modifier(it,"Adventures")); if ( nt > 0 && can_equip(it) && is_unrestricted(it) ) { if (available_amount(it)>0) My standard rollover bonus uses that code. The script looks at ALL items, and spits out ALL items...
  6. Pazleysox

    PL-skills.ash - Track your skill perms and decide which to perm next

    This is a neat idea. I wish something like this was around (or if it was, I wish I knew about it) when I needed this. I think it would have made lifeuch easier for those early ascending days when it was difficult to figure out exactly what I wanted next.
  7. Pazleysox

    sl_ascend - a cc_ascend fork

    It should stay out of areas that cost turns, and don't advance you in the ascension. Also, Why does the script choose to create food/booze, when epic food/booze are available in a Dark Gyffte run?
  8. Pazleysox

    Buy Script Intended Use

    I'm not really sure what you're trying to do, but can't you run a check for stuff in your stash first? I have a free fights script that pulls up to 3 items from the stash, and puts them back when it's done. It wouldn't be that hard to do. Instead of using retrieve_item you could do this: if...
  9. Pazleysox

    Buy Script Intended Use

    If I understand your question correctly, you want your script to check if you have Y items. If you have X, you want to purchase up to Y, then create Z. In my experience Mafia does not over buy unless you tell it to. The eat drink portion of my daily script looks for the multiple items it...
  10. Pazleysox

    map_to_file ...Error?

    Thanks, I'll try that first. That will be easier than recoding the whole thing.
  11. Pazleysox

    sl_ascend - a cc_ascend fork

    I had to change line 1725 in SL_Community_Service.ash from equip($slot[off-hand], $item[Saucepanic]); to equip($slot[weapon], $item[Saucepanic]); With Double-Fisted Skull Smashing, and a bass clarinet in my main hand, you can't equip a saucepanic in your off-hand. I also found this quite...
  12. Pazleysox

    map_to_file ...Error?

    I'm going to attempt to rewrite it. I was never happy with it to begin with.
  13. Pazleysox

    map_to_file ...Error?

    I've been using this code for many months for my chatbot to help people in dreadsylvania with element, and monster banishing. I only just found out today that if a user has a space in their name, the script aborts. I did not write this, it was written for me. record note {...
  14. Pazleysox

    Bug - Not A Bug Mallmode error?

    Whups. Sorry 'bout that. I had no idea! Of course. Thank you.
  15. Pazleysox

    Bug - Not A Bug Mallmode error?

    I was scripting some turns, and this happened: In mallmode, couldn't find a best restorative. Huh? Please report this error on the Kolmafia.us forums! Not sure how much info to include, so I'll give you what I can. I was running my 'Rollover Management' script, which I've been running for a...
  16. Pazleysox

    Feature - Rejected Option to re-equip item

    I understand what you're saying. It was my choice to put the sticker in slot 3, not remembering I had the pin there. I just thought it would be nice to be able to pick a new slot for the pin right away, instead of having to go into my inventory page, find it, and pick a different slot is all...
  17. Pazleysox

    Feature - Rejected Option to re-equip item

    I got my "I Voted!" Sticker today, and had the option to equip it right away in the accessory slot of my choice. I chose #1, which un-equipped my bejeweled pledge pin. I needed my pin equipped to finish the level 12 quest. My request is when an item is equipped, can we have the option to...
  18. Pazleysox

    Improved Guild Trainer

    RLBond86 Last Login: March 17, 2018 Sadly the author has left KOL.
  19. Pazleysox

    Scripting the birth of a new life.

    My kids are 11, and 6. No college degrees here yet! (lol) There must be a few stories based around these characters. In the book I have, the little red hen wants to make a pizza, and spends the day buying what she needs, and asking for help, to which the response is (of course) Not I said the...
  20. Pazleysox

    Scripting the birth of a new life.

    It's a fun story. I have young children at home, and when I saw the comment by fronobulax, I knew exactly where it was from. I had also recently read this book too.
Back
Top