Yoko

All sides of Injection
It is currently 2024-03-28 20:43:15

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Нужен скрипт
PostPosted: 2014-02-27 21:19:04 
Offline

Joined: 2014-02-25 08:55:27
Posts: 4
Добрый день !Ребята кому не сложно может кто набросает такой скрип
на два чара
Первый: стоит пьет бутылки пойсон(бутылки будут лежать рядом на полу в доме) умирает и ждет пока второй реснет.
Второй:Как появляется рядом на полу труп качает на нем скил Forensic Evalution , как исчезает труп(труп пропадает через 2000 сек, но сказали мне что дома он пропадает еще больше не знаю если честно) ресает бинтами первого и так знаго пока не будет 100 скила..


Top
   
PostPosted: 2014-02-27 22:09:26 
Offline

Joined: 2011-05-23 00:33:30
Posts: 949
Так второй ресает или скил качает?)

_________________
CodeSweeper


Top
   
PostPosted: 2014-02-28 14:13:50 
Offline

Joined: 2014-02-25 08:55:27
Posts: 4
Incorrect User wrote:
Так второй ресает или скил качает?)

Ну он качает скилл как труп респится он ресает


Top
   
PostPosted: 2014-02-28 14:20:36 
Offline

Joined: 2011-05-23 00:33:30
Posts: 949
Непонятно, асю оставь, возможно смогу помочь.

_________________
CodeSweeper


Top
   
PostPosted: 2014-02-28 16:53:52 
Offline

Joined: 2011-05-23 00:33:30
Posts: 949
Code:
sub Poison()
   var bottles
   uo.findtype("тип яда", -1, "ground", 3)
   if uo.findcount() then
      bottles = uo.getserial("finditem")
      repeat
         uo.useobject(bottles)
         wait(1000)
         if uo.dead() then
            uo.warmode(1)
            repeat
               wait(100)
            until not uo.dead()
         end if
      until uo.getx(bottles) == 0
      uo.print("Закончился яд!")
   end if
end sub

sub Forensic()
   var friend = "ID друга", friendbody
   repeat
      repeat
         wait(100)
      until uo.gethp(friend) == 0
      uo.findtype("0x2006", -1, "ground", 3)
      if uo.findcount() then
         friendbody = uo.getserial("finditem")
         repeat
            wait(5000)
         until uo.getx(friendbody) == 0 or uo.skillval("Forensic Evaluation", 1) == 1000
         uo.waittargetobject(friend)
         uo.usetype("тип бинтов")
         wait(1000)
      end if
   until uo.dead() or uo.skillval("Forensic Evaluation", 1) == 1000
   uo.print("Forensic Evaluation - 100%!")
end sub

_________________
CodeSweeper


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

All times are UTC+02:00


Who is online

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