Yoko

All sides of Injection
It is currently 2025-11-04 14:07:40

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Target!!
PostPosted: 2008-08-10 02:30:51 
Offline

Joined: 2007-10-01 22:04:36
Posts: 15
is there anyway that i can save 2 or more targets?
for example if im in a mass pvp and i have 3x1 against me and i need to save the target of the 3 players that are attacking me i would save their target, i wanna dispel cast play 1, i press hotkey and i get the target of player 1, i wanna dispel cast play 2, i press hotkey and get the target of player 2...

is there anyway i use this?

sry about english


Top
   
 Post subject:
PostPosted: 2008-08-10 04:59:27 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
If i need so, i tried to use global variable.
For example:

Code:
sub save_first_target()
  ;saving ID(laststatus) into first global variable
end sub


Code:
sub save_second_target()
  ;saving ID(laststatus) into second global variable
end sub


and when i need to cast something on character, i set into third global variable value of variable with ID of attacking character. Look:

first=ID attacking 1
second=ID attacking 2
third=ID attacking 1/ ID attacking 2/laststatus
and when you'll cast, you need to make WaitTargetObject on ID of third global variable.

So, u need scripts:

Code:
Saving ID first attacker in global variable 'first'

Code:
Saving ID second attacker in global variable 'second'

Code:
Scp, which will set 'third' global variable, as 'first' or 'second'

Code:
Scps, where you will cast on ID of 'third' global variable


Top
   
 Post subject:
PostPosted: 2008-08-10 05:02:44 
Offline

Joined: 2007-10-01 22:04:36
Posts: 15
oh man, im not a script writer.. i thought it was simple task.. can u make this script?


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

All times are UTC+02:00


Who is online

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