target specific player

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Supergala
Posts: 504
Joined: Mon May 17, 2010 3:40 pm
Location: Poland

target specific player

#1 Post by Supergala »

which is the command for target one player inside the party?i'd like to use on simple macro in game but i'd like to do also in mm command......i think there is a different command for target in game with simple macro and with mm command inside waypoint...someone can help?ty
User avatar
Administrator
Site Admin
Posts: 5340
Joined: Sat Jan 05, 2008 4:21 pm

Re: target specific player

#2 Post by Administrator »

I think you're looking for TargetUnit(), but SpellTargetUnit() could also be useful.

TargetUnit
SpellTargetUnit
Supergala
Posts: 504
Joined: Mon May 17, 2010 3:40 pm
Location: Poland

Re: target specific player

#3 Post by Supergala »

TargetUnit(character name ?);
/wait 1.2
/cast "Fire Training"

is it ok ?
User avatar
Administrator
Site Admin
Posts: 5340
Joined: Sat Jan 05, 2008 4:21 pm

Re: target specific player

#4 Post by Administrator »

I think you need:

Code: Select all

/script TargetUnit("character name")
I'm not sure about the /wait thing; I thought they had removed that years ago.
Post Reply