Quote:
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