Мне нужен скрипт такого плана:
Чар становился в хайд , ждал 8-10сек , и включал скилл Stealth, говорил 4то-то (4тоб выйти с хайда) и снова в хайд и т.д.
Заранее благодарен.
Ув. скриптерЫ помогите co Stealth
Moderators: Murderator+, Murderator
Re: Ув. скриптерЫ помогите co Stealth
b1sh0p wrote:Мне нужен скрипт такого плана:
Чар становился в хайд , ждал 8-10сек , и включал скилл Stealth, говорил 4то-то (4тоб выйти с хайда) и снова в хайд и т.д.
Заранее благодарен.
Code: Select all
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
Сделал дело - флуди смело !!!
Я вот так качал..
wait(5000) - задержка между применениям хайда и стелса.
wait(5000) - задержка между применениям хайда и стелса.
Code: Select all
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.
Code: Select all
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ший которЫй я нашел . Сам юзаю и с вами делюсЪ...*:))