Problems with one comand [English plz]
Posted: 2006-05-17 20:05:07
Code: Select all
sub main()
...
main()
end subCode: Select all
while 1
wendCode: Select all
while not uo.Dead()
wendi understood only the "PS", soh I tried to reinstall injection and nothing, the problem persists.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
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!!!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