Yoko

All sides of Injection
It is currently 2026-03-16 20:36:15

All times are UTC+02:00




Post new topic  Reply to topic  [ 8 posts ] 
Author Message
PostPosted: 2004-11-25 14:03:45 
Offline

Joined: 2004-11-22 01:12:34
Posts: 12
Мне нужен скрипт такого плана:
Чар становился в хайд , ждал 8-10сек , и включал скилл Stealth, говорил 4то-то (4тоб выйти с хайда) и снова в хайд и т.д.
Заранее благодарен.


Top
   
PostPosted: 2004-11-25 14:43:14 
Offline
Sphere expert
User avatar

Joined: 2004-10-01 08:27:38
Posts: 1143
Location: Уфа
b1sh0p wrote:
Мне нужен скрипт такого плана:
Чар становился в хайд , ждал 8-10сек , и включал скилл Stealth, говорил 4то-то (4тоб выйти с хайда) и снова в хайд и т.д.
Заранее благодарен.

Code:
sub Stealth() 
var i
repeat
uo.print("Stealth...")
UO.UseSkill("Stealth")
UO.DeleteJournal()
Repeat
Wait(100)
Until UO.InJournal("You have hidden yourself well") or UO.InJournal("You can't seem to hide here.")
if UO.InJournal("You have hidden yourself well") then
for i=1 to 5
uo.press(35)
next
for i=1 to 5
uo.press(33)
next
end if
Wait(100)
until UO.Dead()
end sub

_________________
Сделал дело - флуди смело !!!


Top
   
 Post subject:
PostPosted: 2004-11-25 20:28:19 
Offline

Joined: 2004-11-22 01:12:34
Posts: 12
Спасибо коне4но но мне нужно 4тобЫ он вна4але становился в хайд а потом в stealth


Top
   
 Post subject:
PostPosted: 2004-11-26 06:07:22 
Offline
Sphere expert
User avatar

Joined: 2004-10-01 08:27:38
Posts: 1143
Location: Уфа
b1sh0p wrote:
Спасибо коне4но но мне нужно 4тобЫ он вна4але становился в хайд а потом в stealth

Качай по отдельности !!! Так быстрее !!!

_________________
Сделал дело - флуди смело !!!


Top
   
 Post subject:
PostPosted: 2004-11-26 07:48:31 
Offline
Expert!
User avatar

Joined: 2004-04-04 21:40:09
Posts: 1007
Askaneli wrote:
b1sh0p wrote:
Спасибо коне4но но мне нужно 4тобЫ он вна4але становился в хайд а потом в stealth

Качай по отдельности !!! Так быстрее !!!


Такая прокачка по моему только на дрв проходит :)


Top
   
 Post subject:
PostPosted: 2004-11-26 08:37:35 
Offline
Sphere expert
User avatar

Joined: 2004-10-01 08:27:38
Posts: 1143
Location: Уфа
AGRS wrote:
Askaneli wrote:
b1sh0p wrote:
Спасибо коне4но но мне нужно 4тобЫ он вна4але становился в хайд а потом в stealth

Качай по отдельности !!! Так быстрее !!!


Такая прокачка по моему только на дрв проходит :)

Ага !!! Стелс летит просто !!! Я левочару качал !!!

_________________
Сделал дело - флуди смело !!!


Top
   
 Post subject:
PostPosted: 2004-11-26 18:39:24 
Offline
Junior Expert
User avatar

Joined: 2004-10-12 00:48:57
Posts: 92
Location: Шард МЕ2
Я вот так качал..
wait(5000) - задержка между применениям хайда и стелса.

Code:
sub hs()
repeat
while not UO.Hidden()
   UO.UseSkill("Hiding")
   wait(1000)
wend
wait(5000)
UO.UseSkill("Stealth")
until UO.Dead() 
end sub

_________________
The pleasure of satisfying a savage instinct, undomesticated by the ego, is incomparably much more intense then the one of satisfying a tamed instinct. S.Freud.


Top
   
 Post subject:
PostPosted: 2004-11-26 20:05:39 
Offline

Joined: 2004-11-22 01:12:34
Posts: 12
Code:
sub stealth()
var i,k

While not UO.Dead()
start:
UO.UseSkill("Hiding");
wait(10000)
if UO.Hidden() then
goto start2
start2:
UO.UseSkill("Stealth");
wait(10000)
UO.ServerPrint(".hungry")
Wait(500)
i=UO.LastMessage()
If i=="You aren't hungry at all" Then
UO.Exec("usetype '0x097B'")
EndIf

k=UO.LastMessage()
If k=="Saving World State" <>0 Then
Wait(20000)
UO.DeleteJournal()
endif
While not UO.Hidden()
goto start
wend
goto start2
EndIf
wend
end sub


Вот этот скрипт найлу4ший которЫй я нашел . Сам юзаю и с вами делюсЪ...*:))


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

All times are UTC+02:00


Who is online

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