Yoko

All sides of Injection
It is currently 2025-12-19 23:19:45

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
 Post subject: cast on account and char
PostPosted: 2008-03-05 20:03:40 
Offline

Joined: 2006-05-04 18:40:42
Posts: 104
all know with in some shard is possible to create with 1 account, 1/2/3/4/5 char.
well i have need with a script with if one of five char is online then cast spell on him.

i have create this, but is more slow if my friend is connect with the last char

Code:
sub qwe()
   uo.waittargetobject("player1")
   uo.cast(namespell)
   wait(200)
   uo.waittargetobject("player2")
   uo.cast(namespell)
   wait(200)
   uo.waittargetobject("player3")
   uo.cast(namespell)
endsub


where player1/2/3 have been add with ",addobject player1/2/3" and save it in tab "Objects"

Do u know another method for this?


Top
   
 Post subject:
PostPosted: 2008-03-05 21:16:09 
Offline

Joined: 2006-05-04 18:40:42
Posts: 104
don't work

Code:
sub reft()
   var i
   dim pg[2]
      pg[0] = "0x0005f80f"
      pg[1] = "0x0005f80d"
   
   uo.cast("Magic Reflection","pg[i]")
endsub


and display inject say: "invalid serial index"


Top
   
 Post subject:
PostPosted: 2008-03-05 21:34:49 
Offline
Expert!
User avatar

Joined: 2005-05-04 14:05:19
Posts: 2580
Location: Москва
Code:
sub reft() 
   var i
   dim pg[2]
      pg[0] = "0x0005f80f"
      pg[1] = "0x0005f80d"
   
   for i = 0 to 1
      uo.print(str(uo.getDistance(pg[i])))# need to check what getDistance return for offline char
      if uo.getDistance(pg[i]) then
         uo.cast("Magic Reflection",pg[i])
         return
      end if
   next
endsub


Top
   
 Post subject:
PostPosted: 2008-03-05 22:21:15 
Offline

Joined: 2006-05-04 18:40:42
Posts: 104
grin, i love u :D
tnx


Top
   
 Post subject:
PostPosted: 2008-03-05 22:23:54 
Offline
Expert!
User avatar

Joined: 2005-05-04 14:05:19
Posts: 2580
Location: Москва
em... no thanks...


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 9 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