I need some suggestions... I am trying to make an achaea trigger system for a monk... I need to make a combo... and I don't know how. I got that I need to have a macro that sends all three attacks at once to a variable... @tar as I was taught... but I don't know how to set up the variable so I can specify an actual target... please help?!
Monk Triggers -- Combo
Posted by Saevain on Wed 24 Aug 2005 04:03 PM — 2 posts, 18,000 views.
So... what are you trying to do?
Most of us dont play Achaea, so you'll have to spell it out for us in more general terms (in the title too!).
Anyway, I think you basically need to set a variable, which you can do with an alias.
And then it use that (I think you just want to send three lines?) you put this in your alias (not macro, I think? I dont really know if you just dont know the terms, or if you actually want a macro) send:
yadda1 @target
yadda2 @target
yadda3 @target
and then check the "expand variables" box, and the contents of the variable "target" will be substituted.
See this:
http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=4291
For the macro (if you do indeed want a macro) (you should look into accellerators though, they can do this without the intermediate alias):
http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=2062
Most of us dont play Achaea, so you'll have to spell it out for us in more general terms (in the title too!).
Anyway, I think you basically need to set a variable, which you can do with an alias.
And then it use that (I think you just want to send three lines?) you put this in your alias (not macro, I think? I dont really know if you just dont know the terms, or if you actually want a macro) send:
yadda1 @target
yadda2 @target
yadda3 @target
and then check the "expand variables" box, and the contents of the variable "target" will be substituted.
See this:
http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=4291
For the macro (if you do indeed want a macro) (you should look into accellerators though, they can do this without the intermediate alias):
http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=2062