Search results

  1. taltamir

    Bug - Not A Bug exception: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server

    doesn't mafia update all by default on first login of the day? sounds like svnThreadPoolSize should be 1 by default instead of 2.
  2. taltamir

    Feature - Implemented track monster elemental resistance (not talking about monster element)

    consistency. mafia tracks the physical resistance of monsters. so why not elemental resistance? any reason given to not track elemental res also applies to why mafia should not track physical res. and vice versa, any argument why it should track physical res also applies to why it should track...
  3. taltamir

    New Content - Implemented You, Robot - Spring Challenge Path

    @gausie there is a maximizer issue where it thinks muscle provides hp in you, robot. it does not.
  4. taltamir

    Feature track a-boo clue active

    it would be great if mafia could track the state of a clue having been used, but "The Horror" not yet encountered. when you use an a-boo clue your next adventure in a-boo clue will be the special called "The Horror" that reduces hauntedness so long as you have cold and spooky res. however this...
  5. taltamir

    New Content - Implemented You, Robot - Spring Challenge Path

    defeating groarbot does not change questL08Trapper from step4 to step5 also > refresh quests Retrieving quest data... Preference questL09Topping changed from unstarted to started Preference questL07Cyrptic changed from unstarted to started Requests complete. these two quests do not correctly...
  6. taltamir

    Feature - Implemented track monster elemental resistance (not talking about monster element)

    would be great of mafia tracked monster's elemental resistance. there is enemy.physical_resistance which mafia tracks and there is enemy.monster_element which mafia tracks (from which you can derive 100% immunity to that element if not $element[none]. and weaknesses) but there are various...
  7. taltamir

    New Content - Implemented You, Robot - Spring Challenge Path

    at the end of the frat-hippy war [1565] Frat House Preference lastEncounter changed from War Hippy Elder Shaman to The Artificial Wisniewski Encounter: The Artificial Wisniewski 1. that was wartime hippy camp. not frat house. 2. mafia failed to update quest progress when he died 3. mafia...
  8. taltamir

    New Content Wildfire - Fall 2021 challenge path

    There are no guesses involved, it is just tracking. And without accounting for these issues mafia is simply not tracking it correctly The biggest issue is that whenever an area disappears from hangk, mafia resets that zone to 5. so let us say the scenario is thus: you wore continuum...
  9. taltamir

    New Content Wildfire - Fall 2021 challenge path

    @heeheehee are you quoting mafia's $monster[] output? Well. I just checked monster manuel both versions of dr. awkward say "Never wins initiative" for both with a picture of a snail. but mafia shows things differently > ash $monster[Dr. Awkward\, who is on fire].raw_initiative Returned: 0 >...
  10. taltamir

    New Content Wildfire - Fall 2021 challenge path

    So mafia is doing it by design. but as ckb noted in the linked post the design is bad as this causes bad tracking for zones whose availability varies based on your currently equipped equipment
  11. taltamir

    New Content Wildfire - Fall 2021 challenge path

    missing manuel script automatically detected an error in mafia'a data for a wildfire monster: Manuel says that 'Dr. Awkward, who is on fire' (2214) 'Never wins initiative', but KoLmafia says it is 0 I think this is an issue with mafia. not sure, might be a problem with automatic error...
  12. taltamir

    New Content Wildfire - Fall 2021 challenge path

    Actually I expanded this test script to make it universal void test1() { boolean dusted = get_property("wildfireDusted").to_boolean(); boolean fracked = get_property("wildfireFracked").to_boolean(); boolean sprinkled = get_property("wildfireSprinkled").to_boolean()...
  13. taltamir

    New Content Wildfire - Fall 2021 challenge path

    I extracted a list from $locations[] of all the relevant locations tracked in mafia /* Below are relevant locations for the war. war not started or finished with this side undefeated: [Frat House] [Frat House In Disguise] //r25731 incorrectly identifies this as [Frat House] when encountered...
Back
Top