Mage Tamer Self and Pet Buffs by mrblump
# Script by Blumpy
# Simple script for mage tamers to buff themselves and pets. It does rely on you having at least 1 point in bless in the Wizard's Grimoire.
# At the time of creating this script blessing your pets was flagged as criminal healing so I toggle the setting on and off in the script.
say '[PreventCriminalHealing'
wait 100
endif
if not findbuff 'Strength' or not findbuff 'Agility' or not findbuff 'Cunning'
cast 'Bless'
wft
target 'self'
wait 1000
endif
if not findbuff 'Arch Protection'
cast 'Arch Protection'
waitfortarget
hotkey 'Target Self'
wait 1200
endif
say '[PreventCriminalHealing'
wait 100
if not findbuff 'Reactive Armor'
cast 'Reactive Armor'
wait 1000
endif
if not findbuff 'Magic Reflection'
cast 'Magic Reflection'
wait 1000
endif