Jump to content

Recommended Posts

Posted

Not sure if this is the right place for this, but here goes. I'm looking to switch between two costumes when I turn on my flight power. When flight is on, I want to use costume 2 which has insect wings. When flight is off, I want to use costume 1 which has no wings. I just can't wrap my head around the whole CCE thing. Any help appreciated, thanks in advance.

Posted
1 hour ago, Speed Freak said:

I just can't wrap my head around the whole CCE thing.

 

/macro name "cc #"

/macro name "cce # ccemote"

 

name = name of your macro

cce # = slot # first slot is 0, second is 1, third is 2, etc

ccemote = one of these below

 

ccbackflip cchowl ccevillaugh ccspin ccnuke 

cclightning ccprestochango ccdrinkformula 

ccsmokebomb ccninjaleap CCDimensionShift ccfurburst 

ccsalute ccvanguardsigil cccast ccsuperserum 

ccenergymorph ccrapidboil ccfeatherburst 

ccfurspin ccoilstrike ccpressurerelease 

cciceblock ccstoneblock ccfireworks 

ccpureenergy ccnuke ccmurderofcrows 

ccconfettithrow ccgiftburst ccinnerwill 

cclightmagic ccrainbow

 

I use these to switch between an IB=innocent bystander  and a super mode. My tray 9 in these cases has limited powers that would fit with an innocent bystander.

/macro IB  "cce # ccemote$$goto_tray 9"

/macro Super "cce # ccemote$$goto_tray 1"

 

You have to wait - believe 10 seconds - between costume changes.

  • Thanks 1
  • Thumbs Up 1

If someone posts a reply quoting me and I don't reply, they may be on ignore.

(It seems I'm involved with so much at this point that I may not be able to easily retrieve access to all the notifications)

Some players know that I have them on ignore and are likely to make posts knowing that is the case.

But the fact that I have them on ignore won't stop some of them from bullying and harassing people, because some of them love to do it. There is a group that have banded together to target forum posters they don't like. They think that this behavior is acceptable.

Ignore (in the forums) and /ignore (in-game) are tools to improve your gaming experience. Don't feel bad about using them.

Posted (edited)

It doesn't sound like CCE is what you're looking for, though you could certainly incorporate that as well.

 

I think you're looking to bind fly activation and the costume change with one key. If you want to use the same key to change back, you'll need to make that bind rotate, but I imagine that one could easily get out of sync if you pressed it while your costume change was cooling down.

 

Lots of info here including how to separate commands and rotating binds:

 

https://homecoming.wiki/wiki/The_Incomplete_and_Unofficial_Guide_to_/bind

Edited by Forager
Posted

You could also do it with macros.

 

/macro Fly “cc 0$$powexec_toggleon Fly”

/macro FlyOff “cc 1$$powexec_toggleoff Fly”

 

assuming your first costume has wings and your second does not.

 

 You may have to click the macro twice for both effects to work.

  • Thumbs Up 1

What this team needs is more Defenders

Posted
2 hours ago, Psyonico said:

You could also do it with macros.

 

/macro Fly “cc 0$$powexec_toggleon Fly”

/macro FlyOff “cc 1$$powexec_toggleoff Fly”

 

assuming your first costume has wings and your second does not.

 

 You may have to click the macro twice for both effects to work.

 

@Speed Freak I would do the costume change first to make sure it goes through and you have the wings and then toggle flight on - otherwise, you are likely to have situations where you start flying when the wings aren't there ... due to one reason or another. At least, that the way that I handle it.

If someone posts a reply quoting me and I don't reply, they may be on ignore.

(It seems I'm involved with so much at this point that I may not be able to easily retrieve access to all the notifications)

Some players know that I have them on ignore and are likely to make posts knowing that is the case.

But the fact that I have them on ignore won't stop some of them from bullying and harassing people, because some of them love to do it. There is a group that have banded together to target forum posters they don't like. They think that this behavior is acceptable.

Ignore (in the forums) and /ignore (in-game) are tools to improve your gaming experience. Don't feel bad about using them.

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...