The Mighty Paladin Posted October 16 Share Posted October 16 I want to make a macro that will turn on flight and change my costume at the same time I want my character's wings to appear only when he's flying. Link to comment Share on other sites More sharing options...
PeregrineFalcon Posted October 16 Share Posted October 16 Macros are set up so that you cannot do more than 1 thing at a time, so you'll have to hit it twice. In order for this to work you'll have to have two identical costumes, the first one without wings and the second one with wings. Please note that costume slots in CoH are numbered 0-5, not 1-6. /macro FLY "powexectoggleon fly$$cce 1" This will first change to the second costume slot, which should be the one with the wings. The second click will turn on Fly. /macro FLY "cce 0$$powexectoggleoff fly" This will first turn fly off and then switch back to the first costume slot. "It is by caffeine alone I set my mind in motion. It is by the beans of Java that thoughts acquire speed, the hands acquire posts, the posts become warning points. It is by caffeine alone I set my mind in motion." Being constantly offended doesn't mean you're right, it means you're too narcissistic to tolerate opinions different than your own. Link to comment Share on other sites More sharing options...
The Mighty Paladin Posted October 16 Author Share Posted October 16 (edited) 1 hour ago, PeregrineFalcon said: Macros are set up so that you cannot do more than 1 thing at a time, so you'll have to hit it twice. In order for this to work you'll have to have two identical costumes, the first one without wings and the second one with wings. Please note that costume slots in CoH are numbered 0-5, not 1-6. /macro FLY "powexectoggleon fly$$cce 1" This will first change to the second costume slot, which should be the one with the wings. The second click will turn on Fly. /macro FLY "cce 0$$powexectoggleoff fly" This will first turn fly off and then switch back to the first costume slot. this turns fly on and off but doesn't change the costume. I get a message that says: Usage:cce takes 2 args, you gave 1. uses an emote to change costumes. cce <int> <string> Edited October 16 by The Mighty Paladin Link to comment Share on other sites More sharing options...
City Council Michiyo Posted October 17 City Council Share Posted October 17 4 hours ago, The Mighty Paladin said: this turns fly on and off but doesn't change the costume. I get a message that says: Usage:cce takes 2 args, you gave 1. uses an emote to change costumes. cce <int> <string> That's because cce wants the costume index, and the emote to use, this wiki page covers it: https://homecoming.wiki/wiki/Cce_(Slash_Command) Link to comment Share on other sites More sharing options...
PeregrineFalcon Posted October 17 Share Posted October 17 (edited) Ah, my mistake. Removing the 'e' should fix it. Like this: /macro FLY1 "powexectoggleon fly$$cc 1" /macro FLY2 "cc 0$$powexectoggleoff fly" EDIT: I just tested both of these macros in game and verified that they do work. Edited October 17 by PeregrineFalcon tested! "It is by caffeine alone I set my mind in motion. It is by the beans of Java that thoughts acquire speed, the hands acquire posts, the posts become warning points. It is by caffeine alone I set my mind in motion." Being constantly offended doesn't mean you're right, it means you're too narcissistic to tolerate opinions different than your own. Link to comment Share on other sites More sharing options...
The Mighty Paladin Posted October 17 Author Share Posted October 17 1 hour ago, PeregrineFalcon said: Ah, my mistake. Removing the 'e' should fix it. Like this: /macro FLY1 "powexectoggleon fly$$cc 1" /macro FLY2 "cc 0$$powexectoggleoff fly" EDIT: I just tested both of these macros in game and verified that they do work. that's perfect thank you 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now