Yoko

All sides of Injection
It is currently 2024-03-28 13:23:36

All times are UTC+02:00




Post new topic  Reply to topic  [ 12 posts ] 
Author Message
PostPosted: 2012-11-21 10:42:37 
Offline

Joined: 2012-10-22 14:24:14
Posts: 8
Location: Москва
Парни помогите, играю на оскоме нашел тут скрипт, добавил свои оскомовские фразы. Делает следующее бьёт берет нож до 1/3 хп начинает хилить, хилит 1-2 раза и всё нет никакого продолжения. Не могу понять что за байда

sub Swordsmanship()
repeat
Var s_weapon = '0x13F6'
uo.addobject('opponent','0x004d3ae1')
uo.disarm()
wait(1000)
uo.warmode(true)
uo.attack('opponent')
repeat
if UO.objatlayer("Rhand")=="" then
UO.equipt("Rhand",s_weapon)
wait(600)
end if
if uo.getHP('opponent') < uo.getMaxHP('opponent')/3 then
uo.warmode(false)
uo.disarm()
repeat
uo.deletejournal()
uo.waittargetobject('opponent')
uo.usetype('0x0E21')
repeat
until uo.injournal('You put bloody bandages in backpack') or uo.injournal("You apply bandages but they baraly help") or uo.injournal("Do you want to use clean bandages")
wait(50)
until uo.getHP('opponent') == uo.getMaxHP('opponent')
if UO.objatlayer("Rhand")=="" then
UO.equipt("Rhand",s_weapon)
end if
uo.warmode(true)
uo.attack('opponent')
endif
wait(500)
until uo.dead() or uo.skillval('Swordsmanship') == 1000
uo.warmode(false)
endsub



За помощь кину на телефон 100 рябчиков
скайп ar4ibald_1.


Top
   
PostPosted: 2012-11-21 13:17:26 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
Будут ошибки - пиши (нет клиента под рукой)
Code:
sub Swordsmanship()
   Var s_weapon = '0x13F6'
   uo.addobject('opponent','0x004d3ae1')
   uo.disarm()
   wait(1000)
   uo.warmode(true)
   uo.attack('opponent')
   repeat
      if UO.objatlayer("Rhand")=="" then
         UO.equipt("Rhand",s_weapon)
         wait(600)
      end if
      if uo.getHP('opponent') < uo.getMaxHP('opponent')/3 then
         uo.warmode(false)
         wait(300)
         uo.disarm()
         wait(300)
         repeat
            uo.deletejournal()
            uo.waittargetobject('opponent')
            uo.usetype('0x0E21')
            repeat
               wait(100)
            until uo.injournal('bandage')
         until uo.getHP('opponent') >= uo.getMaxHP('opponent')
         if UO.objatlayer("Rhand")=="" then
            UO.equipt("Rhand",s_weapon)
         end if
         uo.attack('opponent')
      endif
      wait(500)
   until uo.dead() or uo.skillval('Swordsmanship') == 1000
   uo.warmode(false)
end sub

Телефон указать? :roll:

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


Top
   
PostPosted: 2012-11-21 13:37:09 
Offline

Joined: 2012-10-22 14:24:14
Posts: 8
Location: Москва
в скайп кинь я слово держу

или в асю 607847184


Так, вот что вышло

http://www.pictureshack.ru/images/83635_nachalo.png

Запускаю берет лупит все норм тормозит при малом хп начинает хилить хилит так

http://www.pictureshack.ru/images/32894_hilim.png

после этого такая катавасия продолжает хилить ) больше ничего

http://www.pictureshack.ru/images/84003_tupim_mumi.png


Top
   
PostPosted: 2012-11-21 15:15:37 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
Про оплату пошутил :)
А это я накосячил с журналом. Попозже если никто не поправит - исправлю.

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


Top
   
PostPosted: 2012-11-22 16:01:48 
Offline
User avatar

Joined: 2006-12-08 10:51:50
Posts: 718
Location: Москва
Code:
            until uo.injournal('apply bandage')
         until uo.getHP('opponent') >= uo.getMaxHP('opponent') or uo.injournal('mummy')


оно?


Top
   
PostPosted: 2012-11-22 21:35:39 
Offline

Joined: 2012-10-22 14:24:14
Posts: 8
Location: Москва
1 раз хилит и всё(


Top
   
PostPosted: 2012-11-22 21:46:10 
Offline
User avatar

Joined: 2006-12-08 10:51:50
Posts: 718
Location: Москва
Code:
            until uo.injournal('bandages')
         until uo.getHP('opponent') >= uo.getMaxHP('opponent') or uo.injournal('mummy')


а вот так?


Top
   
PostPosted: 2012-11-22 21:51:42 
Offline

Joined: 2012-10-22 14:24:14
Posts: 8
Location: Москва
ZeroDX wrote:
Code:
            until uo.injournal('bandages')
         until uo.getHP('opponent') >= uo.getMaxHP('opponent') or uo.injournal('mummy')


а вот так?



Гж робит на ура без проблем Ну царь ващеее)) Спасибо если что кидай контакт мне заслужил)
607847184 аська
ar4ibald_1 скайп


Top
   
PostPosted: 2012-11-22 22:18:43 
Offline
User avatar

Joined: 2006-12-08 10:51:50
Posts: 718
Location: Москва
ar4ibald wrote:
Спасибо если что кидай контакт мне заслужил

спасибо, но денег не надо )


Top
   
PostPosted: 2012-11-22 22:19:40 
Offline
User avatar

Joined: 2006-12-08 10:51:50
Posts: 718
Location: Москва
Mirage wrote:
А это я накосячил с журналом. Попозже если никто не поправит - исправлю.

А чё сразу не сделал?


Top
   
PostPosted: 2012-11-22 23:10:17 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
Дел много было :roll:
И потом, зачем интересности у других отбирать :D

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


Top
   
PostPosted: 2012-11-22 23:22:38 
Offline

Joined: 2012-10-22 14:24:14
Posts: 8
Location: Москва
Спасибо парни , от души как говорится


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 12 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited