Self Buff by jolanar
Description from the author:
if not findbuff 'Magic Reflection'
cast 'Magic Reflection'
wft 2500
target self
wait 500
endif
if not findbuff 'Reactive Armor'
cast 'Reactive Armor'
wft 2500
target self
wait 500
endif
if not findbuff 'Strength' and skill 'Inscription' > 0
cast 'Bless'
wft 2500
target self
wait 500
endif
if not findbuff 'Protection' and skill 'Inscription' > 0
cast 'Protection'
wft 2500
target self
wait 500
endif
if str < 101 and skill 'Alchemy' > 0
if findtype "White Potion" backpack as pot
dclick pot
endif
endif
if dex < 26 and skill 'Alchemy' > 0
if findtype "Blue Potion" backpack as pot
dclick pot
endif
endif
if not findbuff "Magic Resist Potion" and skill 'Alchemy' > 0
if findtype "Black Potion" backpack as pot
dclick pot
endif
endif
if not findbuff 'Food Satisfaction'
if findtype tray backpack as food
dclick food
wait 350
endif
endifThis will buff yourself with either Bless/Protection or Potions depending on your Inscription and Alchemy skill level.