Maximize Artisan Aspect Crafting Experience by .phisn
Description from the author:
# Maximize Artisan Aspect Crafting Experience
# - this script refreshes aspect progress & stops the crafting queue when a tier completes
#
# Requirements: open the crafting queue & ensure Aspect Mastery gump has Artisan displayed
# - Begin crafting
say '[aspect'
waitforgump 2424293173
if ingump "Upgrade Tier" 2424293173
overhead "UPGRADE ASPECT"
wait 250
if ingump "Stop Crafting" 453554062
overhead "STOPPING QUEUE"
gumpresponse 7 453554062
waitforgump 453554062
endif
wait 250
stop
endif
# adding a 3-second delay before looping so aspect menu refreshing isn't super aggressive... adjust this up or down as you see fit
wait 3000
loopThis script refreshes your aspect progress & stops the crafting queue when a tier completes