Yoko

All sides of Injection
It is currently 2025-10-29 23:24:08

All times are UTC+02:00




Post new topic  Reply to topic  [ 6 posts ] 
Author Message
PostPosted: 2006-10-03 14:31:55 
Offline

Joined: 2006-09-17 20:25:33
Posts: 44
Помогите приделать к скрипту ворлд сейв протект, если есть киньте эту функцию сюды


Top
   
PostPosted: 2006-10-03 15:00:58 
Offline
Expert!
User avatar

Joined: 2005-01-07 13:22:19
Posts: 766
Quad Damage. wrote:
Помогите приделать к скрипту ворлд сейв протект, если есть киньте эту функцию сюды


чеклаг чтоли?)


Top
   
PostPosted: 2006-10-03 16:09:25 
Offline

Joined: 2006-09-17 20:25:33
Posts: 44
Question wrote:
Quad Damage. wrote:
Помогите приделать к скрипту ворлд сейв протект, если есть киньте эту функцию сюды


чеклаг чтоли?)
Я хз как называется... ну вот скрипт:
Code:
sub say()
lol:
uo.say('all stop')
wait(3500)
goto lol
end sub


надо сделать так, чтобы при все он останавливался, а посли опять кричал... просто если вс будет и скрипт будет включен - будет флуд...


Top
   
 Post subject:
PostPosted: 2006-10-03 17:09:55 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Code:
if uo.InJournal('is saving') then 
  CheckLag()
end if


Top
   
 Post subject:
PostPosted: 2006-10-03 17:26:17 
Offline

Joined: 2006-09-17 20:25:33
Posts: 44
You Must Die wrote:
Code:
if uo.InJournal('is saving') then 
  CheckLag()
end if
You Must Die, спасибо конечно, но не мог бы эту штуку риделать к самому моегму скрипту? А то я не знаю где ее правильно вставить :(


Top
   
 Post subject:
PostPosted: 2006-10-03 18:09:35 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Code:
sub say() 
  lol:
    uo.DeleteJournal()
    uo.say('all stop')
    wait(3500)
    if uo.InJournal('is saving') then
      Checklag()
    end if
  goto lol
end sub

sub Checklag()
  uo.Click('backpack')
  repeat
    wait(100)
  until uo.InJournal('backpack')
end sub


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 11 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