Search results

  1. taltamir

    missingManuel.ash - Yet Another Manuel Script!

    missingmanuel revision 44 fails to run on mafia r27785 with the error message > missingmanuel Bad monster value: "Rene C. Corman" (missingmanuel.ash, line 115, char 392 to char 408)
  2. taltamir

    Feature - Rejected retrieve_item option to not abort on failure

    Actually now that I think about it. I think I discussed it with someone long ago and learned it was some sort of error state rather than a full abort() which interrupts some things but not others. (a full abort() would have not been eaten by print) So the correct feature request would be to...
  3. taltamir

    Feature - Rejected retrieve_item option to not abort on failure

    when retrieve_item fails it both returns true and also throws an abort. would be great if there was an option for it to not do that. currently available: boolean retrieve_item( item ) boolean retrieve_item( item, int ) boolean retrieve_item( int, item ) add boolean retrieve_item( item, boolean...
  4. taltamir

    Bug retrieve_price incorrect values

    actually. in retrospect it is obvious how it should be used. for determining values of consumables for items that automatically eat, drink, or restore hp/mp. would be great if there was either another function, or same function with an extra bool. that provided only the price of creation... I...
  5. taltamir

    Bug retrieve_price incorrect values

    Alright. I created wiki page for it. thanks @heeheehee for the info about what the boolean did. do you know if there is a CLI equivalent command to it? why is retrieve_price using the autosell value? selling is the opposite of retrieving How would you even use this? it doesn't actually tell me...
  6. taltamir

    Bug retrieve_price incorrect values

    Thanks. With this info I think I should be able to start creating the wiki entry. although much of it is still unknown to me Thanks. Well, it seems that in debug log it does nothing but just put a copy of the same results as gcli with the advantage though of not having the weird copy issues of...
  7. taltamir

    Bug retrieve_price incorrect values

    another example > ash retrieve_price(1,$item[Staff of the Kitchen Floor],true) Searching for "stench wad"... Preference _concoctionDatabaseRefreshes changed from 186 to 187 Search complete. Returned: 34944 > ash retrieve_price(1,$item[Staff of the Kitchen Floor],false) Returned: 34944 I...
  8. taltamir

    Bug retrieve_price incorrect values

    There are some issues with retrieve_price function > ash retrieve_price($item[staff of the grease trap]) Returned: 89307 Searching for "sleaze wad"... Preference _concoctionDatabaseRefreshes changed from 163 to 164 Search complete. Searching for "flirtatious feather"... Search complete. >...
  9. taltamir

    Feature - Implemented track bombed back to stone age or auto fix locations

    thank you I searched preferences for "frat" because I was assuming it would show up as "side won" instead of "side defeated". I went through all the preferences that had frat in them and saw this one was "missing". but that was my mistake there.
  10. taltamir

    Feature - Implemented track bombed back to stone age or auto fix locations

    The completed questlog text for having won as the fratboys is:
  11. taltamir

    Feature - Implemented track bombed back to stone age or auto fix locations

    I am trying to script getting [around the world]. which is a non tradeable, non discardable booze. you need to drink 80 of them for a trophy. and also need them to craft some chefstaves I am running into the issue where mafia does not seem to track the bombed status of the camps. and does not...
  12. taltamir

    New Content crimbo 2022

    Unknown item found: tiny plastic locomotive (11043, 270326005) -------------------- 11043 tiny plastic locomotive 270326005 c22_tp1.gif accessory t 0 tiny plastic locomotive 0 none Item tiny plastic locomotive Initiative: +10 -------------------- You acquire an item: tiny plastic locomotive
  13. taltamir

    New Content crimbo 2022

    Unknown item found: tiny plastic coal car (11042, 499960592) -------------------- 11042 tiny plastic coal car 499960592 c22_tp2.gif accessory t 0 tiny plastic coal car 0 none Item tiny plastic coal car Hot Damage: +5, Hot Spell Damage: +5 -------------------- You acquire an item: tiny...
  14. taltamir

    New Content crimbo 2022

    Unknown item found: tiny plastic passenger car (11040, 540277464) -------------------- 11040 tiny plastic passenger car 540277464 c22_tp4.gif accessory t 0 tiny plastic passenger car 0 none Item tiny plastic passenger car Familiar Weight: +3 -------------------- You acquire an item: tiny plastic...
  15. taltamir

    ttpack = a collection of scripts by taltamir

    done. thank you. I should also make a specific setting for this too. allowing opt out.
  16. taltamir

    New Content crimbo 2022

    I noticed there is no thread for new content for crimbo 2022. so I am creating it. mafia now tracks whether you have trained someone today using the _crimboTraining value it would be great if it tracked which skill your manual is for. I tested on alts and ascending does not change the skill...
  17. taltamir

    Feature .js scripts stack trace only prints to gCLI and not logged. discrepancies compared to .ash

    whenever there is an error in a .ash file in mafia it will print a stack trace into the gCLI and also to the session log. however .js scripts only print the trace to the gCLI and not to the session log. Also for some reason it is not called a stack trace even though it clearly traces the error...
  18. taltamir

    ckb Standard Ascension

    nemesis doesn't currently work > ckb-Nemesis.ash Multiple matches for "carton of astral energy drinks"; using "[10882]carton of astral energy drinks". (ckb-One.ash, line 905, char 61 to char 93) Clarify by using one of: $item[[5139]carton of astral energy drinks] $item[[10882]carton of astral...
  19. taltamir

    New Content - Rejected Barrel Full of Barrels

    I now recall that I did make a BR about it years ago https://kolmafia.us/threads/barrel-full-of-barrels-automation-doesnt-work.23239/ could probably go ahead and close that one too as a wontfix.
  20. taltamir

    autoscend - a sl_ascend fork/continuation

    A bit late to respond but might as well. so wait, you actually saw the message? I was always concerned about people not seeing it. But if you saw it, why didn't you just follow the explicit instructions it gives in the message on how to fix the problem? are the instructions unclear? I can try...
Top