Well, it was functioning normal for so much time and i don't know why when i use goto apears this problem... it didn't apears before and i don't know what I modified.
Маст, рекурсию ведь вроде можно использовать...
Наверно у него метка cicle 2 раза используется либо инжект глючит.
Скорее всего именно инжект...
ЗЫ: В английском не силен, переводите =)
P.S: Try reinstall injection (maybe your injection.xml is corrupted)
P.P.S: Use the latest version of injection.dll
Рекурсию без проблем можно использовать только до 100 раз. Потом могут полезть глюки. Конечно, еще и от размера памяти зависит, рекурсия в инжекте жрет память как оглашенная, но 100 раз - надежно.
Ни один скрипт не работает? Пора обновить [url=http://www.eof.nm.ru/FiLeS/uoloop.exe]Инжект[/url]...
Все работает, но хочется большего? Пора переходить на [url=http://stealth.od.ua/]стелс[/url]...
PS (russian): Там еще wait(1) виден, прикольная команда...
Ни один скрипт не работает? Пора обновить [url=http://www.eof.nm.ru/FiLeS/uoloop.exe]Инжект[/url]...
Все работает, но хочется большего? Пора переходить на [url=http://stealth.od.ua/]стелс[/url]...
DerMeister =) wrote:Маст, рекурсию ведь вроде можно использовать...
Наверно у него метка cicle 2 раза используется либо инжект глючит.
Скорее всего именно инжект...
ЗЫ: В английском не силен, переводите =)
P.S: Try reinstall injection (maybe your injection.xml is corrupted)
P.P.S: Use the latest version of injection.dll
i understood only the "PS", soh I tried to reinstall injection and nothing, the problem persists.
Am I using an old version ? i think that my injection is up to date, isn't it ?
sub FzPlate()
uo.cancelmenu()
uo.addtype('Random')
while uo.targeting()
wait(20)
wend
repeat
uo.deletejournal()
uo.waitmenu('Blacksmithing','Armor','Armor','Gauntlets')
uo.usetype('Random')
while not uo.injournal('You put') and not uo.injournal('errou')
wait(20)
wend
until uo.injournal('You put')
repeat
uo.deletejournal()
uo.waitmenu('Blacksmithing','Armor','Armor','Arms')
uo.usetype('Random')
while not uo.injournal('You put') and not uo.injournal('errou')
wait(20)
wend
until uo.injournal('You put')
repeat
uo.deletejournal()
uo.waitmenu('Blacksmithing','Armor','Armor','Legs')
uo.usetype('Random')
while not uo.injournal('You put') and not uo.injournal('errou')
wait(20)
wend
until uo.injournal('You put')
repeat
uo.deletejournal()
uo.waitmenu('Blacksmithing','Armor','Armor','Platemail (26')
uo.usetype('Random')
while not uo.injournal('You put') and not uo.injournal('errou')
wait(20)
wend
until uo.injournal('You put')
repeat
uo.print('Plate feita...')
end sub
Well... After testing several times i discovered that this script is causing that error... I read and read it and didn't find where is the problem!!!
Help me plz