Bapeth's Ocean Sea Buff For Mage by barryroser
Description from the author:
# Bapeths Sea Buff for mages
#
# Script will loop into 'Master Background' if you have it in your script library
#
# This script will buff you
clearsysmsg
if skill "Cartography" >= 80 and findtype "adventure pack" backpack as advpack
dclick advpack
endif
if not findbuff "Magic Reflection"
cast "Magic Reflection"
pause 1800
endif
if not findbuff "Reactive Armor"
cast "Reactive Armor"
pause 1500
endif
if mana >= 11
cast "Arch Protection"
wft 2400
target self
pause 250
hotkey "Cancel Current Target"
else
overhead "Not enough Mana..." 38
endif
if mana >= 9
cast "Bless"
wft 2200
target self
pause 250
hotkey "Cancel Current Target"
else
overhead "Not enough Mana..." 38
endif
script 'Master Background'This script will Buff your crew with magery and barding abilities.