Page 1 of 1

Targeting

PostPosted: Tue Dec 16, 2008 3:28 pm
by Ordin
i dont know if this will help anyone this you can type ttt and name like
(ttt ferret) and it will target ferret then you make another alias like for what what you gonna do and point it at the target so then all you got to do is like type missile instead of the cast 'magic missile' ferret you just type missile after typing ttt ferret



#ALIAS ttt {tt %1;targ = %1;#say target is set to: %1}


#ALIAS missile {cast 'magic missile' %1 @targ}


if anyone wants to explain this better go ahead

PostPosted: Tue Dec 16, 2008 3:29 pm
by Ordin
also i fogot this will work for any ability

PostPosted: Tue Dec 16, 2008 5:56 pm
by firebrand
#alias mm {cast 'magic missile'}
#alias targ {#var $targ %0; groupt target is %0}
#alias mmt {mm $targ}

"don't shoot, don't shoot! he's cool. he made a deal with dr. doom, same as you." - l.j. --> resident evil: apocalypse

PostPosted: Tue Dec 16, 2008 6:00 pm
by firebrand
[quote="firebrand":x6vub16w]#alias mm {cast 'magic missile'}
#alias targ {#var $targ %0; groupt target is %0}
#alias mmt {mm $targ}[/quote:x6vub16w]

whoops. was supposed to be:

#alias targ {#var target $0; groupt target $0}