Search results

  1. E

    New Content - Implemented The Source

    Minor tracking/creation issue, when source agents replace a monster: [441] The Hidden Office Building Encounter: pygmy witch accountant Round 0: Ezandora wins initiative! Round 1: Ezandora wins the fight! You acquire an item: McClusky file (page 5) Use 1 boring binder clip + 1 McClusky file...
  2. E

    New Content - Implemented The Source

    After ascending the source: sourceEnlightenment 0 sourcePoints 2 (someone else could double check this) The code: if ( KoLCharacter.inTheSource() ) { Preferences.setInteger( "sourceEnlightenment", Preferences.getInteger( "sourcePoints" ) ); } Is KoLCharacter.ascensionPath set when...
  3. E

    New Content - Implemented The Source

    The sourceInterval property should probably be reset to 0 upon ascension. At the same time, sourceEnlightenment could be set to the minimum of 11 and sourcePoints's value, as that's its initial value.
  4. E

    Bug r16935 debug log when going to inventory in Bad Moon SC run

    For reference, that line is: int [effect] my_effects = my_effects(); Called during the periodic XMLHTTPRequest polling guide does of mafia. My debug logs have this occuring six times since 2014. Maybe a minor race condition? It is possible, though difficult, to reproduce this bug. Method...
  5. E

    Witchess Puzzle Solver

    For 119, try: UU RRR D LL D RRRR U R D R UU LLL U L U LLL U RRRR D RRR U LL U LL U LLL UU R D R U RRRR D LL D RRR UU
  6. E

    New Content - Implemented March 2016 IOTM - Witchess Set

    Maybe just the solution URLs?
  7. E

    New Content - Implemented Feb 2016 IotM -- LT&T telegraph office deed

    Seems to still be in effect as of r16727: class java.lang.IllegalStateException: No match found java.lang.IllegalStateException: No match found at java.util.regex.Matcher.group(Matcher.java:536) at net.sourceforge.kolmafia.session.ChoiceManager.preChoice(ChoiceManager.java:6666) at...
  8. E

    Guide

    This is probably the aftershock of the github update bug. Run these two commands in the graphical CLI, and it should fix it from now on: svn delete Ezandora-Guide-branches-Release svn checkout https://github.com/Ezandora/Guide/branches/Release/
  9. E

    New Content - Implemented Feb 2016 IotM -- LT&T telegraph office deed

    r16696 Clicking the accept quest button in the LT&T choice adventure sometimes causes an NPE: Unexpected error, debug log printed. class java.lang.IllegalStateException: No match found java.lang.IllegalStateException: No match found at java.util.regex.Matcher.group(Matcher.java:536) at...
  10. E

    Bug - Fixed Nemesis tracking

    Starting the nemesis quest as a mysticality class also does not set questG04Nemesis to started. Quest intro text: <b>The Unquiet Garves</b></a>, in <a class=nounder href="place.php?whichplace=cemetery"><b>The Misspelled...
  11. E

    Bug - Fixed Nemesis tracking

    For turtle tamers, the step7 bug seems to be fixed, but not step10. Change the step10 code to this: if ( responseText.contains( "in the Big Mountains" ) && !responseText.contains( "not the required mettle to defeat" ) ) The turtle tamer intro text is similar to seal clubber's, but has "her"...
  12. E

    Bug - Fixed Nemesis tracking

    r16619 questG04Nemesis tracking as a seal clubber has a few minor bugs. handleGuildChange() in QuestManager.java: if ( responseText.contains( "in the Big Mountains" ) ) { QuestDatabase.setQuestProgress( Quest.NEMESIS, "step10" ); } if ( responseText.contains( "Meatsmithing hammer" ) ) {...
  13. E

    Bug - Fixed Mayo property tracking

    r16613 Acquiring mayo condiments affects _mayoDeviceRented and _mayoTankSoaked tracking: > prefref _mayo _mayoDeviceRented(user, now 'false', default false) _mayoTankSoaked(user, now 'false', default false) > acquire mayoflex Purchasing Mayoflex (1 @ 950)... You spent 950 Meat You acquire an...
  14. E

    Bug - Fixed Ice house banish parsing

    Yay, I think this is fixed. "writing desk banished by ice house."
  15. E

    Guide

    If you have adventured there outside of mafia, guide's tracking will falter. That could be the cause? Some technical details on how that test works: -Check the property "oilPeakProgress". If it's not 0, you still need to reduce the pressure. -Check if the value of $location[oil...
  16. E

    New Content - Implemented January 2016 IotM: X-32-F snowman crate

    You could parse that from the console page. When I tried to fight the snowmen without visiting the console first this new ascension, it gave me a message: The X-32-F Combat Training Snowman is currently deactivated. You should turn it on using the nearby controle console before you try to...
  17. E

    Bug - Fixed Ice house banish parsing

    Tested on r16573. Steps: 1. Adventure in one of several areas where banishing is impossible. (secret government lab, toxic teacups, seconds diner, etc) 2. Visit ice house in the museum. Results: "Banish ice house failed." in the GCLI > ash $monster[a.m.c. gremlin].is_banished() Returned...
  18. E

    Feature - Implemented Improvements to appearance_rates()

    r16545 The ASH function appearance_rates() seems to not take into account these adjustments: > ash my_ascensions() Returned: 73 > prefref relocate relocatePygmyJanitor(user, now '73', default -1) relocatePygmyLawyer(user, now '3', default -1) > ash $location[the hidden...
  19. E

    New Content - Implemented October 2015 IotM: haunted doghouse

    r16526 Mafia will track banishes done by the tennis ball, but not against group monsters. To reproduce: 1. Throw a tennis ball at pygmy orderlies. 2. ash $monster[pygmy orderlies].is_banished() => false In src/net/sourceforge/kolmafia/request/FightRequest.java: case ItemPool.TENNIS_BALL: if...
  20. E

    New Content - Implemented The Glaciest

    Octopus oculus is listed in mafia as one adventure, but it is two: > ash $item[octolus oculus].adventures Returned: 1-1 Chewing 15 octolus oculus... You gain 2 Adventures You gain 15 Roguishness You gain 2 Adventures You gain 27 Cheek You gain 2 Adventures You gain 27 Roguishness You gain 2...
Back
Top