Search results

  1. taltamir

    Bug - Not A Bug untinker tries to create the item first if you do not already have it

    I would guess this was for the days where abridged dictionary was untinkered into bridge. so it was hardcoded to always retrive the item first before untinkering it to save having to first buy it? in that case instead of changing the CLI command behavior, how about making an ash command for...
  2. taltamir

    Bug - Not A Bug untinker tries to create the item first if you do not already have it

    If you try to untinker an item you do not have via cli command "untinker name" then it tries to create the item first before untinkering it Here is the gCLI output > test.ash counting batteries [battery (AAA)] amount = 6 [battery (AA)] amount = 2 [battery (D)] amount = 0 [battery (9-Volt)]...
  3. taltamir

    autoscend - a sl_ascend fork/continuation

    What you need to do is in gCLI enter the following: svn delete autoscend after this is finished, install autoscend again. your settings will be preserved and you will not lose anything
  4. taltamir

    Bug - Fixed quantum terrarium aftercore have_familiar() thinks I have all familiar

    Quantum Terrarium after has a problem where have_familiar() thinks I have all familiars. causing a bunch of errors in scripts. after breaking prism > ash have_familiar($familiar[Blavious Kloop]); Returned: true > refresh all Loading character status... Refreshing session data...
  5. taltamir

    Bug inf loop when buying through maximizer while fighting monster

    step 1: be fighting a monster step 2: open maximizer step 3: select and execute an option that tries to buy, pull, & equip an item. this results in an infinite loop of "mall.php: redirected to a fight page." hitting esc does not stop it. you need to either terminate mafia or open it in web...
  6. taltamir

    Bug - Cannot Reproduce r20764 creatable_amount counts available amount

    Alright. Trying to reproduce it in aftercore with white pixel does not work. I am starting to think that maybe what happened was: 1. I had an inv desync issue with the mcclusky file 2. when testing to confirm the issue is as I chose to test gimlet and mon tiki, both easy to craft mid run, but...
  7. taltamir

    Bug - Cannot Reproduce r20764 creatable_amount counts available amount

    I initially had this bug with create(1, $item[McClusky file (complete)]); suddenly failing to create because creatable amount was counting inventory amount. I gave still examples because they were easier to do the quest item of the mcluskly file. I will try to find a superior item to act as an...
  8. taltamir

    Bug - Cannot Reproduce r20764 creatable_amount counts available amount

    ok this is getting weirder. creatable_amount does not seem to recognize that the nash crosby still has been used up for the day. so it is showing creatables even when there are none. And I am having harder time figuring out what is going on with it. ill drop the log of my latest experiment and...
  9. taltamir

    Bug - Cannot Reproduce r20764 creatable_amount counts available amount

    I will try some more testing to see if I can isolate a specific commit as the cause. Also just in case, so far I encountered it while I was in QT path, I will do further testing to try to isolate it further
  10. taltamir

    Bug - Cannot Reproduce r20764 creatable_amount counts available amount

    This appears to be a recent-ish change as I know it used to work correctly some time ago but now creatable_amount returns item_amount + cretable_amount not just how many we can create. for example > ash creatable_amount($item[gimlet]) Returned: 2 > ash create(1, $item[gimlet]); ...
  11. taltamir

    Feature Revert 20743?

    My suggestion is that instead of reverting things to the wild west of letting scripts overwrite each other's files. instead allow reorganizing using a file /settings/username_script_menu.txt which is used to record user made changes to the menu without moving or renaming actual files. currently...
  12. taltamir

    New Content Quantum Familiar Support

    I have the same issue. maximizer is trying to do a steal & fold & equip instead of unequip & fold & equip stealing cannot be done in QF while unequipping from currently equipped familiar can be done. in fact, removing the steal command works as well. if you use CLI command for fold & equip it...
  13. taltamir

    Bug - Fixed "svn update" does not move files in local copy

    in regards to that specifically. I think it wold be great if there was a way to instruct mafia itself that a specific file should be excluded from the scripts dropdown menu? like starting the first line with #exclude_dropdown and some way for include to handle it. (either only use it to exclude...
  14. taltamir

    Bug - Fixed "svn update" does not move files in local copy

    It does need to be validated across all script. I have previously encountered instances where two scripts clashed because they had an identically named file. the scripts just overwrite the file regardless of its location. so let us say I have /ttpack/util.ash and there is also...
  15. taltamir

    Feature - Rejected get_campground() does not parse terrarium

    isn't this check going to do the same as get_campground() but only manually via visit_url either way (get_campground or this visit url check) I would have to equally account for special paths such as you robot and nuclear autumn. (which I would).
  16. taltamir

    Bug - Fixed r20705 broke creatable_amount

    I tested it on both g-lover and actually ed the undying. with all the components available r20704 > ash creatable_amount($item[McClusky file \(complete\)]) Returned: 1 r20705 > ash creatable_amount($item[McClusky file \(complete\)]) Returned: 0
  17. taltamir

    Thoughts on renaming OCD-Cleanup?

    I really dislike the idea of renaming over such a thing.
  18. taltamir

    New Content IOTM - March 2021 - Power Seed

    breakfast is trying to harvest batteries in G-lover path which fails as potted power plant cannot be used in glover edit: should be fixed r20705
  19. taltamir

    Bug G-Lovers + clip art = create() function bug

    In G-lovers path you can create clip art items. but create() function fails to do so it seems that mafia is trying to access it as a skill instead of by visiting your mystical bookshelf creatable_amount correctly recognizes those items as creatable: > ash creatable_amount($item[fromage...
  20. taltamir

    Feature - Implemented exposing use limiter via function (patch inside)

    It has been a week without any comment. has anyone seen that a patch is available here by fredg1 that does this?
Back
Top