honoroit Posted April 10, 2023 Posted April 10, 2023 can you macro a costume change (and change effect) with a skill?
biostem Posted April 10, 2023 Posted April 10, 2023 (edited) 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 April 10, 2023 by biostem 4
drdread Posted April 10, 2023 Posted April 10, 2023 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). 2
honoroit Posted April 11, 2023 Author Posted April 11, 2023 thank you both, @drdread, @biostem - I'll mess about and see. 2
Shenanigunner Posted May 10, 2023 Posted May 10, 2023 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. 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
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