Yoko

All sides of Injection
It is currently 2026-05-18 15:04:05

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: need new cut
PostPosted: 2006-03-19 20:25:29 
Offline

Joined: 2004-06-18 17:21:40
Posts: 34
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


Top
   
 Post subject:
PostPosted: 2006-03-19 20:36:44 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
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


Last edited by Scripts Writer on 2006-03-19 20:37:09, edited 1 time in total.

Top
   
 Post subject:
PostPosted: 2006-03-19 20:42:33 
Offline

Joined: 2004-06-18 17:21:40
Posts: 34
yeh but i dont wana wait the 2 seconds


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 3 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited