Jump to content

can you macro a costume change (and effect)with a skill?


honoroit

Recommended Posts

1 hour ago, honoroit said:

can you macro a costume change (and change effect) with a skill?

If you're talking about having an icon that, when clicked, activates a power and changes your costume, then yes you can.  Try something like this:

 

/macro Cos2 "powexecname fly$$cc 1"

 

The above will create an icon labeled "Co2", which changes to the costume in your second slot, (your first costume is slot 0), then toggles the fly power.  Just be aware that there is a roughly 15 second cooldown before you can switch costumes, so you can't really have a character fire off each attack in a chain with a different costume on...

Edited by biostem
  • Thumbs Up 4
Link to comment
Share on other sites

18 minutes ago, biostem said:

/macro Cos2 "powexecname fly$$cc 1"

 

This will work for the cc (costume change) slash command. However, if the Honoroit wants to use the CCE (costume change emote) slash command, it depends on what power is associated with CCE. Some powers won't let the costume change emote activate, or other powers will be interrupted by the emote.

 

Using the example of Biostem, the following macro 2won't work properly:

/macro Cos2 "powexecname fly$$cce 1 cclightning"

 

The costume change emote will be cancelled by the fly power activating. I believe you will change costumes, but not have the lightning emote activate.

 

Using the CCE slash command with turning off a toggle power usually has no issues (fly and hover are two exceptions, i think).

  • Thumbs Up 2
Link to comment
Share on other sites

  • 5 weeks later

This doesn't really belong in Guides, IMVHO, but...

 

A macro can't do it, but a press/release bind might:

 

/bind EQUALS "+$$fly$$ccemote 1 Nuke"

 

That activates once on keypress and once on key release, and can get around many multi-command limitations. But it won't work in a macro.

  • Thanks 1

UPDATED: v4.15 Technical Guide (post 27p7)... 154 pages of comprehensive and validated info on on the nuts and bolts!
ALSO:  GABS Bindfile  ·  WindowScaler  ·  Teleport Guide  ·  and City of Zeroes  all at  www.Shenanigunner.com

 
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...