Yoko

All sides of Injection
It is currently 2025-11-10 21:44:11

All times are UTC+02:00




Post new topic  Reply to topic  [ 27 posts ]  Go to page Previous 1 2
Author Message
 Post subject:
PostPosted: 2005-07-19 17:20:56 
Offline

Joined: 2004-12-17 13:12:33
Posts: 34
я вставлял но не работало просто выложил какой у меня реконектор вдруг у меня он просто карявый а вставлял я вот сюда
Code:
ReconnectTime = '0' 
RFlag = 1
Repeat
While (UO.ObjAtLayer('Bpack') == '')
if RFlag Then
ReconnectTime = MakeTime()
RFlag = 0
endif
Wait(20000) # WorldSave Protection
UO.Say('')
Wait(3000)
UO.Say('')
Wait(3000)
UO.Say('')
Wait(3000)
UO.LDblClick(357,164)
UO.LClick(616,459)
Wait(3000)
WEnd
Wait(3000)
if (RFlag == 0) and (ReconnectTime <> '0') Then
;UO.Exec('terminate all')
;UO.Exec('exec autoload')
UO.TextOpen()
UO.TextPrint('Disconnected & Reconnected @ '+ReconnectTime)
RFlag = 1
ReconnectTime = '0'
endif
Until false
end sub

sub MakeTime()
VAR D, T, Ret, i
Ret = STR(UO.Time())
T = ""
For i = 0 To Len(Ret)
T = Ret[Len(Ret)-i] + T
If (I == 2) OR (I == 4) Then
T = ":" + T
EndIf
Next
Ret = STR(UO.Date())
D = ""
For i = 0 To Len(Ret)
D = Ret[Len(Ret)-i] + D
If (I == 2) OR (I == 4) Then
D = "." + D
EndIf
Next
Ret = T + " @ " + D
RETURN Ret
UO.Exec( 'exec spirit' )
end sub


Top
   
 Post subject:
PostPosted: 2005-07-19 17:34:29 
Offline
Expert!
User avatar

Joined: 2004-08-11 23:56:17
Posts: 746
Location: The Citadel
Хм. Попробуй короче через каждую строчку вставлять. Может поможет.


Top
   
 Post subject:
PostPosted: 2005-07-19 23:54:13 
Offline
User avatar

Joined: 2005-07-10 21:53:05
Posts: 457
STINGER прочти в слух каждую строчку скрипта, поверь что это поможет догадаться куда вставить.
Даже если не знаешь ни одной команды……

На всякий случай скрипт Reconnector читай, а не спирит


Top
   
 Post subject:
PostPosted: 2005-07-20 19:12:49 
Offline

Joined: 2004-12-17 13:12:33
Posts: 34
ну поставил я заместо
Code:
;UO.Exec('exec autoload')

вот это
Code:
;UO.Exec('exec spirit')

всё равно не работает :\


Top
   
 Post subject:
PostPosted: 2005-07-20 19:52:02 
Offline
User avatar

Joined: 2005-04-25 19:00:46
Posts: 79
Ты хоть вообще туда ставишь?


Top
   
 Post subject:
PostPosted: 2005-07-20 22:09:54 
Offline
User avatar

Joined: 2005-07-10 21:53:05
Posts: 457
не так
Code:
;UO.Exec('exec spirit')


а вот так
Code:
UO.Exec('exec spirit')


в хелпе можно прочесть назначение

Code:
;


Top
   
 Post subject:
PostPosted: 2005-07-21 02:37:56 
Offline

Joined: 2004-12-17 13:12:33
Posts: 34
вот теперь заработало всем спосибо все свободны :)


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 27 posts ]  Go to page Previous 1 2

All times are UTC+02:00


Who is online

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