Search results

  1. Theraze

    Source Terminal GUI

    If the choice library is a requirement, then Ezandora should consider adding it as a dependency for this script to run, so it just works. But... eh. :)
  2. Theraze

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Wild guess - you're running this without the "Run SC as HC" flag on, so you are 100% responsible for all equipment changes, but still wanting BCA to make this change. It won't. Unless you turn SC as HC on, so it will control equipment. After it decides that it isn't the GMoB, it will follow...
  3. Theraze

    Nemesis quest script

    Was it possibly equipped when you kicked off the script, so failed to be detected by an item_amount check?
  4. Theraze

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    It should ignore your CCS and WHAM if it's working properly. Maybe it has to do with how combat filters are handled and some of the fixes that have tweaked that recently. I rarely have the antique mirror on lazy runs, so...
  5. Theraze

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Getting killed how? Regardless of what you're doing, barring you having an autoattack that's messing with combat, it's supposed to use consultGMOB to sort things out automatically... nothing's changed there.
  6. Theraze

    Standard Rollover Bonus

    One usefulness/server-hit suggestion: print ("You have 0 pulls remaining, Script will only maximize rollover for you."); cli_execute("maximize adv"); print("Adventures Maximized.", "Green"); Rather than "maximize adv" by itself, might I suggest "maximize adv, -tie" instead? If you don't...
  7. Theraze

    Slime Tube Adventuring Script

    And I'm saying that trying to run a relay script from the gCLI will not work. So don't try to do that. In fact, having multiple copies of the same script scattered in your mafia folder tree may cause all copies to fail to run. As lost said. If manually going to the right address doesn't work...
  8. Theraze

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    That makes perfect sense. :)
  9. Theraze

    Bug - Not A Bug Out of Memory Error

    Also, if you sync mafia through Dropbox or OneDrive, or have it configured otherwise, you can use file versioning to restore back to a non-corrupted preference file... Basically, anything above 400kb is corrupted. Take the second-newest small file, since the newest small file is the one that is...
  10. Theraze

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Well, while 1 moxie and 3 hp are trivial, so is 1 mp. And hey, maybe that will actually help someone...? But mainly because it wasn't something I wrote. You'd need to ask BCC about that. :)
  11. Theraze

    auto BHH and friends

    Does it still work since BHH changes? If so, then you just run it and it auto-bounties for you.
  12. Theraze

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Well, there's the reason. :) After level 7, your gear and skills should be enough to make that unnecessary, especially if you're using WHAM or SimpleSmack to take care of your combat.
  13. Theraze

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Wild guess, you're above level 7? From the moxie casting section: case $stat[Moxie] : if (my_level() < 7) { if (have_skill($skill[The Moxious Madrigal]) && my_path() != "BIG!") cli_execute("trigger lose_effect, The Moxious Madrigal, cast 1 The Moxious Madrigal");
  14. Theraze

    Bug - Not A Bug Pastamastery isn't being cast by Breakfast when in L2A path

    My today, LtA, in HC. Looks like you have some setting wrong as mafia itself will cast pasta and sauce even if you can't consume them, with the proper preferences set.
  15. Theraze

    Bug - Not A Bug SSLHandshakeException on startup

    Yeah, anything above Java 1.7.09 (I think) will enforce obsolescence. After they mark it as invalid, you can't run security exceptions anymore. If you want a forever Java, your easy choices are third party or something with tons of well documented security holes.
  16. Theraze

    New You 2.0 (New New You?)

    Personally, I have an AfterAdventure script that automatically closets bowling balls after the king has been liberated...
  17. Theraze

    Bug - Not A Bug Pastamastery isn't being cast by Breakfast when in L2A path

    Did you tell it to honor path restrictions? If so, then it won't cast.
  18. Theraze

    Bug - Not A Bug Macintosh Sierra - Cannot launch Mafia 17.6 after downloading it

    Yes. Use the Jar rather than the App, as per above. Good that you found a workaround that works for you. Most people won't choose to gut their OS security. :)
  19. Theraze

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Awesome, thanks. Being able to do normal automation there should make new people stop posting new confusion every year or so. :)
  20. Theraze

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    As I understand autostop adventures, having a condition will make mafia continue adventuring until that condition is met ignoring the autostop, so that does support that theory. Good to know there's another workaround though.
Back
Top