Back to "mager" tags

Magery Macro by flutschi

Related: Magery

1if skill 'magery' < 60 and mana > 20 and hp > 50
2    cast 'Lightning'
3    waitfortarget
4    target 'self'
5    pause 2000
6endif
7
8if skill 'magery' < 80 and skill 'magery' >= 60 and mana >= 20
9    cast 'Invisibility'
10    waitfortarget
11    target 'self'
12    pause 500
13endif
14
15if followers >= 3
16    say 'an earth elemental release'
17    pause 500
18endif
19if skill 'magery' >= 80 and skill 'magery' < 100 and mana >= 50
20    #bloodmoos
21    #mandrake
22    #spider
23    cast 'Earth Elemental'
24    pause 5500
25    
26    say 'an earth elemental release'
27    pause 500
28    
29endif
30
31skill 'meditation'
32pause 2000
33
34replay