COKE heres that my script if you would ...
Posted: Sun Nov 02, 2014 11:20 am
Okay, This works for me great, all I do is walk around and script hits all the buttons and attacks for me, with uo steam filters it also loots for me, bandies and gold
But.....
If i could get the primary and or secondary abilities to get in there with it, i would have one hit kills. Which would make it easier for me...
Here is the script im using below...

If i could get the primary and or secondary abilities to get in there with it, i would have one hit kills. Which would make it easier for me...

Here is the script im using below...
Code: Select all
hits < 185
msg [bandself
pause 3000
@getenemy 'murderer' 'enemy' 'criminal' 'gray' 'closest'
@setability 'primary' 'on'
@attack 'enemy'
pause 500
if not timerexists 'divinefury'
settimer 'divinefury' 0
endif
if timer 'divinefury' >= 80000
cast "Divine Fury"
settimer 'divinefury' 0
endif