Но это постоянно выдает ошибки, что не так???
Code: Select all
sub shuher()
repeat
UO.FindType( '0x9999', '-1', '1' )
wait(1000)
until UO.FindCount() > 0
end sub
Moderators: Murderator+, Murderator
Code: Select all
sub shuher()
repeat
UO.FindType( '0x9999', '-1', '1' )
wait(1000)
until UO.FindCount() > 0
end sub
Code: Select all
sub shuher()
main()
wait(1000)
until UO.Dead()
end sub
sub main()
UO.FindType( '0x0A9E', '-1', '1' )
if UO.FindCount() > 0 then
wait(1000)
else
uo.exec('terminate shuher')
end sub
sub shuher()
repeat
UO.FindType( '0x9999', '-1', 'ground' )
wait(1000)
until Not UO.FindCount()
end sub