Evangeline Blue Posted November 24, 2019 Posted November 24, 2019 I have been trying to re-figure out how to make my taunt power sync with my battle cry. I know it isn't this hard. Used to do this all the time with my toons on the original game. Could someone please help me out with what this is supposed to look like? I've gone through the guides and I get nowhere. Somewhere this old woman has lost her marbles, apparently. Thanks, Eve
Redlynne Posted November 24, 2019 Posted November 24, 2019 /macro name "powexecname Taunt$$say $battlecry" name = whatever you want to name the macro, which will show up on the macro itself in your trays and when you mouseover the icon for info. powexecname Taunt = you want to use the actual name of the Taunt power for this, so if the power is named Warrior's Challenge you put in powexecname Warrior's Challenge $$ = the $$ symbol is used as a separator between actions queued up as part of a single macro or keybind say $battlecry = this will cause your battlecry (see your ID page in-game) to be done in whatever chat channel you are currently set for ... local if local, team if team, broadcast if broadcast. Note that the actual "contents" of the macro to be executed need to be bounded by double quotes so as to define what is explicitly "in" the macro you're writing. There are additional refinements that you can use to change the iconography of the macro that shows up in your power tray, but there are guides elsewhere in the forums here on how to do that kind of advanced macro writing. 2 Verbogeny is one of many pleasurettes afforded a creatific thinkerizer.
Twisted Toon Posted November 24, 2019 Posted November 24, 2019 Alternatively, you could bind that to the battlecry F# key (what is it, F6?) 1
Lost Ninja Posted November 24, 2019 Posted November 24, 2019 Or use this: https://docs.google.com/spreadsheets/d/1uHUi6BWFTYj4wbfGBs3LjZL88Fym6B-8EwDr18YZcY8/edit#gid=0 Copy/Paste the 3rd column text and complete as above to change it, to get a handy icon instead of the default macro text. eg: /macro_image "BlackKnights_Taunt" "My Taunt" "powexecname Taunt$$say $battlecry" 1 1
Evangeline Blue Posted November 24, 2019 Author Posted November 24, 2019 Oh, good lord! An embarassment of riches! Thanks everyone! I very much appreciate the help!
Crowcus Pocus Posted November 25, 2019 Posted November 25, 2019 It might become a bit spammy if you battlecry every time you taunt. Instead, I'd create multiple battlecries and bind it to one key, making it cyclie through them. 1 Warning: This post may contain an opinion.
tidge Posted November 25, 2019 Posted November 25, 2019 One point about macros (that I initially overlooked) is that a macro button which calls a click power won't show that the click power has not recharged.
Ernesto Posted November 25, 2019 Posted November 25, 2019 2 hours ago, Falsey said: It might become a bit spammy if you battlecry every time you taunt. Or change the "say" to "emote" or "afk", so that it just shows as a chat bubble in game rather than in chat. /macro_image "BlackKnights_Taunt" "My Taunt" "powexecname Taunt$$emote $battlecry" (If you don't have your battle cry set, you get messages about Incorrect Format: try /local ...)
Ernesto Posted November 25, 2019 Posted November 25, 2019 (edited) 11 minutes ago, tidge said: One point about macros (that I initially overlooked) is that a macro button which calls a click power won't show that the click power has not recharged. You could alternatively bind the key that would activate your taunt power (in my case 0) to do the same /bind 0 "powexecname Taunt$$emote $battlecry" If you get bored with it, just reset it to normal /bind 0 "powexecslot 10" Edited November 25, 2019 by Ernesto
Twisted Toon Posted November 26, 2019 Posted November 26, 2019 I usually use T for my taunt keybind. Just like I use H for my healing keybind, and A for my Mastermind's "Minions, go forth and annihilate!" keybind.
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