Yoko

All sides of Injection
It is currently 2025-12-10 21:57:56

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2006-04-03 15:31:04 
Offline

Joined: 2006-02-03 19:32:33
Posts: 156
короче нужен скрипт для спаринга (т.е чтобы двое дубасили друг друга, не отходя), а третий-хилер -хелил их обоих и пил рефреши!!!!


Top
   
 Post subject:
PostPosted: 2006-04-03 15:52:57 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Code:
var char=' id persa'

while uo.GetHP(char) < uo.GetMaxHP(char)
uo.waittargetobject('0x00008EAB')
uo.UseType('0x0E21')
wait(3000)
wend


Code:
var refresh=' type '
var colorref=' colour of refresh '
uo.UseType(refresh,colorref)


примера достаточно?


Top
   
 Post subject:
PostPosted: 2006-04-03 17:08:35 
Offline

Joined: 2006-02-03 19:32:33
Posts: 156
так у меня же спаринговаться будут 2 чара((
а не мог бы ты оформить все в виде скрипта?


Top
   
 Post subject:
PostPosted: 2006-04-04 13:54:18 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Code:
var char=' id persa ' 
var char2=' id persa 2 '
var ref=' type '
var refresh=' colour of refresh potion '

sub spar()
  while not uo.Dead()
    if uo.GetHP(char) < uo.GetMaxHP(char) then
      uo.waittargetobject(char)
      uo.UseType('0x0E21') 
      wait(3000)
    end if
    if uo.GetHP(char2) < uo.GetMaxHP(char2) then
      uo.waittargetobject(char2)
      uo.UseType('0x0E21') 
      wait(3000)
    end if
    if uo.stamina < 50 then
      uo.UseType(ref,refresh)
    end if
  wend
end sub


написан, для себя можно сказать ) как бы да кабы пару ночей постоять и забить. тести


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 6 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:  
Powered by phpBB® Forum Software © phpBB Limited