Binds and Macros


Black_Specter

 

Posted

Ok, pretend I don't know anything about computers. Now, can I get a description of how to set up a key bind and also how to set up a macro?

For instance, I want to have my character say something while performing an emote, all by pressing one key. Likewise, having him say something whenever he fires a specific power is a goal.


 

Posted

For the speech/emote...
/bind *key* "say *stuff*$$em *emote*"

Without the asterisks, of course.

And, as a macro for a power...

/macro *macro name* "powexecname *name of power*$$say *saying*"

And, again, without the asterisks.


 

Posted

I'm new to this and the guide was really good thank.