Yoko

All sides of Injection
It is currently 2025-11-06 23:05:31

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2005-01-31 15:16:42 
Offline

Joined: 2004-07-13 00:40:01
Posts: 1
Hello i need make the following script:
when a monster died the macro must do .sac (a commnad from the shard) on it. i think what its easy but i dont know how do it. plz help me:P
all must be auto :)


Top
   
 Post subject:
PostPosted: 2005-07-13 09:04:48 
Offline

Joined: 2005-06-06 22:10:30
Posts: 9
yea im need it to can someone help plz


Top
   
 Post subject:
PostPosted: 2005-07-13 11:21:39 
Offline
Expert!
User avatar

Joined: 2004-08-11 23:56:17
Posts: 746
Location: The Citadel
Here you go

Code:
UO.AustoSac()
  Repeat
     If UO.InJournal('Body of') Then
        UO.WaitTargetObject( 'lastcorpse' )
        UO.MSG( '.sac' )
        UO.DeleteJournal()
     Else
        Wait(500)
     EndIf
  Until UO.Dead()
end sub


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: Bing [Bot] and 11 guests


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:  
cron
Powered by phpBB® Forum Software © phpBB Limited