Search results

  1. B

    Bug - Fixed Casting Sweat out some booze via use_skill isn't decrementing the sweat property

    mafia may also be assuming that the pants must be equipped to use the skill but that is not necessary
  2. B

    Feature - Rejected current_pvp_stances().count() == 0

    you may always want to make decisions based on stances, like to increase scores or to decide to break the hippy stone, since KoL shows no stances from the fight page in some cases I would expect the stances to be instead gathered from Information Booth "peevpee.php?place=rules" they might be...
  3. B

    Bug - Fixed Vote +2 famxp not recognized by modtrace

    Same issues with https://kolmafia.us/threads/vote-modifier-not-counted.27477/
  4. B

    Bug Maximizer with 1x foldable mushroom leaves slots empty

    Trying to equip one foldable in four slots at once would be a different issue here
  5. B

    Feature Add keyword to limit a modifier in maximizer

    for only ML how would an unoptimal strategy like this affect evaluation time: if ML hard cap requested, when equipment with a ML modifier is written into the best slot, back up the second best and from then on compare scores without ML to second best too if total ML of best is over cap, combine...
  6. B

    Bug Maximizer with 1x foldable mushroom leaves slots empty

    the bug seems to be in outfit bonus evaluation, maximizer thinks it can get the Mushroom Masquerade outfit bonus by folding a single item into every slot, can only reproduce if you are able to closet any equipment that can give more than the outfit bonus in these slots
  7. B

    Feature Add keyword to limit a modifier in maximizer

    I see now I was confused by special interactions, like smithsness or watches when combining accessories, and 2handed weapons, they seem to have their score calculated later when the global score already includes the modifiers of other slots that the maximizer managed to set independently, that...
  8. B

    CanAdv -- check whether you can adventure at a given location

    13 level condition in zone_check seems unnecessary for zones from Tower Level 1 to The Naughty Sorceress' Chamber, they should always be available when their quest condition says so? and in Low Key Summer they can be accessed as early as level 12 case "Sorceress": return my_path() != "Bugbear...
  9. B

    Feature Add keyword to limit a modifier in maximizer

    Isn't this slower maximizing already what happens when using the "max" soft cap then? to give no more value over max of a modifier when several modifiers are requested still involves getting the total value of every combination
  10. B

    Bug - Fixed The Wizard of Ego quest state is not tracked from guild text

    Thank you, can confirm symptoms are fixed in Myst guild
  11. B

    CanAdv -- check whether you can adventure at a given location

    https://kolmafia.us/threads/the-wizard-of-ego-quest-state-is-not-tracked-from-guild-text.27583/ I don't know when properties like "questG03Ego" are supposed to be tracked but in any case the issue of CanAdv making repeated visits seems to be fixed if CanAdv visits the quest log after visiting "ocg"
  12. B

    Bug - Not A Bug ASH: aggregate inside a function persists unexpectedly

    Ok thanks for clarifying the aggregate inside the function was not persisting, instead the "input" aggregate itself was getting modified
  13. B

    Bug - Not A Bug ASH: aggregate inside a function persists unexpectedly

    void printoutput(int[int] input_argument) { int[int] incremented = input_argument; print_html(incremented[1]); incremented[1] += 1; } int[int] input; input[1] = 0; printoutput(input); printoutput(input); printoutput(input); Returns: Unless I misunderstand something what is...
  14. B

    Feature Add keyword to limit a modifier in maximizer

    a hard cap assumes the maximizer is able to reject combinations the same way it can exclude specific equipment when making combinations, can it do that? 1, when the maximizer fails to achieve requested min value doesn't it still return the best combination it found? if ML is treated like a...
  15. B

    Bug - Fixed The Wizard of Ego quest state is not tracked from guild text

    canAdv visits the guild url "ocg" based only on the tracking of questG03Ego so canAdv is expecting the property to be updated when visiting but it isn't, it seems only quest log visits update questG03Ego, so canAdv keeps visiting "guild.php?place=ocg" every time it is looking at guild zones, is...
  16. B

    Bug flyeredML Tracking Wrong

    Could it be the doubled ML when using backup camera in a fight?
  17. B

    Bug - Fixed turn spent getting boring binder clip not counted when it is turned into file on obtention

    Thanks again, all delay locations I checked now have accurate turns_spent too
  18. B

    Bug - Fixed turn spent getting boring binder clip not counted when it is turned into file on obtention

    Thank you, I failed to meet the autocraft situation using KoLmafia 26401 but can confirm the Hidden Temple puzzle counts turns faithfully now I have managed to reproduce choice -> fight in two locations in The Hidden Office Building, Encounter: Working Holiday choice 786/1: Fight ancient...
  19. B

    Bug - Fixed turn spent getting boring binder clip not counted when it is turned into file on obtention

    I could not reproduce with log in the Penultimate Fantasy Airship so far. Sending Hidden Temple if we call before and after changing monster A into monster B two different fights then the fight with monster A doesn't count for delay but finishing the fight with monster B does, at least when the...
  20. B

    Bug - Fixed turn spent getting boring binder clip not counted when it is turned into file on obtention

    I think the intent is to reflect what KOL counts as turns spent for delay - fights always count at least if they end in some way, not sure about rollover runaway - choices count only if they took at least a turn, multi choice chains count every step that took at least a turn In The Penultimate...
Back
Top