need new cut
Posted: 2006-03-19 20:25:29
i have been using a cut macro and the shard admin changed it so u cant auto cut untill 2 seconds after the person dies witch sucks cause then they can res. I have been using this script
Anyone know any other ones that might work
Code: Select all
sub cut()
UO.waittargetobject('lastcorpse')
UO.usetype('cleaver') ;Type - cleaver
wait(500)
end sub
Anyone know any other ones that might work