NECRO TRAINER FROM 20 TO GM by hagnok
Description: train necro from 20 to 100 ( GM ) skill
1//NECRO TRAINER
2//AUTHOR: HAGNOK
3//50 - 70: Cast Waith form
4
5if skill 'necromancy' < 20 and mana > 20 and hp > 50
6 cast 'waith form'
7 waitfortarget
8 target 'self'
9 pause 2000
10endif
11
12
13//50 - 70: Cast Horrific Beast
14
15if skill 'necromancy' < 70 and mana > 20 and hp > 50
16 cast 'Horrific Beast'
17 waitfortarget
18 target 'self'
19 pause 2000
20endif
21
22//70 - 90: Cast Wither
23
24if skill 'necromancy' < 80 and skill 'necromancy' >= 60 and mana >= 20
25 cast 'Lich Form'
26 waitfortarget
27 target 'self'
28 pause 500
29endif
30
31if skill 'necromancy' >= 80 and skill 'necromancy' < 100 and mana >= 50
32 cast 'Lich Form'
33 pause 5500
34
35 say 'an earth elemental release'
36 pause 500
37
38endif
39
40skill 'meditation'
41pause 2000
42
43replay