Yoko

All sides of Injection
It is currently 2025-10-19 20:27:52

All times are UTC+02:00




Post new topic  Reply to topic  [ 16 posts ] 
Author Message
 Post subject: хил
PostPosted: 2009-02-27 15:53:37 
Offline

Joined: 2009-02-23 15:22:46
Posts: 19
народ помогите найти скрипт который просто при хиляние себя или кого либо бинтами одивает обратно щит и оружие


Top
   
 Post subject:
PostPosted: 2009-02-27 18:47:13 
Offline

Joined: 2008-12-13 00:00:15
Posts: 174
пфффффф


Top
   
 Post subject:
PostPosted: 2009-02-27 21:16:09 
Offline

Joined: 2009-01-05 00:15:54
Posts: 1
поиск


Top
   
 Post subject:
PostPosted: 2009-02-27 23:54:09 
Offline

Joined: 2009-02-23 15:22:46
Posts: 19
искал толкового нечи не нашол все неработает плизз кому не падлу дайте =)


Top
   
 Post subject:
PostPosted: 2009-02-28 00:02:00 
Offline

Joined: 2009-02-04 10:51:57
Posts: 23
Code:
sub bandself() ; Хил с бинтов и одевание вепа со щитом
var band = "0x0e21" ; Тип бинтов
   if uo.waiting() then
      uo.canceltarget()
   endif
   if (uo.life<uo.str) and (uo.count(band)>0) then
      uo.waittargetself()
      uo.usetype(band)
      MesReact()
      uo.print(str(uo.count(band)-1)+" Бинтов")
   else
      if uo.life==uo.str then
         uo.print("Бинтов "+str(uo.count(band)))
      endif
      if (uo.count(band)<1) then
         uo.print("Бинты Кончились!")
      endif
   endif
   wShldWep()
endsub
sub wShldWep()  ; одевает веп и щит

   if uo.waiting() then
      uo.canceltarget()
   endif
   uo.useobject('sh')
   wait(50)
   uo.waittargetself()
   uo.useobject('wep')
   MesReact()
   if uo.waiting() then
      uo.canceltarget()
   endif
endsub



sh wep создать в обжектах (Sh-щит; wep-пуха)


Top
   
 Post subject:
PostPosted: 2009-02-28 00:15:42 
Offline

Joined: 2009-02-23 15:22:46
Posts: 19
вроде зделал а ошибка вылетает


Top
   
 Post subject:
PostPosted: 2009-02-28 00:16:27 
Offline

Joined: 2009-02-23 15:22:46
Posts: 19
я просто воще дуб дубом в инже =))


Top
   
 Post subject:
PostPosted: 2009-02-28 00:25:24 
Offline

Joined: 2009-02-23 15:22:46
Posts: 19
в сам срипт ченить надо вписывать ? или просто в обжекте выставить


Top
   
 Post subject:
PostPosted: 2009-02-28 00:31:51 
Offline

Joined: 2009-02-04 10:51:57
Posts: 23
в обжекте в поле найм пишешь sh далее жмёшь нью ,затем выделяешь sh жмешь кнопку фром таргет прицелом ловишь щит)))) то же самое проделываешь с wep )) и будет тебе счачтье


Top
   
 Post subject:
PostPosted: 2009-02-28 00:34:03 
Offline

Joined: 2009-02-04 10:51:57
Posts: 23
правда тебе понадобится вот такой вот скриптик :
Code:
sub MesReact()
var lasttime=uo.timer(),react=0
var Msg1="You can't reach that."
var Msg2='current state'
   uo.deletejournal()
   repeat
      wait(10)
      if uo.timer()==lasttime+5 then
         react=1
      endif
   until not uo.waiting() or react==1 or uo.injournal(Msg1) or uo.injournal(Msg2)
endsub


Top
   
 Post subject:
PostPosted: 2009-02-28 00:37:33 
Offline

Joined: 2009-02-23 15:22:46
Posts: 19
зделал пишет типо на 9 линии ошибка


Top
   
 Post subject:
PostPosted: 2009-02-28 00:42:26 
Offline

Joined: 2009-02-23 15:22:46
Posts: 19
лан проехали это не для моих мозгов =)) попрошу потом друга пусть покавыряеться , у тя случайно нет скриптика на мининг под фв или просто скрипта который копал бы вокруг себя без хайды


Top
   
 Post subject:
PostPosted: 2009-02-28 00:44:34 
Offline

Joined: 2009-02-04 10:51:57
Posts: 23
ой млин вствь в скрипт всё вот ето вот
Code:
sub bandself() ; Хил с бинтов и одевание вепа со щитом
var band = "0x0e21" ; Тип бинтов
   if uo.waiting() then
      uo.canceltarget()
   endif
   if (uo.life<uo.str) and (uo.count(band)>0) then
      uo.waittargetself()
      uo.usetype(band)
      MesReact()
      uo.print(str(uo.count(band)-1)+" Бинтов")
   else
      if uo.life==uo.str then
         uo.print("Бинтов "+str(uo.count(band)))
      endif
      if (uo.count(band)<1) then
         uo.print("Бинты Кончились!")
      endif
   endif
   wShldWep()
endsub
sub wShldWep()  ; одевает веп и щит

   if uo.waiting() then
      uo.canceltarget()
   endif
   uo.useobject('sh')
   wait(50)
   uo.waittargetself()
   uo.useobject('wep')
   MesReact()
   if uo.waiting() then
      uo.canceltarget()
   endif
endsub
sub MesReact()
var lasttime=uo.timer(),react=0
var Msg1="You can't reach that."
var Msg2='current state'
   uo.deletejournal()
   repeat
      wait(10)
      if uo.timer()==lasttime+5 then
         react=1
      endif
   until not uo.waiting() or react==1 or uo.injournal(Msg1) or uo.injournal(Msg2)
endsub


Top
   
 Post subject:
PostPosted: 2009-02-28 00:49:29 
Offline

Joined: 2009-02-23 15:22:46
Posts: 19
спс огромное все работает только еще прошу расказать как сприпт на кнопуку биндить


Top
   
 Post subject:
PostPosted: 2009-02-28 00:50:15 
Offline

Joined: 2009-02-23 15:22:46
Posts: 19
а все спс ненадо =)


Top
   
 Post subject:
PostPosted: 2009-02-28 21:01:20 
Offline

Joined: 2009-02-23 15:22:46
Posts: 19
Cлушай а подскажи можно таким макаром когото другово личить если да то скажи как


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 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