Macro help


Aggelakis

 

Posted

Hey guys, just wondering, how do you assign emotes to a macro? Basically I just want to click a macro button on my powers bar to make my character do things without having to bind them to keys?

Its for the fly poses really, as last night I tried to put the fly poses to macros but it didn't work.


 

Posted

/macro MACRONAME "emote EMOTENAME"

In order to show the flyposes, you have to be moving forward first.


Paragon Wiki: http://www.paragonwiki.com
City Info Terminal: http://cit.cohtitan.com
Mids Hero Designer: http://www.cohplanner.com
Quote:
Originally Posted by Dispari View Post
I don't know why Dink thinks she's not as sexy as Jay was. In 5 posts she's already upstaged his entire career.

 

Posted

That's super. Thanks for that!


 

Posted

Something else you could try is:

/bind W "+forward$$em flypose1"

(If I got that wrong, someone please correct me! EDIT: fixed, as per Master-Blade's correction)

The first part is what's normally bound to W, the second is your flypose, which will be ignored if you're not flying (note: for flyposes, Hover does NOT count as flying). Change the number if you want a different flypose. And if you use the arrow keys instead of WASD, I think the keyname is UP.


@Roderick

 

Posted

Quote:
Originally Posted by Roderick View Post
Something else you could try is:

/bind W "++forward$$em flypose1"

(If I got that wrong, someone please correct me!)

The first part is what's normally bound to W, the second is your flypose, which will be ignored if you're not flying (note: for flyposes, Hover does NOT count as flying). Change the number if you want a different flypose. And if you use the arrow keys instead of WASD, I think the keyname is UP.
One minor correction, the default for W is "+forward", not "++forward". Using two +'s would make it work like an Autorun toggle instead of forward while pressed.