Help - Search - Members - Calendar
Full Version: Zmud Alias
Achaea's Forums > Off-Topic > Tech Support > Client Help
Eadyth
I need some help with an alias for my stormhammer and for holocaust. I am unsure how to be able to set multiple targets for stormhammer and how to be able to set seconds for holocaust using an alias. Can anyone help me out?
Eadyth
Edit button is gone...I also need help with Gust, as I need to be able to set a target and a direction. Thanks!
Dusty
CODE
@ALIAS t {#VAR target %1}
Syntax - t <desired target>
CODE
#ALIAS holo {cast holocaust %1}
Syntax - holo <timer>
CODE
#ALIAS g {gust @target %1}
Syntax - g <dir>

The stormhammer is a little complicated and involves multiple target tracking.
oya
Here's what I've figured out. Keep adding to it for more targets.
CODE
#alias t {#if (%null(%1)) {#show Targetting @target} {#var target;#additem target %1;#if (%2) {#additem %2;#if (%3) {#additem %3} {}} {}}


I don't know any of the syntaxes for your skills, but you'd call the targets like so:
%item( @target, 1) for the first target, exchanging one for the number.
Dusty
I have a targetting script on my site that keeps track of multiple targets from IH. You can customize it easily to allow what you want to target, then use the first 3 targets in it for stormhammer.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.