MaG1StR_Yoda | Дата: Пятница, 26.06.2020, 20:28 | Сообщение # 1 |
Генералиссимус
Группа: Администраторы
Сообщений: 1026
Статус: Оффлайн
| Вариант соло , стрелка в себя ----------------------------------------- #script by dracula# sub resist() uo.addobject('Sumka') #указываем таргетом на пакет с регом while uo.targeting() wait(200) wend While uo.Dead() == 0 uo.set('finddistance','5') if uo.count('0x0F8C') == 0 then uo.findtype('0x0F8C','-1','Sumka') uo.grab('30','finditem') wait(500) end if While NOT UO.InJournal( 'You are at peace') UO.UseSkill("Meditation") Wait(5100) wend if uo.Life > 20 then uo.cast('Magic Arrow') uo.waittargetobject('self') wait(500) end if if uo.gethp() < 20 then uo.waittargetobject('self') uo.usefromground('0x0E21') # Бинты на полу wait(1000) end if if uo.count('0x0E20') > 0 then uo.findtype('0x0E20','-1',backpack) uo.moveitem('finditem','1','Sumka') end if wend wend end sub
|
|
| |
MaG1StR_Yoda | Дата: Пятница, 26.06.2020, 20:29 | Сообщение # 2 |
Генералиссимус
Группа: Администраторы
Сообщений: 1026
Статус: Оффлайн
| Вариант масс резист , без добора ресов ------------------------------------------------- sub maga() while not uo.dead() if uo.mana >20 then uo.waittargetself() wait(500) uo.cast('Mass Curse') wait(4000) else while UO.Mana<UO.Int UO.UseSkill("Meditation") wait(5100) wend endif wend end sub
|
|
| |