DDR Pure Mage Spell Selection by Jaseowns
Description from the author:
# DDR Pure Mage Spell Selection by Jaseowns
# UO Unchained: Reborn
clearsysmsg
gumpresponse 1 3134130146
getlabel backpack jaseowns_Pingcheck
if insysmsg "Mind Blast"
cast "Mind Blast"
elseif insysmsg "Lightning"
cast "Lightning"
elseif insysmsg "Magic Arrow"
cast "Magic Arrow"
elseif insysmsg "Flamestrike"
cast "Flamestrike"
elseif insysmsg "Explosion"
cast "Explosion"
elseif insysmsg "Harm"
cast "Harm"
elseif insysmsg "Fireball"
cast "Fireball"
elseif insysmsg "Energy Bolt"
cast "Energy Bolt"
else
overhead "Unknown spell" 34
endif
Tries to use the next spell in rotation based on the gump and system message.