Search results

  1. StormCrow42

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Is EatDrink not able to figure out what dusty bottle to drink? Right now it seems to like boilermakers for me, I can't imagine that they're significantly better than snake glyph wine.
  2. StormCrow42

    Universal Recovery Script

    There was a change to KoL that broke Mafia's use of restores recently. Get a new daily build.
  3. StormCrow42

    Get Slimy

    I thing restore_hp() and restore_mp() are what you're looking for. I think they can be passed a target value. A value of 0 will respect the autorestore settings.
  4. StormCrow42

    Ascend.ash: hands-off ascension script

    Something TPTB changed with the quest items area with the new IotM broke Mafia's quest item detection, it doesn't know about any quest items right now.
  5. StormCrow42

    Aftercore.ash: user-friendly aftercore botting script!

    The aborts generally happen when mafia encounters a monster that it doesn't know about, or if your CCS runs out of valid commands (out of MP when a spell is your last command, or out of items to throw, etc). What is mafia aborting on?
  6. StormCrow42

    set threshhold=X

    The value generally derived from the safetyThreshold config value. It is the number of points your moxie can be below the value at which only critical hits will hit you. It is usually used to either determine what to set your MCD to, or to determine if you should do certain actions in combat...
  7. StormCrow42

    Equipt - an item selection tool

    That sounds like an error from having an earlier version of equipt. Are you sure you have the latest version? Check that you don't have a duplicate somewhere. Also, make sure you have a recent daily build of mafia.
  8. StormCrow42

    Help with a script

    You are confusing ASH and CLI scripting. Your script could be as simple as a text file containing the following lines: outfit Farming familiar Leprechan adventure * Giant Castle For a much more complex script, check out the aftercore farming script, which farms, does bounties, and eats and...
  9. StormCrow42

    SmartStasis -- a complex script for a simple CCS

    Simply go do your settings subfolder and open one of the prefs files.
  10. StormCrow42

    Equipt - an item selection tool

    Just use the command "modref" (or after doing a -regen, look at all the data files generated).
  11. StormCrow42

    One-Click Wossname -- automatic level 12 quest completion

    Wossname has been aborting on trying to summon the meat demon if I don't have everything necessary to do so. A simple fix is to catch the return value from the cli_execute command in an empty if statement.
  12. StormCrow42

    Equipt - an item selection tool

    Pixie 18, llama 13, hatrack 1. I also have a 10 pound uniclops. Plus sympathy and leash running right now. I'm not certain my hatrack is actually the best familiar for either meat or item drops right now, considering my best hats for such are the harem veil and elite helm. As a side note, I...
  13. StormCrow42

    Universal Recovery Script

    Mafia will invoke an MP restore to cast buffs, regardless of your MP restore settings. Perhaps you have something in your mood?
  14. StormCrow42

    Equipt - an item selection tool

    I have a hatrack, but the latest version of equipt seems to be confused. My llama isn't even my heaviest familiar (my pixie is). It seems to be picking the correct hat, but obviously isn't trying to put it on the correct familiar.
  15. StormCrow42

    Universal Recovery Script

    You mean like this line, which is already included? boolean buy_mmj = my_primestat() == $stat[mysticality] || (my_class() == $class[accordion thief] && my_level() >= 9); It always works for me. That sounds like an interesting idea, and easier to track now that mafia has auto-resetting variables.
  16. StormCrow42

    SmartStasis -- a complex script for a simple CCS

    Were you using at least version 2.4 of FTF? The order was changed in that version.
  17. StormCrow42

    Best Between Battle Script Ever -- formerly AutoMCD

    Here's a slight modification I made to the script to take your muscle into consideration instead of your moxie if you have the Hero skill and are wielding a shield. It seems to provide a decent threshold for the MCD when doing muscle runs. Edit: This script is now obsolete with the update to...
  18. StormCrow42

    Ascend.ash: hands-off ascension script

    Check to make certain you don't have a duplicate copy of the hiddencity.ash file around, perhaps in your main scripts directory.
  19. StormCrow42

    Ascend.ash: hands-off ascension script

    Either replace the "=" with "==" on the lines specified, or just get the updated macguffin script from the new thread.
  20. StormCrow42

    Moods

    The equipment changing is the "allow equipment changing when casting buffs" option in the general preferences tab. I believe it only applies to buffs cast in hardcore or ronin (to avoid overloading the servers when resources aren't as scarce). As for sonata being shrugged, do you perhaps have...
Back
Top