Yoko

All sides of Injection
It is currently 2024-03-28 16:28:20

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Help
PostPosted: 2004-04-04 15:23:29 
Offline
User avatar

Joined: 2004-04-03 18:39:28
Posts: 173
скожите где проблема? помагите если можете !
Code:
sub explosions() 
UO.WaitTargetLast()
UO.Cast("Paralyze")
Wait(3000)
For var i=1 to 5
  UO.Drop(1, UO.GetX('lasttarget'), UO.GetY('lasttarget'), UO.GetZ('lasttarget'), 0x0f0d)
    Wait(80)
Next
UO.Say("RUN AWAY!")
Wait(3000)
UO.Set(finddistance,5)
WaitTargetGround(~0x0f0d)
UO.Cast("Magic Arrow")
end sub


Top
   
 Post subject:
PostPosted: 2004-04-04 21:45:40 
Offline
Expert!
User avatar

Joined: 2004-04-04 21:40:09
Posts: 1007
WaitTargetGround(~0x0f0d) --> UO.WaitTargetObject("~0x0f0d")


Top
   
 Post subject:
PostPosted: 2004-04-04 22:25:23 
Offline
User avatar

Joined: 2004-04-03 18:39:28
Posts: 173
тепер другая проблема он не кидает бутылки под него а под сабой и толко 3 штуки !
Code:
sub explosions() 
UO.WaitTargetLast()
UO.Cast("Paralyze")
Wait(3000)
For var i=1 to 5
  UO.Drop(1, UO.GetX('lasttarget'), UO.GetY('lasttarget'), UO.GetZ('lasttarget'), "_0x0F0D")
    Wait(150)
Next
UO.Say("RUN AWAY!")
Wait(3000)
UO.Set("finddistance","20")
UO.WaitTargetObject("~0x0f0d")
UO.Cast("Magic Arrow")
end sub


Top
   
 Post subject:
PostPosted: 2004-04-07 09:30:05 
Offline
Expert!
User avatar

Joined: 2004-04-04 21:40:09
Posts: 1007
UO.GetX('lasttarget') --> STR(UO.GetX('lasttarget')) и т.д.


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 17 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