Code: Select all
sub FullOrchish()
UO.DeleteJournal()
UO.WaitTargetType(0x1BF2)
UO.UseType(0x13e3)
UO.Exec("waitmenu 'Blacksmithing' 'Race armor' 'Orcish armor' 'helmet'")
while UO.InJournal("You put the")==0 and UO.InJournal("You have failed to make")==0
wait(300)
wend
UO.DeleteJournal()
UO.WaitTargetType(0x1BF2)
UO.UseType(0x13e3)
UO.Exec("waitmenu 'Blacksmithing' 'Race armor' 'Orcish armor' 'ringmail tunic'")
while UO.InJournal("You put the")==0 and UO.InJournal("You have failed to make")==0
wait(300)
UO.DeleteJournal()
UO.WaitTargetType(0x1BF2)
UO.UseType(0x13e3)
UO.Exec("waitmenu 'Blacksmithing' 'Race armor' 'Orcish armor' 'leggins'")
while UO.InJournal("You put the")==0 and UO.InJournal("You have failed to make")==0
wait(300)
wend
UO.DeleteJournal()
UO.WaitTargetType(0x1BF2)
UO.UseType(0x13e3)
UO.Exec("waitmenu 'Blacksmithing' 'Race armor' 'Orcish armor' 'sleeves'")
while UO.InJournal("You put the")==0 and UO.InJournal("You have failed to make")==0
wait(300)
wend
UO.DeleteJournal()
UO.WaitTargetType(0x1BF2)
UO.UseType(0x13e3)
UO.Exec("waitmenu 'Blacksmithing' 'Race armor' 'Orcish armor' 'gloves'")
while UO.InJournal("You put the")==0 and UO.InJournal("You have failed to make")==0
wait(300)
wend
UO.DeleteJournal()
UO.WaitTargetType(0x1BF2)
UO.UseType(0x13e3)
UO.Exec("waitmenu 'Blacksmithing' 'Race armor' 'Orcish armor' 'shield'")
while UO.InJournal("You put the")==0 and UO.InJournal("You have failed to make")==0
wait(300)
wend
UO.DeleteJournal()
UO.WaitTargetType(0x1BF2)
UO.UseType(0x13e3)
UO.Exec("waitmenu 'Blacksmithing' 'Race weapons' 'Orcish Weapons' 'hammerpick'")
while UO.InJournal("You put the")==0 and UO.InJournal("You have failed to make")==0
wait(300)
wend
end sub
Вставте плз проверку на физл в этот скрипт, чтобы если он сфизлил то повторил сковать эту вещ заново.