Yoko

All sides of Injection
It is currently 2025-10-30 03:29:59

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 2006-02-04 19:32:05 
Offline

Joined: 2006-02-03 12:56:56
Posts: 5
Скрипт на закладку бомб. Кидает только 2 бомбы, как зделать чтоб 4 кидал?
Code:
sub Drop() 
uo.FindType('0x0f0d', '0x0B99')
uo.Drop('1', Str(uo.GetX('laststatus')-1), Str(uo.GetY('laststatus')), Str(uo.GetZ('laststatus')), 'finditem')
wait(400)
uo.FindType('0x0f0d', '0x0B99')
uo.Drop('1', Str(uo.GetX('laststatus')+1), Str(uo.GetY('laststatus')), Str(uo.GetZ('laststatus')), 'finditem')

uo.FindType('0x0f0d', '0x0B99', '1')
uo.waittargetObject('finditem')
uo.Cast('Clumsy')
end sub


Top
   
PostPosted: 2006-02-04 20:56:07 
Offline

Joined: 2006-02-03 11:32:16
Posts: 256
Location: ND
С автомобильного на человеческий Автомобильные пpоблемы и неполадки на языке пpостого человека Что будет, если пеpевести автомобильные пpоблемы и неполадки на языке пpостого человека, и составить
Блин, как фотки то выкладывать? Обозначаю файл, нажимаю "Вставить вложение", потом "Отправить" И болт. Только текст сообщения появляется. Что неправильно делаю? фотка может быть велика п


Last edited by LordTom on 2009-12-23 20:40:29, edited 3 times in total.

Top
   
 Post subject:
PostPosted: 2006-02-05 00:33:39 
Offline
Junior Expert
User avatar

Joined: 2004-06-24 22:08:56
Posts: 3220
Code:
var i = 0 
while i == 2

Не повторит ни разу...
Code:
sub Drop() 
var count = 4 ; Сколько кидать бомб.
for i=0 to count-1
uo.FindType('0x0f0d', '0x0B99')
uo.Drop('1', Str(uo.GetX('laststatus')-1), Str(uo.GetY('laststatus')), Str(uo.GetZ('laststatus')), 'finditem')
wait(400)
next
uo.FindType('0x0f0d', '0x0B99', '1')
uo.waittargetObject('finditem')
uo.Cast('Clumsy')
end sub


Last edited by Destruction on 2006-02-05 07:24:49, edited 1 time in total.

Top
   
 Post subject:
PostPosted: 2006-02-05 00:59:54 
Offline
Expert!
User avatar

Joined: 2005-05-04 14:05:19
Posts: 2580
Location: Москва
Code:
var count = 4 ; Сколько кидать бомб. 
for i=0 to count


только он не 4 кинет, а 5%)


Top
   
 Post subject:
PostPosted: 2006-02-05 07:24:36 
Offline
Junior Expert
User avatar

Joined: 2004-06-24 22:08:56
Posts: 3220
Grin wrote:
Code:
var count = 4 ; Сколько кидать бомб. 
for i=0 to count


только он не 4 кинет, а 5%)

Это не важно :wink:

*исправил*


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

All times are UTC+02:00


Who is online

Users browsing this forum: Bing [Bot] and 3 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