Search results

  1. Fluxxdog

    Bug - Not A Bug r16495 - Mafia tries choice other than what's in preferences

    From log:Encounter: The Floor Is Yours Took choice 1091/3: empty lava bottle -> full lava bottle choice.php?whichchoice=1091&option=3&pwdHad it happen with this choice also. I had it set to choice 2, but it kept picking 3, which did nothing since I had no empty bottles, which caused it to return...
  2. Fluxxdog

    Bug - Not A Bug r16495 - Mafia tries choice other than what's in preferences

    > choice-goal Requested choice (5) for choice #1116 is not currently available. choice 3: Look for some blood (fill bucket by 10-15%) choice 4: Raid the bar (acquire cocktail ingredients) choice 6: Raid... your way... out of the hotel (leave) Click here to continue in the relay browser. > get...
  3. Fluxxdog

    Feature - Implemented Unique combat flag

    January 20,2038 "Alright, the '38 bugs are all cleaned up. Time for a new Sauceror run, since I won't have to fix that bug again for another 292 billion years or so."
  4. Fluxxdog

    Feature - Implemented Maximizer equips based on attack stat

    Nah, if you use +melee, +effective as your only criteria, maximizer will fail every time for non-Tricky moxies. Hadn't tried -melee +effective for Muscle or Myst classes, I don't have access to those at the moment.
  5. Fluxxdog

    Feature - Implemented Maximizer equips based on attack stat

    BCA found a side-effect of using +melee and +effective together. Using both for an Accordion Thief, and likely other moxie classes that do not have Tricky Knifework, will cause the maximizer to fail every time. The code that snagged this little gem was 0 beeosity, mainstat 999999999 max, .25...
  6. Fluxxdog

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

    Found a bug:[480] Twin Peak Encounter: Wooof! Wooooooof! Submitting option 1 for choice 1106 You gain 5 Muscleboundness You gain 2 Magicalness You gain 4 Roguishness Verifying ingredients for jar of oil (1)... You acquire an item: jar of oil Successfully created jar of oil (1)I have my default...
  7. Fluxxdog

    New Content - Implemented The Glaciest

    Unknown item found: airplane charter: The Glaciest (8674, 509021709) -------------------- 8674 airplane charter: The Glaciest 509021709 aircharter.gif usable t 0 Item airplane charter: The Glaciest Free Pull -------------------- Wal-Mart buy 5 shoulder-warming lotion ROW763 --------------------...
  8. Fluxxdog

    Feature not recognizing slimeling is empty

    Just a note: r16402 still doesn't recognize empty slimelings. @Roippi: It seems SS doesn't reset your slimeling pref anymore, otherwise I might not have noticed using a buttload of Mild Curse while SS was waiting for a 1.0 full Slimeling..
  9. Fluxxdog

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

    Around line 7251: if (get_property("dailyDungeonDone")!="true" && my_level() > 6 && get_property("bcasc_dailyDungeonEveryday") == "true") { cli_execute("adv * daily dungeon"); } There no check to see if the dungeon has been done today already if you set it to do the dungeon daily. I changed...
  10. Fluxxdog

    Notepad++ help

    Was just looking for this ^^ A sticky containing all the little tips, tricks, tools, and tutorials would be nice.
  11. Fluxxdog

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

    Found something: You acquire an item: Shakespeare's Sister's Accordion Successfully created Shakespeare's Sister's Accordion (1) ... BCC: Getting an Accordion before we start. From the looks of the code, line 6500: if (my_class() == $class[Accordion Thief] && i_a("stolen accordion") == 0 &&...
  12. Fluxxdog

    Bug r16311 - RecoveryManager.isRecoveryActive() returns true when disabled

    Yes, part of a BBS. I remember reading that one... here.
  13. Fluxxdog

    Bug r16311 - RecoveryManager.isRecoveryActive() returns true when disabled

    I have a script that makea Superhuman cocktails. I have a `create(1,drink)` command that makes any possible SHC at the time. When I started noticing this, I was actually in the the Barrr, getting rum, which would trigger the command since I also had access to the fruit stand via outfit. It would...
  14. Fluxxdog

    Bug r16311 - RecoveryManager.isRecoveryActive() returns true when disabled

    When hpAutoRecovery and mpAutoRecovery are set to negative values, the auto-recovery mechanism is effectively disabled. However, the mentioned method is returning true, causing aborts such as:Aborting implicit outfit change due to potential infinite loop in auto-recovery. Please buy the...
  15. Fluxxdog

    Sourceforge downtime -- discussion of alternatives

    It is for a lot of people. It seems the Github clients are designed to work with Github, not git in general. Most IDEs (and apparently Notepad++! I'll have to check that out) have plugins for using git, as well as the actual git tools themselves. If you want to play around with actual git...
  16. Fluxxdog

    Feature - Implemented Track grains of salt used per day

    Grains of salt are limited to a maximum of 3 per day. EatItemRequest.java catches it and deducts from the item pool, but there's nothing to track actually using it.
  17. Fluxxdog

    Feature - Implemented Let ASH scripts have "static" data

    Cool, wanted to be sure. I added a note to the wiki for future reference.
  18. Fluxxdog

    Feature - Implemented Let ASH scripts have "static" data

    Not sure if intentional or bug, but I did some playing around. I have 2 little scripts, pail.ash, and pot.ash. pail.ash:static int calls; void test() { calls += 1; print( "test function called " + calls + " times." ); } test(); test(); test(); test(); test(); test();The static is...
  19. Fluxxdog

    Bug - Fixed r15600 - ClassCastException on Mr. STore

    Getting a ClassCastException when I visit Mr. Store. Debug log and HTML attached <centeR> <table width=95% cellspacing=0 cellpadding=0> <tr> <td style="color: white;" align=center bgcolor=blue><b>Mr. Store</b></td> </tr> <tr> <td style="padding: 5px; border: 1px solid...
  20. Fluxxdog

    Scripts on SVN

    Good point. Thank you.
Back
Top