Yoko

All sides of Injection
It is currently 2026-03-19 04:28:09

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2004-11-16 16:50:50 
Offline

Joined: 2004-11-13 11:43:12
Posts: 11
sub Bomb()
UO.FindType('0x0F0D')
If UO.GetQuantity('finditem')>0 Then
UO.DeleteJournal()
UO.UseObject('finditem')
wait(4000)
UO.Drop('1',STR(UO.GetX('laststatus')),STR(UO.GetY('laststatus')),STR(UO.GetZ('laststatus')),'finditem')
Endif
end sub

Вот Скрипт значит жмем кнопку начинается отсчет бомбы появляется таргет указываеш на цель и кидает..
Спецы мне нужно чтобы бомба кидалась автоматом на счет 3 тоесть перед самым взрывом на ласт таргет тоесть под противника. Буду очень признателен.


Top
   
 Post subject:
PostPosted: 2004-11-20 18:40:58 
Offline

Joined: 2004-11-14 12:47:58
Posts: 1
sub Bomb()
UO.FindType('0x0F0D')
If UO.GetQuantity('finditem')>0 Then
UO.DeleteJournal()
UO.UseObject('finditem')
while not UO.InJournal('3')
wait(100)
wend
UO.Drop('1',STR(UO.GetX('laststatus')),STR(UO.GetY('laststatus')),STR(UO.GetZ('laststatus')),'finditem')
Endif
end sub

Так не пробывал?


Top
   
 Post subject:
PostPosted: 2004-11-24 10:37:03 
Offline

Joined: 2004-08-05 21:12:19
Posts: 54
пробовал, только по время отчета хотелось бы еще 4 штуки кинуть под цель


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