MaG1StR_Yoda | Дата: Пятница, 26.06.2020, 20:09 | Сообщение # 1 |
Генералиссимус
Группа: Администраторы
Сообщений: 1026
Статус: Оффлайн
| sub parrying() VAR Sunduk = 0x7EFC2456 # Айди сундука с Щитами While UO.DEAD() == 0 uo.set('finddistance','5') if UO.GetHP()<75 then UO.Waittargetobject('self') UO.UseFromGround('0x0E21') wait(2000) end if if Uo.count('0x1B76') == 0 then Uo.findtype('0x1B76','-1',Sunduk) Uo.moveitem(finditem,'-1',backpack) wait(1000) end if if uo.count('0x1B76') == 1 then Uo.Equipt('Lhand','0x1B76') wait(50000) end if wend wend end sub
|
|
| |