Sub Mount()
VAR DistChar
uo.set( 'finddistance', '1' )
start:
If [меня скинули с коня] then ##сюда смотреть
UO.findtype('0x00E2', '-1', '1')
wait(10)
if UO.findcount() > 0 then
DistChar = UO.GetDistance( 'finditem' )
repeat
wait(10)
until DistChar <= 1
wait(10)
UO.useobject('finditem')
endif
endif
goto start
end sub
YokoInjection CodeSweeper Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Sub Mount()
uo.deletejournal()
uo.Print('КОНЯ ПОКАЖИ ')
uo.Exec('addobject Horse')
while uo.Targeting()
wait(100)
wend
repeat
repeat
wait(10)
until uo.objAtLayer("Horse")
if UO.getdistance('Horse') <= 1 then
UO.useobject ('Horse')
endif
until UO.gethp() == 0
endsub
YokoInjection CodeSweeper Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom