Цитата(Naprasno @ 1.2.2019, 13:29)

Прописал путь и теперь всё пашет супер.
Может знаете что за ошибка:
13:24:28 2 (autosaved_2.txt, 2): move - (2): Ошибка! Проверьте правильность скрипта! EConvertError '' is not a valid integer value
move %arr[1 1] %arr[1 2]
Где список ошибок посмотреть?
С этой разобрался. Я переменную не проверял на соответствие. Теперь вот такая:
"end_for - (63): Немогу найти имя переменной for"
"end_for - (64): Немогу найти имя переменной for"
вот здесь:
for #i 1 size(%rune) // цикл для всех рун
log %rune[#i]
set lasttargetid %rune[#i]
send b
wait 2500
for #j 1 size(%image) // цикл для всех мобов
log %image[#j]
set #d findimage (0, 0 1021, 760 (%image[#j].bmp) %arr 2)
if #d > 0 // если есть
wait 50
send f1
wait 100
move %arr[1 1] %arr[1 2]
wait 200
left %arr[1 1] %arr[1 2] // кликнули
wait 1500
goto start
else continue
end_if
goto end
:start
send \
wait 300
if (lastmsg your target) or (lastmsg away from you) or (lastmsg you can't)
goto xogdenie
end_if
if (lastmsg this creature) or (lastmsg from the) or (lastmsg it seems)
wait 1500
send esc
wait 500
move %arr[1 1] %arr[1 2]
wait 100
double_left %arr[1 1] %arr[1 2]
wait 1500
send 4
wait 3500
send n
wait 500
drag 379, 188 398, 266 2
wait 500
drag 390, 289 330, 235 1
wait 500
end_if
if (lastmsg I always) or (lastmsg here) or (lastmsg I won't)
wait 19000
end_if
:end
end_for
end_for