Back to "provo" tags

Provoke Nearest Creature and select the next one by Jaseowns

1hotkey 'target closest non-friendly monster'
2wait 200
3if insysmsg "no one matching"
4    overhead  "Nothing to attack" 34
5    stop
6endif
7
8@setvar! mobOne lasttarget 
9
10getlabel mobOne descOne
11overhead "MobOne = {{descOne}}"
12
13@setvar! mobTwo  
14
15
16getlabel mobTwo descTwo
17overhead "MobTwo = {{descTwo}}"
18
19clearignore
20useskill 'Provocation'
21wft 500
22if targetexists 
23    target mobOne
24    wft 500
25    target mobTwo
26endif