Proof of concept pvp (4) by Jaseowns
1# Proof of concept pvp by jaseowns
2# UO Outlands
3# Use at your own risk
4
5//seowns: exp eb lightning
6
7 //teleskinsis
8 // explosion
9 // pot
10 // eb
11
12# WooZoo: harm magic arrow fireball lighting
13# Magic Arrow > Weakness > explode > Tele > ExplodePOT
14# arrow para explosion eb paralyze
15# magic arrow until resist is gone, expo, weaken, expo, ebolt?
16# telekensis / explo pot / explo / magic arrow / mindblast / lightning / lightning
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