Yoko

All sides of Injection
It is currently 2024-04-18 10:25:22

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Сайв Людей
PostPosted: 2007-03-28 19:19:08 
Offline
User avatar

Joined: 2006-05-25 23:02:02
Posts: 185
Location: Uoo
Драсте=) товарищи Скриптеры, прощу поомоч!
нужен такой скриптик.. чтобы когда чар видит кого либо из людей. он сохранял его ник в какоинить фил.. или хотябы выводил "Text" с никами всех кого видел и временем..если не трудно, помогите..


Top
   
 Post subject:
PostPosted: 2007-03-28 20:09:17 
Offline
User avatar

Joined: 2005-04-05 04:13:24
Posts: 139
Location: DRW
это во 2ом уроке лежит, немного переделал)
время ток не добавил. я еще не волшебник, я только учусь :oops:

Code:
sub main() 
   VAR name
   UO.Set( 'finddistance', '15' )
   Repeat
      UO.FindType( '0x0190', '-1', '1' )
      If UO.FindCount() > 0 Then 
         UO.Click( 'finditem' )
         wait( 500 )
         name = UO.GetName( 'finditem' )
         uo.textopen()
         wait(100)
         uo.textprint( 'Чар: ' + name )
         wait(100)
         UO.Ignore( 'finditem' )
      Else
         wait( 1000 )
      Endif
   Until UO.dead()
   UO.IgnoreReset()
endsub


Top
   
 Post subject:
PostPosted: 2007-03-30 19:19:57 
Offline
User avatar

Joined: 2006-05-25 23:02:02
Posts: 185
Location: Uoo
хех, один раз выводит текст с именем чара которым запустил и больше ничего, стоит тупит=((


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