нужно чтоб он вставал в хайд юзал стелс если физл опять вставал в хайд и юзал стелс и тд спасибо большое буду очень благодарен

Moderators: Murderator+, Murderator
Code: Select all
sub Stealth()
repeat
uo.UseSkill('Stealth')
wait(4100)
until uo.Dead()
end sub
Code: Select all
sub Stealth()
repeat
uo.UseSkill('Stealth')
wait(5000)
If UO.InJournal ("You have revealed") Then ;*
wait (4500)
uo.UseSkill('Hiding')
until UO.InJournal ("You have hidden")
endif
wait(4500)
until uo.Dead()
end sub
Code: Select all
sub main()
while 1
hide:
repeat
uo.useskill("Hiding")
wait(10000)
stealth:
while (UO.Hidden())
uo.useskill("Stealth")
wait(10000)
wend
goto hide
wend
end sub
Tor4ek wrote:я конечно знаю что я кривой но поправьте пожалуйстая сделал все что мог пожалуйста
Code: Select all
sub Stealth()
repeat
uo.UseSkill('Stealth')
wait(5000)
If UO.InJournal ("You have revealed") Then ;*
wait (4500)
uo.UseSkill('Hiding')
until UO.InJournal ("You have hidden")
endif
wait(4500)
until uo.Dead()
end sub
Code: Select all
sub Stealth()
repeat
uo.UseSkill('Stealth')
wait(5000)
If UO.InJournal ("You have revealed") Then
wait (1000)
uo.UseSkill('Hiding')
wait(4500)
endif
until uo.Dead()
end sub