Back to "b" tags

Bapeth's Ocean Sea Buff For Mage by barryroser

Description: This script will Buff your crew with magery and barding abilities.

1# Bapeths Sea Buff for mages
2#
3# Script will loop into 'Master Background' if you have it in your script library
4#
5# This script will buff you
6clearsysmsg 
7if skill "Cartography" >= 80 and findtype "adventure pack" backpack as advpack
8    dclick advpack
9endif
10if not findbuff "Magic Reflection"
11    cast "Magic Reflection"
12    pause 1800
13endif
14if not findbuff "Reactive Armor"
15    cast "Reactive Armor"
16    pause 1500
17endif
18
19if mana >= 11
20    cast "Arch Protection"
21    wft 2400
22    target self
23    pause 250
24    hotkey "Cancel Current Target"
25else 
26    overhead "Not enough Mana..." 38
27endif
28
29if mana >= 9
30    cast "Bless"
31    wft 2200
32    target self
33    pause 250
34    hotkey "Cancel Current Target"
35else 
36    overhead "Not enough Mana..." 38
37endif
38
39script 'Master Background'