Yoko

All sides of Injection
It is currently 2025-11-23 20:20:51

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2009-11-13 18:40:41 
Offline

Joined: 2009-11-13 18:30:45
Posts: 3
Доброго времени суток :)
Обыскал форум и не нашёл :(
Суть в том что чар ходит копает на скрипте мининга, как только появляется ПК скрипт мининга терминатится, и чар тут же улетает по рунке...
Мало разбираюсь в скриптах, поэтому прошу помочь :)
Вот нашёл скрипт чтобы пищало при появлении ПК:
viewtopic.php?t=15035&highlight=%F0%E5%EA%EE%EB%EB+%EF%F0%E8+%EF%EE%FF%E2%EB%E5%ED%E8%E8
А вот скрипт для улетания по рунке:

sub recall()
uo.waittargetobject( 'ID' )
uo.cast( 'Recall' )
endsub

Только как я не пытался их объеденить их с добавлением остановки другово скрипта мининга у меня это никак не получается :(
Ктонить может помочь с таким скриптиком? :)


Top
   
 Post subject:
PostPosted: 2009-11-14 12:06:10 
Offline

Joined: 2009-11-13 18:30:45
Posts: 3
помогите пжалста) а то ПК житья не дают :)


Top
   
 Post subject:
PostPosted: 2009-11-14 13:59:54 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
Code:
sub test() 
   var ser, noto, jor
   while not uo.dead()
      for jor = 0 to 9   
         ser = uo.journalserial(jor)
         noto = uo.getnotoriety(ser)
         if noto <> 0 then
            recall()
            wait(500)
         return
         endif
      next
      wait(1000)
   wend
end sub
sub recall()
   uo.waittargetobject( 'ID' )
   uo.cast( 'Recall' )
endsub

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


Top
   
 Post subject:
PostPosted: 2009-11-14 19:26:08 
Offline

Joined: 2009-11-13 18:30:45
Posts: 3
спасибо :)


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