Yoko

All sides of Injection
It is currently 2025-10-30 00:15:25

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Хелп
PostPosted: 2007-04-28 02:28:47 
Offline
User avatar

Joined: 2007-02-21 20:15:57
Posts: 479
Я копаю в хайде, после обкопки проверяю есть элем рядом или нет. Если есть, то стою на месте и жду пока не исчезнет. Если нет, иду копать дальше.
Но это постоянно выдает ошибки, что не так???
Code:
sub shuher()
repeat
UO.FindType( '0x9999', '-1', '1' )
wait(1000)
until UO.FindCount() > 0
end sub

_________________
Шард Антарес
Ururu


Top
   
 Post subject:
PostPosted: 2007-04-28 02:36:16 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
какая ошыбка ?

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
 Post subject:
PostPosted: 2007-04-28 02:47:31 
Offline
User avatar

Joined: 2007-02-21 20:15:57
Posts: 479
ошибка то что он или стоит и ждет всегда, или не ждет вообще

Может так сделать?
Code:
sub shuher()
main()
wait(1000)
until UO.Dead()
end sub

sub main()
UO.FindType( '0x0A9E', '-1', '1' )
if UO.FindCount() > 0 then
wait(1000)
else
uo.exec('terminate shuher')
end sub

_________________
Шард Антарес

Ururu


Top
   
 Post subject:
PostPosted: 2007-04-28 05:37:13 
Offline
Junior Expert
User avatar

Joined: 2004-06-24 22:08:56
Posts: 3220
Так попробуй.

Quote:
sub shuher()
repeat
UO.FindType( '0x9999', '-1', 'ground' )
wait(1000)
until Not UO.FindCount()
end sub

_________________
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Skype: d119060


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 8 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