Yoko

All sides of Injection
It is currently 2025-11-05 23:45:16

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2006-03-21 13:15:48 
Offline
User avatar

Joined: 2005-01-14 13:41:05
Posts: 73
Location: Одесса - мама
Заранее спасибо большое.
Мне нужно
1. чар стоит бьет найтмара кулаком
2. при определенном хп он начинает хилиться бинтами с пола
3. хавает

вроде все просто, но не тут то было. можете пожалуйста вырезать из моего скрипта лишнее и исправить где что нужно... скрипт выдает ошибку в строчке, которой не сущесвтует :(
Code:
sub main() 
var checkHP = 80
   UO.Set('finddistance','2')
   UO.Set('distance','2')
      While not uo.Dead()
      begin:
      wait(2000)
      if uo.getHP() < checkhp then
      UO.findtype('0x0E21','0x0578','ground')
      wait(1500)
      UO.WaitTargetSelf()
      uo.usefromground('finditem')
            wait(3000)
               UO.ServerPrint(".hungry")
         Wait(1000)
         If uo.inJournal('hungry at all') Then
            uo.usetype( '0x097B')
         end if
      wend
   wend
end sub


Top
   
PostPosted: 2006-03-21 19:13:15 
Offline

Joined: 2005-08-19 16:12:23
Posts: 182
Code:
sub main() 
var checkHP = 80
   UO.Set('finddistance','2')
   UO.Set('distance','2')
     While not uo.Dead()
      if uo.getHP() < checkhp then
      UO.WaitTargetSelf()
      UO.findtype('0x0E21','0x0578','ground')
       if uo.findcount() then
        UO.WaitTargetSelf()
        uo.usefromground('finditem')
        wait(3000)
       else
        uo.print("bandage not found, script is stoped")
        return
       end if
      end if
         UO.ServerPrint(".hungry")
         Wait(1000)
         If uo.inJournal('hungry at all') Then
            uo.usetype( '0x097B')
            wait(1000)
         end if
     wend
end sub


что-то типа такого


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

All times are UTC+02:00


Who is online

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