Перейти к содержанию
Форум шарда Middle-Earth

Fio

Members
  • Публикаций

    2
  • Зарегистрирован

  • Посещение

Репутация

0 Обычный

Информация о Fio

  • Звание
    Newbie
  1. хмм а что берется там в правую руку и что там за юзтайп)))
  2. евсть тут маленьки скрипт на ковку фул плиты вот хотелбы спросить что дак как надо у меня пишет что ненаходит инги.... раньше какойто командой через ", "чтото добавлял и все работало прошу савета что как надо размещать имею ввиду инги и сумку куда скидываются результаты sub main() UO.deletejournal() UO.CancelMenu() UO.CancelTarget() \\ --- making a Dwarven Breastplate --- part1: UO.Exec("waitmenu 'What do you wish to make?' 'Armor' 'Select armor' 'Platemail' 'Select item' 'Dwarven Platemail Breastplate'") UO.Exec("waittargetobject ^0x1BF2") UO.Exec("useobject '^0x13E3'") wait(4000) if UO.Injournal ("exceptional") then UO.deletejournal() wait(500) UO.Exec("waittargetobject '^0x1416'") UO.Exec("useobject '^0x0E7B'") wait(1000) \\ --- moving item to bag --- uo.exec("moveitem '^0x1416' '1' '^0x0e76'") wait(500) goto part2 else goto breastplatesm \\ --- smelting a breastplate --- breastplatesm: UO.Exec("waittargetobject '^0x1416'") UO.Exec("useobject '^0x0FBB'") Wait (1000) goto part1 endif \\ --- end part 1--- \\ --- making a Dwarven Platemail Arms --- part2: UO.Exec("waitmenu 'What do you wish to make?' 'Armor' 'Select armor' 'Platemail' 'Select item' 'Dwarven Platemail Arms'") UO.Exec("waittargetobject '^0x1BF2'") UO.Exec("useobject '^0x13E3'") wait(4000) if UO.Injournal ("exceptional") then UO.deletejournal() wait(500) UO.Exec("waittargetobject '^0x1417'") UO.Exec("useobject '^0x0E7B'") wait(1000) \\ --- moving item to bag --- uo.exec("moveitem '^0x1417' '1' '^0x0e76'") wait(500) goto part3 else goto armssm \\ --- smelting a arms --- armssm: UO.Exec("waittargetobject '^0x1417'") UO.Exec("useobject '^0x0FBB'") Wait (1000) goto part2 endif \\ --- end part2 --- \\ --- making a Dwarven Platemail Legs part3: UO.Exec("waitmenu 'What do you wish to make?' 'Armor' 'Select armor' 'Platemail' 'Select item' 'Dwarven Platemail Legs'") UO.Exec("waittargetobject '^0x1BF2'") UO.Exec("useobject '^0x13E3'") wait(4000) if UO.Injournal ("exceptional") then Uo.deletejournal() wait(500) UO.Exec("waittargetobject '^0x141A'") UO.Exec("useobject '^0x0E7B'") wait(1000) \\ --- moving item to bag --- uo.exec("moveitem '^0x141A' '1' '^0x0e76'") wait(500) goto part4 else goto legssm \\ --- smelting a legs --- legssm: UO.Exec("waittargetobject '^0x141A'") UO.Exec("useobject '^0x0FBB'") Wait (1000) goto part3 endif \\ --- end part3 --- \\ --- making a Dwarven Platemail Gloves --- part4: UO.Exec("waitmenu 'What do you wish to make?' 'Armor' 'Select armor' 'Platemail' 'Select item' 'Dwarven Platemail Gloves'") UO.Exec("waittargetobject '^0x1BF2'") UO.Exec("useobject '^0x13E3'") wait(4000) if UO.Injournal ("exceptional") then UO.deletejournal() wait(500) UO.Exec("waittargetobject '^0x1418'") UO.Exec("useobject '^0x0E7B'") wait(1000) \\ --- moving item to bag --- uo.exec("moveitem '^0x1418' '1' '^0x0e76'") wait(500) goto part5 else goto glovsm \\ --- smelting a gloves --- glovsm: UO.Exec("waittargetobject '^0x1418'") UO.Exec("useobject '^0x0FBB'") Wait (1000) goto part4 endif \\ --- end part4 --- \\ --- making a Platemail Gorget --- part5: UO.Exec("waitmenu 'What do you wish to make?' 'Armor' 'Select armor' 'Platemail' 'Select item' 'Platemail Gorget'") UO.Exec("waittargetobject '^0x1BF2'") UO.Exec("useobject '^0x13E3'") wait(4000) if UO.Injournal ("exceptional") then UO.deletejournal() wait(500) UO.Exec("waittargetobject '^0x1413'") UO.Exec("useobject '^0x0E7B'") wait(1000) \\ --- moving item to bag --- uo.exec("moveitem '^0x1413' '1' '^0x0e76'") wait(500) goto part6 else goto gorgsm \\ --- smelting a gorget --- gorgsm: UO.Exec("waittargetobject '^0x1413'") UO.Exec("useobject '^0x0FBB'") Wait (1000) goto part5 endif \\ --- end part5 --- \\ --- making a Dwarven Platemail Helm --- part6: UO.Exec("waitmenu 'What do you wish to make?' 'Armor' 'Select armor' 'Helmets' 'Select item' 'Dwarven Plate Helm'") UO.Exec("waittargetobject '^0x1BF2'") UO.Exec("useobject '^0x13E3'") wait(4000) if UO.Injournal ("exceptional") then UO.deletejournal() wait(500) UO.Exec("waittargetobject '^0x1419'") UO.Exec("useobject '^0x0E7B'") wait(1000) \\ --- moving item to bag --- uo.exec("moveitem '^0x1419' '1' '^0x0e76'") wait(500) goto part7 else goto helmsm \\ --- smelting a helmet --- helmsm: UO.Exec("waittargetobject '^0x1419'") UO.Exec("useobject '^0x0FBB'") Wait (1000) goto part6 endif \\ --- end part6 --- \\ --- making a Heater part7: UO.Exec("waitmenu 'What do you wish to make?' 'Shields' 'Select item' 'Heater'") UO.Exec("waittargetobject '^0x1BF2'") UO.Exec("useobject '^0x13E3'") wait(4000) if UO.Injournal ("exceptional") then UO.deletejournal() wait(500) UO.Exec("waittargetobject '^0x1B76'") UO.Exec("useobject '^0x0E7B'") wait(1000) \\ --- moving item to bag --- uo.exec("moveitem '^0x1B76' '1' '^0x0e76'") wait(500) goto end else goto shsm \\ --- smelting a shield --- shsm: UO.Exec("waittargetobject '^0x1B76'") UO.Exec("useobject '^0x0FBB'") Wait (1000) goto part7 endif \\ --- end part7 --- end sub
×
×
  • Создать...