CPLnerd Posted July 26, 2022 Posted July 26, 2022 I was wondering if I can make this work? im guessing the multiple "s are breaking it /macro_image "BeastMastery_SummonDireWolves" "Tooltip" "Command"powexec_location me:15 Summon Dire Wolf"
AboveTheChemist Posted July 26, 2022 Posted July 26, 2022 It should definitely be edited to remove the word Command and one set of quotes (and the word Tooltip probably isn't necessary either, if you don't want a tooltip to display). And while I am not an expert on the powexec_location command, looking at the wiki entry for that command it looks like the location needs to either be specified as 'me' or as a direction and distance (0:15, for example, if you want it 15 feet in front of you), and not a combo of both. Try one of these depending on where you want the location to be, or modify the location as needed per the wiki instructions: /macro_image "BeastMastery_SummonDireWolves" "" "powexec_location me Summon Dire Wolf" /macro_image "BeastMastery_SummonDireWolves" "" "powexec_location 0:15 Summon Dire Wolf" Popmenus > Badge List | Optimal Paths | Conversion Possibilities | Emotes Wiki Pages > Costume Color Schemes | Set Bonus Comparison Tables Maps > Vidiotmaps | Optimal Paths | Halloween GM Maps | Winter Gift Maps | Offline Map Viewer Sounds > Banshee Sonic Attack Datasets > Recipe Salvage Components | Badge Name & Settitle ID | Exploration Badge & History Plaque Coordinates
SeraphimKensai Posted July 26, 2022 Posted July 26, 2022 /macro_image "BeastMastery_SummonDireWolves" "Tooltip" "Command"powexec_location me:15 Summon Dire Wolf" "Tooltip" is the text when you hover your mouse over a power or macro in your power tray. "Command" is the code to do what you want. me:15 will spawn them centered on your toon's orientation and the number creates a 15-foot distance between you and the wolves on spawn. You also have 1 quote on the command and missing the beginning one see below putting everything together: /macro_image "BeastMastery_SummonDireWolves" "Wolfies" powexec_location me:15 "Summon Dire Wolf"
CPLnerd Posted July 26, 2022 Author Posted July 26, 2022 WoW! Guys thanks for the help, I never really touched CoH macros until I found master mind. Boy oh boy is it tedious but it the fun factor for mastermind increases with user control is how I see it.
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