My first proper script. I got tired of doing the Conspiracy Island quest by hand, and wrote this as a result. There is a huge field of user-defined variables for listing preferred outfit, familiar, and autoattack for specific quests. You will probably need to create a CCS/combat macro that can handle the nail clippers quest, but otherwise the user settings are to allow greater efficiency, but are not strictly necessary. It will also buy P-00 serum if you're able to access the mall and that's your current quest. The script automatically changes some settings temporarily (healing threshold for mansion), or permanently (automation of non-combats in the lab). To change the user variables, just open the .ash file up in notepad or an equivalent and look for the section labelled "User Defined Variables" -- there are more details and some instructions at the top of the script.
For those of you with no idea on creating combat macros, here's the one I use for the Mansion, modified to hopefully work on just about any character:
For lower levels of the mansion that should be fine. For higher levels you'll want to add in stunning, spells, etc.
For those of you with no idea on creating combat macros, here's the one I use for the Mansion, modified to hopefully work on just about any character:
Code:
# For getting weirdeux quest coins
scrollwhendone
icon nailclippers
# Abort conditions
abort pastround 27
if match "frog"
skill 15 # Cleesh
attack; repeat
endif
use 7831 # Clippers
use 7831
use 7831
attack; repeat
Attachments
Last edited: