Yoko
http://forum.yoko.com.ua/

need new cut
http://forum.yoko.com.ua/viewtopic.php?f=3&t=7047
Page 1 of 1

Author:  ozcaN [ 2006-03-19 20:25:29 ]
Post subject:  need new cut

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

Code:
sub cut()

    UO.waittargetobject('lastcorpse')
    UO.usetype('cleaver')                    ;Type - cleaver
    wait(500)

end sub


Anyone know any other ones that might work

Author:  Scripts Writer [ 2006-03-19 20:36:44 ]
Post subject: 

Code:
var waiting
waiting=2000 ; Your time out for cutting corpes

sub cut()
if uo.InJournal('Body') then
    wait(waiting)
    UO.waittargetobject('lastcorpse')
    UO.usetype('cleaver')                    ;Type - cleaver
    wait(500)
end if
end sub

Author:  ozcaN [ 2006-03-19 20:42:33 ]
Post subject: 

yeh but i dont wana wait the 2 seconds

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/