| Yoko http://forum.yoko.com.ua/ |
|
| Healing - прокачка http://forum.yoko.com.ua/viewtopic.php?f=3&t=2131 |
Page 1 of 1 |
| Author: | Woohoo [ 2004-12-02 01:41:14 ] |
| Post subject: | Healing - прокачка |
Вот скриптец: sub hill() uo.disarm() wait(2000) exit = 0 while exit <> 1 live = UO.STR CheckLag() uo.waittargettype ('0x1008') uo.usetype ('0x0E20') wait(500) uo.usetype('0x0E85') ;kursnutaja kirka uo.useskill('Spirit Speak') repeat wait(500) until UO.Life < live CheckLag() LastTimer=UO.Timer() repeat UO.BandageSelf() wait(4000) until UO.Life==UO.STR OR LastTimer+300<UO.Timer() wend end sub Но один вопрос, как сделать, чтобы он мыл бондажки в блюдце(на ДРВ) когда они заканчатся, и продолжал хёлиться!? |
|
| Author: | Askaneli [ 2004-12-02 06:16:40 ] |
| Post subject: | |
Code: sub Train_Healing() |
|
| Author: | Woohoo [ 2004-12-02 12:36:29 ] |
| Post subject: | |
Большой сенкс!!!!!!!!!!!!!!!!!!! ))))))))) |
|
| Author: | Woohoo [ 2004-12-05 00:34:11 ] |
| Post subject: | |
Ещё одна просьба, он должен кушать, чтобы скрипт работал исправно, т.к. на голодный желудок хиты не падают когда одевает курсовую шмоть! Вот есть скрипт кушанья(я его выдрал из копалки), но у меня не удалось объединить, помогите плиз: var Food="0x097B" ;fish steaks repeat Hungry(1) CheckLag() var HungryCount=0, HungryCountMax sub Hungry(HungryCountMax) ;counter to call this sub VAR LastTimer ; UO.Print(str(HungryCount)) if HungryCount==0 then HungryCount=HungryCountMax cant: UO.DeleteJournal() UO.Exec("waittargetself") UO.Exec("useskill 'Animal Lore'") LastTimer=UO.Timer() while not (UO.InJournal("looks") OR UO.InJournal("hand") OR LastTimer+150<UO.Timer()) wait(300) wend if UO.InJournal("hand") then goto cant endif if UO.InJournal("starving") then UO.UseType(Food) wait(3000) UO.UseType(Food) wait(3000) UO.UseType(Food) wait(3000) endif if UO.InJournal("hungry") then UO.UseType(Food) wait(3000) UO.UseType(Food) wait(3000) endif if UO.InJournal("fairly") then UO.UseType(Food) wait(3000) endif endif HungryCount=HungryCount-1 end sub |
|
| Author: | Askaneli [ 2004-12-05 09:08:09 ] |
| Post subject: | |
Code: sub Train_Healing() |
|
| Page 1 of 1 | All times are UTC+02:00 |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|