Back to "mager" tags

Lazy Mage Lite by SINGsingFan

Description: One script to dump all your mana.

1if not timerexists "spell1"
2    createtimer "spell1"
3    settimer "spell1" 40000
4endif
5
6if not timerexists "spell2"
7    createtimer "spell2"
8    settimer "spell2" 40000
9endif
10
11if not timerexists "spell3"
12    createtimer "spell3"
13    settimer "spell3" 40000
14endif
15
16if not timerexists "spell4"
17    createtimer "spell4"
18    settimer "spell4" 40000
19endif
20
21@setvar myKillTarget lasttarget 
22
23while not dead myKillTarget
24
25say "[EvilOmen"
26
27wait 250
28if insysmsg "out of range"
29
30    if targetexists 
31        hotkey "Cancel Current Target"
32        hotkey "Clear Target Queue"
33    endif
34    
35    stop
36endif
37
38if mana < 70 and not cooldown "Mushroom"
39    dclicktype "mushroom"
40    wait 250
41endif
42
43if timer "spell1" >= 40000 and mana > 6
44    hotkey "Cancel Current Target"
45    hotkey "Clear Target Queue"
46    hotkey "Harm"
47    wft
48    lasttarget 
49    wait 250
50    settimer "spell1" 0
51    overhead "Harm Wiz"
52    
53    elseif timer "spell2" >= 40000 and mana > 11
54    hotkey "Cancel Current Target"
55    hotkey "Clear Target Queue"
56    hotkey "Lightning"
57    wft
58    lasttarget 
59    wait 250
60    settimer "spell2" 0
61    overhead "Lightning Wiz"
62    
63    elseif timer "spell3" >= 40000 and mana > 4
64    hotkey "Cancel Current Target"
65    hotkey "Clear Target Queue"
66    hotkey "Magic Arrow"
67    wft
68    lasttarget 
69    wait 250
70    settimer "spell3" 0
71    overhead "Magic Arrow wiz"
72    
73    elseif mana > 40
74    hotkey "Cancel Current Target"
75    hotkey "Clear Target Queue"
76    hotkey "Flamestrike"
77    wft
78    lasttarget 
79    wait 250
80    
81        if mana < 70
82            dclicktype 'mushroom' backpack
83            wait 250
84        endif
85        
86    elseif not findbuff "Actively Meditating" and mana < 40
87    hotkey "Meditation"
88    stop
89    endif
90
91    if hp < 80 and not targetexists
92        cast 'Greater Heal'
93    wft
94    target self
95    wait 450
96endif
97endwhile
98
99hotkey "> Interrupt"
100hotkey "Clear Target Queue"
101hotkey "Cancel Current Target"