StDoodle
Minion
Custom Daily Deeds 4.7
Requires KoLmafia r9220
Latest Announcements
1) Setup page now refreshes un-set stuff (so new things will now show up, yay).
2) Support added for Obtuse Angel & Alice's Army Cards
3) Script aborts if no character is logged in (prevents creation of useless data files if rollover hits while using the script)
4) Now requires std_lib.ash (which requires zlib.ash) for my sanity of upkeep.
Attention users of 4.0 - 4.2!
You'll want to run the following on the mafia CLI once to fix some bugs:
Alternately, you can just edit those settings out of your data file; but don't mess up! 
Attention when upgrading!
You'll need to go to "settings" and hit "save" in order for new features to show up in your list in many cases. Note that this also applies whenever you get new stuff that the script tracks.
Requirements
Requires std_lib.ash (which requires zlib.ash) and htmlform.ash to function. These scripts can be installed in either the "scripts" or "relay" directory, or any subdirectory of either. This script itself must be installed in the top-level of your "relay" directory, and can be accessed by choosing "Custom_Daily_Deeds" from the drop-down menu on the right of the relay browser's top-mid frame.
Revision History
Requires KoLmafia r9220
Latest Announcements
1) Setup page now refreshes un-set stuff (so new things will now show up, yay).
2) Support added for Obtuse Angel & Alice's Army Cards
3) Script aborts if no character is logged in (prevents creation of useless data files if rollover hits while using the script)
4) Now requires std_lib.ash (which requires zlib.ash) for my sanity of upkeep.

Attention users of 4.0 - 4.2!
You'll want to run the following on the mafia CLI once to fix some bugs:
Code:
ashq import "relay_Custom_Daily_Deeds.ash"; load_deed_map(); foreach d in deeds { if (d == "ARENABUFF" || d == "DEMONS") { remove deeds[d]; print("Removing " + d); } } save_deed_map();

Attention when upgrading!
You'll need to go to "settings" and hit "save" in order for new features to show up in your list in many cases. Note that this also applies whenever you get new stuff that the script tracks.
Requirements
Requires std_lib.ash (which requires zlib.ash) and htmlform.ash to function. These scripts can be installed in either the "scripts" or "relay" directory, or any subdirectory of either. This script itself must be installed in the top-level of your "relay" directory, and can be accessed by choosing "Custom_Daily_Deeds" from the drop-down menu on the right of the relay browser's top-mid frame.
Revision History
Code:
4.7 add april shower support
4.6 add support for Alice's Army cards
4.5 fix lunch break, fix recognizing new stuff @setup
4.4 abort on no char. logged in; support for Obtuse Angel
4.3 Add zap wand, bag o' tricks, and some tooltips; fix arena & demons display
4.2 Fix check for demon names existing & special demon cases
4.1 Fix check for demon summoning supplies
4.0 Loads (see post in forum thread)
3.7 Bump version to trigger updates
3.6 Pumpkin patch (garden)
3.5 More bugfixes
3.4 Bugfixes & GA Pants integration
3.3 "Strategic" (pool action mispeeling), added hipster, looking glass & tea party, spooky putty
3.2 Fixed a setup display bug & actually updated version
3.1 Added tooltips for most built-in deeds
3.0 Initial release of the relay browser revamp
Attachments
Last edited: