Search results

  1. StormCrow42

    How do I know the substat effect of eat(item)?

    The substat usage of the function is used in EatDrink.ash
  2. StormCrow42

    Equipt - an item selection tool

    With the new numeric_modifier() function in the latest build of mafia (after renaming the old version in the script), equipt seems to be getting the "correct" familiar (at least for Meat Drop, Item Drop, and Experience). However it doesn't seem to be getting the familiar equipment correct for...
  3. StormCrow42

    PullCrap! A script to buy stuff before ascension, and pull it after.

    It uses acquire, so no, it won't purchase stuff you already own. In fact, it probably won't buy insanely expensive stuff (subject to Mafia's cost threshold) even if you don't own it.
  4. StormCrow42

    Fortune Cookie Counterscript

    You have to catch the return value of adventure() in the script. Replace the line adventure(1, expensive_semi(get_property("semirareLocation"))); with if ( adventure(1, expensive_semi(get_property("semirareLocation"))) ) {}
  5. StormCrow42

    Noblesse Oblige: Dead Buffbot.

    It appears that the bot has hit too high of a level for Mafia. Jason says in the other forum post that the level 217 substats overflow the variables that Mafia uses.
  6. StormCrow42

    SmartStasis -- a complex script for a simple CCS

    I think that the optimum solution to gremlin stasising would be: If we're adventuring in currentJunkyardLocation, stasis only the gremlin that drops currentJunkyardTool If we're adventuring elsewhere in the junkyard AND we have the magnet, stasis everything but the AMC gremlin If we don't have...
  7. StormCrow42

    First Things First -- a multipurpose pre-combat consult script

    After adapting AutoMCD to take having Hero into account, I was curious if it would make sense to give FTF (and by extension SmartStasis) the option to consider you "intheclear" if your muscle score was high enough and you were wielding a shield.
  8. StormCrow42

    SmartStasis -- a complex script for a simple CCS

    Ok, I've tested the case of not visiting Yossarian between visits to various areas. Mafia clears currentJunkyardTool after you find one, but when I reset it to a nonsense value so that SmartStasis would still stasis gremlins, I found the other 3 tools without going back to visit Yossarian. So...
  9. StormCrow42

    Fortune Cookie Counterscript

    I guess I should also plug my upgraded version of this script, now with automatic dance card handling action.
  10. StormCrow42

    Fortune Cookie Counterscript

    The script simply avoids going to the same location as Mafia claims it found the last semi-rare at. There is no reasonable way for it to determine that Mafia's recollection is incorrect. If it is, it's either a Mafia bug, or you collected one outside Mafia. In the later case, "set...
  11. StormCrow42

    Fortune Cookie Counterscript

    Eating a cookie right after getting your semi-rare should somewhat minimize ending up with more than one cookie counter, as the extra values are more likely to be out of bounds. However the script is working as desired in this case, as if it fails to actually gather a semi-rare (because the...
  12. StormCrow42

    macguffin.ash (a script in progress)

    Find each line that produces that error and replace the "=" with "==". P.S. Is there a reason that the revamped scripts haven't been forked into their own thread so they're easier to find?
  13. StormCrow42

    SmartStasis -- a complex script for a simple CCS

    From what I've gathered, both from the wiki and from my personal observations when I've done the quest by hand, the tools only drop in the locations that Yossarian tells you. OTOH, I'm not absolutely positive that you have to visit him before they start dropping tools. I haven't tested the...
  14. StormCrow42

    PullCrap! A script to buy stuff before ascension, and pull it after.

    I just noticed that BuyCrap tries to bake your keys into pies after blowing up your chef. You should probably reverse the order of those two operations.
  15. StormCrow42

    Easy way to detect if I'm wielding a shield

    Ah, exactly the function I was looking for.
  16. StormCrow42

    Easy way to detect if I'm wielding a shield

    I'm looking to adapt AutoMCD to use my Muscle as the base stat for comparison if I have the skill Hero and am wielding a shield. Other than testing against a static list of shields, is there an easier way to determine if I'm wielding one?
  17. StormCrow42

    One-Click Wossname -- automatic level 12 quest completion

    +combat rate (for the lighthouse), and maximized HP, DR/DA (to stasis the gremlins longer).
  18. StormCrow42

    Looking for birdform MP conserving script

    I haven't tested it as it exists in such an attempt. Perhaps I'll do so after rollover and see how well it handles it in its current state. Edit: Tested adventuring with NPZR in the knob shaft. Script successfully used all 15 skills, although it wing buffeted a number of times (probably...
  19. StormCrow42

    Looking for birdform MP conserving script

    Looking better. It might be a good idea to put the various threshold values into variables for ease of customization. I look forward to seeing your solutions. Edit: I'm not certain if this is worth implementing in this script. It certainly isn't a priority. One interesting tactic that can...
  20. StormCrow42

    One-Click Wossname -- automatic level 12 quest completion

    OCW comes with various warplans that will get the other medals, you just need to configure it to use the correct one. It turns everything in for dimes and quarters by default, but you can configure what it turns in near the top of the script as well.
Back
Top