Search results

  1. taltamir

    Feature - Rejected mafia pinky ring auto use when you do not have one

    I am guessing the issue is that the mafia pinky ring check is looking and seeing I have enabled "buy items from the mall whenever needed. It thus triggers the code for "has a mafia ring" and then does a retrieve on it?
  2. taltamir

    Bug - Not A Bug smithness items HP tracking issues

    There is an issue with mafia's HP tracking involving hand in glove and the other smithness items. Wearing the outfit: hairpiece on fire misty robe denim jacket sticky hand whip half a purse vicar's tutu plaid pocket square hand in glove ratskin belt I have a max HP of 271 CLI command unequip...
  3. taltamir

    Feature - Rejected mafia pinky ring auto use when you do not have one

    It actually tries and fails to mallbuy the ring. since ring costs 250k+ in the mall and I don't have enough money. > drink bottle of laundry sherry Searching for "mafia pinky ring"... Search complete. Desired purchase quantity not reached (wanted 1, got 0) Searching for "mafia...
  4. taltamir

    Feature - Rejected mafia pinky ring auto use when you do not have one

    The preference "autoPinkyRing" does not account for the possibility that it is true and that you do not have a pinky ring. specifically if you do not have it, it should: 1. do not include it in adv gain calculation 2. do not try to equip it before drinking as it is, it just results in an error...
  5. taltamir

    Bug - Fixed Dependence day not detected on IRL date 0704

    thank you for the fix
  6. taltamir

    Automatically download the newest daily build

    thank you. I will let you know if I encounter anymore issues where can I download your updated version with the workaround?
  7. taltamir

    Bug - Fixed Dependence day not detected on IRL date 0704

    Holidays can occur either due to IRL holidays or due to kol internal calendar. holiday() function does not detect dependence day when IRL date ends in 0704 aka 4th of july I can try to make a script recognize it via checking the date with today_to_string().substring(4, 8) == "0704" but even if...
  8. taltamir

    Bug crowd of adventurer bosses are not marked as bosses

    Also "cosmetics wraith" is a boss too
  9. taltamir

    Bug crowd of adventurer bosses are not marked as bosses

    At the crowd of adventurers during the tower tests https://kol.coldfront.net/thekolwiki/index.php/A_Crowd_of_Adventurers the bosses of each test are not recognized as bosses by mafia. They are: $monsters[Tasmanian Dervish, Mr. Loathing, The Mastermind, Seannery the Conman, The Lavalier...
  10. taltamir

    New Content - Implemented regression in questL10Garbage tracking in ed

    Previously this was fixed in https://kolmafia.us/showthread.php?24767-Quest-tracking-preferences-change-request(s) But either it has regressed in a recent mafia build. Or mafia no longer auto corrects it when you click on the stalk in ed and it has been unlocked already [/COLOR]
  11. taltamir

    Bug - Fixed abort does not work in combat

    Thank you. I think it looks great. I am fine with it printing that combat script is what caused the abort. I tested the new version and it works. even when embedded in subfunctions called by the filter function like so string test2(int round, monster enemy, string text) { abort("test abort...
  12. taltamir

    Automatically download the newest daily build

    In the last 4 days or so the jenkins server has become slow and unreliable. instead of downloading in 2 seconds it takes 2 minutes, and it always drops the download at least once before it finishes (tested more than 20 times per day each day) when i manually download with firefox i just hit...
  13. taltamir

    Bug - Fixed Clover tracking broken

    thank you
  14. taltamir

    Bug - Fixed Clover tracking broken

    r20208 (and some versions before too) clover tracking is not working correctly anymore. acquire 1 ten-leaf clover adventure in haunted ballroom then CLI > use ten-leaf clover Using 1 ten-leaf clover... Updating inventory... KoL says don't have that item, but KoLMafia thinks you do, so...
  15. taltamir

    New Content - Implemented Guzzlr tablet - May Item of the month

    Thank you for doing that. Also my apologies for not helping on that one even though I said I would. I got caught up in some IRL stuff and what free time I had I ended sinking into autoscend.
  16. taltamir

    ZLib -- Zarqon's useful function library

    @zarqon you recently added grimstone mask not being valid in ed. But I recently found out that (despite no mention in the wiki at the time) it is also invalid in Vampyre. The vampyre message is also a generic one that says "You can't use this item as a non-standard class. Sorry." so I think it...
  17. taltamir

    Feature - Implemented OCRS cosmetic modifiers

    very nice. thank you
  18. taltamir

    Bug - Not A Bug is_unrestricted() incorrectly thinks grimstone mask is unrestricted in ed

    I see. thank you. I updated the wiki entry for this function to clarify it does not check path restrictions only standard restrictions. Also, apparently grimstone masks are not limited in just ed, its just that nobody noticed/bothered to put the info the wiki. vampyre fails with "You can't use...
  19. taltamir

    Bug - Not A Bug is_unrestricted() incorrectly thinks grimstone mask is unrestricted in ed

    In path "Actually Ed the Undying" the command > ash print(is_unrestricted($item[grimstone mask])); true This should return false not true Checking all paths in the wiki, Actually Ed the Undying is the only path with an explicit exception that forbids him from using the grimstone mask...
  20. taltamir

    Bug - Fixed Snojo images disappeared by mafia in disguise delimit path

    r20195 works for me now thanks for the fix. and yea those OCRS monsters look awful
Back
Top