Back to "target" tags

Target Next Red and send in pets (ALT-4) by Jaseowns

1# Target Next Red and send in pets by Jaseowns
2# UO Outlands
3hotkey 'Next Murderer Player Target'
4wait 200
5if insysmsg "no one matching"
6    overhead "No target found" 34
7    wait 500
8    replay
9elseif noto lasttarget = "friend"
10    overhead "Green" 66
11    replay
12elseif noto lasttarget = "innocent"
13    overhead "Blue" 88
14    replay
15elseif noto lasttarget = "hostile" or noto lasttarget = "criminal"
16    overhead "Gray" 88
17elseif noto lasttarget = "murderer"
18    overhead "Red" 34
19elseif noto lasttarget = "enemy"
20    overhead "Orange" 34
21elseif noto lasttarget = "invulnerable"
22    overhead "Yellow" 88
23    replay
24else
25    overhead "Unknown" 34
26endif
27
28overhead "THIS MY TARGET BRO" 88 lasttarget
29if followers > 0
30    say "all kill"
31    wft 500
32    target lasttarget
33endif