Have you ever hit the 'Ascend' button, only to realize seconds later that you forgot to make a maid/food/drink/house/whatever? Fear not!
ascensionChecklist.ash ensures you have the correct items for your ascension by compiling an easy-to-read list of the desired item amounts and creating/purchasing needed items if necessary. (Note: creating and purchasing behavior can be turned on/off globally)
Here's an example of how to tell the script what you want in order to ascend:
And here's an example of the output:
The actual script currently checks 108 items!
Currently checked items include:
NOTICE: This script is intended for people who are willing to modify a script to fit their own needs. As a preventative measure, CREATE_ITEMS and BUY_ITEMS (flags that determine whether the script will create or buy unavailable items) have been set to false. In its initial state, the script is merely informative. The body of build_checklist() contains all checked items and quantities; build_checklist() should be checked or modified by the user before changing CREATE_ITEMS or BUY_ITEMS to true.
Hopefully other people will find this script as useful as I do.
UPDATE LIST:
2009-24-09 - Added option to place all required items into the closet. To enable, change CLOSET_ITEMS to true.
ascensionChecklist.ash ensures you have the correct items for your ascension by compiling an easy-to-read list of the desired item amounts and creating/purchasing needed items if necessary. (Note: creating and purchasing behavior can be turned on/off globally)
Here's an example of how to tell the script what you want in order to ascend:
Code:
add_ChecklistItem( "goat cheese", 6 );
add_ChecklistItem( "dope wheels" );
add_ChecklistItem( "meat engine" );
And here's an example of the output:
Code:
--- PASSED ---
goat cheese [ 234 / 6 ]
dope wheels [ 8 / 1 ]
meat engine [ 3 / 1 ]
--- FAILED ---
(NONE)
The actual script currently checks 108 items!
Currently checked items include:
[li]All items for the Sorceress' Tower[/li]
[li]Quest-related outfits[/li]
[li]Miscellaneous quest-related items such as goat cheese and ore.[/li]
NOTICE: This script is intended for people who are willing to modify a script to fit their own needs. As a preventative measure, CREATE_ITEMS and BUY_ITEMS (flags that determine whether the script will create or buy unavailable items) have been set to false. In its initial state, the script is merely informative. The body of build_checklist() contains all checked items and quantities; build_checklist() should be checked or modified by the user before changing CREATE_ITEMS or BUY_ITEMS to true.
Hopefully other people will find this script as useful as I do.

UPDATE LIST:
2009-24-09 - Added option to place all required items into the closet. To enable, change CLOSET_ITEMS to true.
Attachments
Last edited: