Looking for a Keybind or Macro


Astral_Storm

 

Posted

To all you Keybind and Macro gurus out there.

i am looking for either of the above that I can use for changing costumes.

I want to
1. start in my 1st costume slot,
2. change into costume slot 2 preferably using one of the effects (like Energy Morph)
3. switch to Beast Run.

I also would need the reverse of this so i can change back.

Could somebody please give me a hand with this?


 

Posted

Quote:
Originally Posted by Kheldarn View Post
These binds should do it. Replace <KEY> with the key of your choice.

/bind <KEY> "cce 1 CCEnergyMorph $$ powexec_name Beast Run"
/bind SHIFT+<KEY> "cce 0 CCEnergyMorph $$ powexec_name Beast Run"
I would change it to this:

/bind <KEY> "cce 1 CCEnergyMorph $$ powexec_toggleon Beast Run"
/bind SHIFT+<KEY> "cce 0 CCEnergyMorph $$ powexec_toggleoff Beast Run"

This way you always toggle on with the first command and always toggle off with the second. No chance to enter beast run when you don't mean to.


Where to now?
Check out all my guides and fiction pieces on my blog.
The MFing Warshade | The Last Rule of Tanking | The Got Dam Mastermind
Everything Dark Armor | The Softcap
don'T attempt to read tHis mEssaGe, And believe Me, it is not a codE.

 

Posted

You guys rock!! Thanks!