alvar
27.06.2004, 08:48
UO Pilot v1.07 beta 7. Скрипт такой:
while_not lastmsg you lack
send F10 4000 // castspell poison/waitfortarget/lasttarget
end_while
:1
while_not lastmsg you must wait
send F9 3000 // useskill meditation
end_while
while_not lastmsg you are at peace
if lastmsg you lose
goto 1
end_if
end_while
Стабильно сбивается, отработав несколько раз - не обнаруживает last message, обычно "you are at peace" и застревает в последнем блоке while.
Буду благодарен за квалифицированную помощь.
while_not lastmsg you lack
send F10 4000 // castspell poison/waitfortarget/lasttarget
end_while
:1
while_not lastmsg you must wait
send F9 3000 // useskill meditation
end_while
while_not lastmsg you are at peace
if lastmsg you lose
goto 1
end_if
end_while
Стабильно сбивается, отработав несколько раз - не обнаруживает last message, обычно "you are at peace" и застревает в последнем блоке while.
Буду благодарен за квалифицированную помощь.