Back to "herding" tags

All Kill and Herding by Jaseowns

Description: This script lets you have one button for saying all kill and then automatically uses herding once a target is selected.

1# Focus aggression using all Kill and Herding by jaseowns
2# UO Outlands
3say "all kill"
4wait 200
5while targetexists 
6    wait 200
7endwhile
8# No longer need this part
9stop
10if findtype "shepherd's crook" backpack as crook
11    dclick crook
12    wft 500
13    target lasttarget 
14endif