Created: 12/06/2022, 03:04:01 AM Updated: 12/15/2022, 02:36:27 AM View Change History
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18@setvar! myKillTarget lasttarget
19
20overhead "MY TARGET IS HERE" 34 myKillTarget
21
22while not targetexists
23 cast 'Magic Arrow'
24endwhile
25target myKillTarget
26overhead "MY TARGET IS HERE" 34 myKillTarget
27while not targetexists
28 cast 'Weaken'
29endwhile
30target myKillTarget
31overhead "MY TARGET IS HERE" 34 myKillTarget
32if findtype "Purple Potion" backpack as pot
33 if not cooldown jaseowns
34 while not targetexists
35 cast 'Telekinesis'
36 endwhile
37 target myKillTarget
38 cooldown jaseowns 30000
39 wait 200
40 endif
41 dclick pot
42 wft 500
43 target myKillTarget
44 overhead "MY TARGET IS HERE" 34 myKillTarget
45endif
46while not targetexists
47 cast 'Explosion'
48endwhile
49target myKillTarget
50overhead "MY TARGET IS HERE" 34 myKillTarget
51while not targetexists
52 cast 'Energy Bolt'
53endwhile
54target myKillTarget
55overhead "MY TARGET IS HERE" 34 myKillTarget
56while not targetexists
57 cast 'Harm'
58endwhile
59target myKillTarget
60wait 200