Search results

  1. Rinn

    ckb Standard Ascension

    Cool that's what I figured, day 1 softcore AT went well and the script basically ran without any stops. Only thing I almost got hung up by was I didn't have some of the items it wanted to pull in my storage so I just had to abort buy and pull them manually before continuing.
  2. Rinn

    ckb Standard Ascension

    Is a knoll sign still recommended?
  3. Rinn

    Mercenary Mood -- choiceadv adjustment as you go, modifier maintenance, etc.

    MercMood seems to be setting The Neverending Party choices to a state that causes an abort, here's the snipped log from yesterday: [5634] The Neverending Party Took choice 1322/1: accept quest choice.php?whichchoice=1322&option=1&pwd > MM: Choice 1324: Go to the kitchen for food stuff. > MM...
  4. Rinn

    sl_ascend - a cc_ascend fork

    The script always passes a filter to run_combat() to run it's own combat script so at the moment there isn't a quick and dirty way to have not use it's logic. This is something I was going to look into because yeah I agree the combat handling, especially for moxie classes, is not super great.
  5. Rinn

    sl_ascend - a cc_ascend fork

    Here's the original ccascend thread https://alliancefromhell.com/viewtopic.php?t=6363
  6. Rinn

    sl_ascend - a cc_ascend fork

    I was thinking about doing this, I have a bunch of similiar local changes to cc_ascend already. I'll see about what was done in your repo vs my local changes and make a pull request when I have some free time.
  7. Rinn

    How to script getting a semi-rare?

    Usually you'd run a counter script like CounterChecker.
  8. Rinn

    Feature Indicate that something is running in gCLI

    Mind sharing the relevant nginx config? I was trying to reverse proxy the relay browser from my server a while ago and I was having trouble getting it to work.
  9. Rinn

    New Content January 2019 IotM - Kramco Sausage-o-Matic™

    The choice adventure number is 1339 and you can walk away from it. If mafia is going to support creating the sausages the best way would probably be to create dense meat stacks\meat stacks\meat pastes and grind those, the price is 111*(N+1), where N is the number of sausages you have created...
  10. Rinn

    Spacegate

    Thanks for this, I'm still using the GingerBread script daily and I'm going to see if this'll get me the primitive alien drops.
  11. Rinn

    Bug Purchases right click "Go To Store..." NullPointerException if store is a coinmaster

    Purchases right click "Go To Store..." NullPointerException if store is a coinmaster Minor issue, right-click 'Go To Store...' on a coinmaster is trying to open a mall store page and hitting a NullPointerException. class java.lang.NullPointerException: nulljava.lang.NullPointerException at...
  12. Rinn

    Bug eat cli command attempted to buy from unavailable coinmaster

    I've been trying to fill out my consumption history recently and I noticed this when I ran 'eat bone meal' in the cli: Verifying ingredients for bone meal (1)... Searching for "bone chips"... Search complete. Purchasing bone chips (6 @ 500)... Purchasing bone chips (10 @ 623)...
  13. Rinn

    FamiliarDrops - Get profitable drops from familiars

    I've updated this to support additional familiars that repeatedly drop items such as XO Skeleton & Intergnat, and familiars that drop an item a small percentage of the time such as the Obtuse Angel dropping time's arrows. It also supports Puck Man & Ms. Puck Man as well. I might be missing some...
  14. Rinn

    Bug - Fixed 'acquire print screen button' fails if the coinmaster is sold out

    This isn't a huge deal as I can call buy() manually but I would have expected acquire to attempt to buy from the mall if _internetPrintScreenButtonBought is true. > acquire print screen button Verifying ingredients for print screen button (1)... Purchasing print screen button (1 @ 111...
  15. Rinn

    Guide

    Would you be able to to put free runs, banishes, & instakills in a separate section (or group them)? I'm finding it difficult to keep track of all of my available uses in aftercore as the Resources section is filled with a bunch of random stuff.
  16. Rinn

    Faxing In Factory Worker (female)

    Yeah that's because mafia tracks those monsters as 'factory worker (male)' and 'factory worker (female)' to prevent ambiguity but those names don't match the kol name. Since that information isn't stored for cheesefax when mafia loads the xml the name doesn't match and that entry is ignored...
  17. Rinn

    Faxing In Factory Worker (female)

    You should call can_faxbot(monster) before trying to fax anything: > ash $monster[factory worker (female)].can_faxbot() Returned: false There are a number of monsters that are in the fax network that aren't exposed in the xml file the faxbots are providing so mafia won't be aware of...
  18. Rinn

    BatBrain -- a central nervous system for consult scripts

    I updated batfactors.txt to have basic support for A New Habit, it doesn't know about the stat gain but should allow it to be cast now if you have turns of Habituated.
Back
Top