@scantace1 See the below comments. To summarize you have two options. You cast each spell with
/cast spellname
/script SpellStopCasting();
which will cast multiple spells with 1 use of a macro, but you can not share cooldowns or initiate the GCD till your at the end of your spells. The other way is to use the command /castsequence which will cast each spell you list but only 1 spell per use of the macro.
Not sure what your question is asking. If your asking how to use a macro after you created it, and outside of the macro window, then the answer is that you drag and drop the macro to your action bar and click on it.
There are two ways to accomplish this. If you have a list of spells that do not use the GCD and do not share a cooldown then you can simply run a macro like this:
/cast Arcane Power
/script SpellStopCasting();
/cast Presence of Mind
/script SpellStopCasting();
/cast Frostbolt(Rank 10)
If you want to cast spells with the same macro, but they share the same cooldown or use the GCD then you will need to do it like this.
/castsequence Arcane Power, Presence of Mind, Frostbolt
In the first macro you press it once and it does all 3 spells. In the second marco you will need to press the button for each spell, but the macro will rotate the spell in the order you listed it in.
I can't figure out how to get the macro to reset it's self, and also how would I make it target the enemy of my party members lets say the tank for example.
@MagarothTheWalker That is correct. there is a grid of 6x3 = 18 x2 = 36. I did the math wrong in my head but wasn't even thinking about the fact I said 5 insetad of 6. It happens.
You are also correct that it is all 10 characters on the server based on the defaults. There are ways to expand this to all servers for wow. I am not sure this will inlcude the Beta or PTR.
i need to know how to use a macro i wanna use. its called "Bad Place" for the macro i was using a command :" /em kicks (the target) hard in the crotch. " but i dont know how to make it say the name of the person i selected.
for those mages who wanna learn how to remove or just cast iceblock imidieatly^^
/stopcasting
/cast Ice block
/cancelaura ice block
if u jump and clickthis twice while u r in the air u remove all buffs while ex: escapeing from whordes/alliances. htis is very uslua for those who wanna take their game pro-ness a step further
wait, how can i put multiple spells into one macro?
scantace1 1 year ago
@scantace1 See the below comments. To summarize you have two options. You cast each spell with
/cast spellname
/script SpellStopCasting();
which will cast multiple spells with 1 use of a macro, but you can not share cooldowns or initiate the GCD till your at the end of your spells. The other way is to use the command /castsequence which will cast each spell you list but only 1 spell per use of the macro.
HOHAGuild 1 year ago
i niw how to say in macro but i dont now how to use a macro for battle
bannedaccount57 1 year ago
@bannedaccount57
Not sure what your question is asking. If your asking how to use a macro after you created it, and outside of the macro window, then the answer is that you drag and drop the macro to your action bar and click on it.
HOHAGuild 1 year ago
@HOHAGuild well in other videos iv seen macros used for battle an not to say thing and there able to use more then one speel at a time
bannedaccount57 1 year ago
@bannedaccount57
There are two ways to accomplish this. If you have a list of spells that do not use the GCD and do not share a cooldown then you can simply run a macro like this:
/cast Arcane Power
/script SpellStopCasting();
/cast Presence of Mind
/script SpellStopCasting();
/cast Frostbolt(Rank 10)
If you want to cast spells with the same macro, but they share the same cooldown or use the GCD then you will need to do it like this.
/castsequence Arcane Power, Presence of Mind, Frostbolt
HOHAGuild 1 year ago
@HOHAGuild
In the first macro you press it once and it does all 3 spells. In the second marco you will need to press the button for each spell, but the macro will rotate the spell in the order you listed it in.
HOHAGuild 1 year ago
ok cool ty helped a lot
5chelu 1 year ago
How do you make a macro appear as an action?
drasword 1 year ago
@drasword Not sure what the question is.
HOHAGuild 1 year ago
@HOHAGuild like some guy walked up to me and i see at the bottom "ripperroo grabs your ass" how did he do that
Drybones2k7 1 year ago
@Drybones2k7 /em is the command for a custom emote. So the full command was probabally "/em grabs your ass".
HOHAGuild 1 year ago
i need a macro for a fire mage doing dragons breath fireblast and blastwave all at once! please help meh!
ForeignKid00 1 year ago
I can't figure out how to get the macro to reset it's self, and also how would I make it target the enemy of my party members lets say the tank for example.
jamesm371 1 year ago
Can macros sent so.. click G then its shoot?
Cause i dont wanna use numbers...
TheJonttuTonttu 2 years ago
@TheJonttuTonttu Not thru the current macro system.
HOHAGuild 1 year ago
@HOHAGuild You wrong on 2 things
1. when you say the macro is on all characters on the entire account your wrong if you make a character on a deffrient realm it have absolutely none.
2. You can have a total of 36 macros not 30 - 6boxes X 3 Boxes X 2 18box fields = 36 boxes.
MagarothTheWalker 1 year ago
@MagarothTheWalker That is correct. there is a grid of 6x3 = 18 x2 = 36. I did the math wrong in my head but wasn't even thinking about the fact I said 5 insetad of 6. It happens.
You are also correct that it is all 10 characters on the server based on the defaults. There are ways to expand this to all servers for wow. I am not sure this will inlcude the Beta or PTR.
HOHAGuild 1 year ago
@TheJonttuTonttu thats keybindings
beaversjak24 1 year ago
i need to know how to use a macro i wanna use. its called "Bad Place" for the macro i was using a command :" /em kicks (the target) hard in the crotch. " but i dont know how to make it say the name of the person i selected.
its hard making macros! :( plz help
GrimReaper5188 2 years ago
What do i write if i just want to target the closest target to me?
Kurzien 2 years ago
#showtooltip Sap
/console targetNearestDistance 10.000000
/targetenemy [noharm][dead]
/console targetNearestDistance 41.000000
/cast [harm,nodead] Sap
HOHAGuild 2 years ago
for those mages who wanna learn how to remove or just cast iceblock imidieatly^^
/stopcasting
/cast Ice block
/cancelaura ice block
if u jump and clickthis twice while u r in the air u remove all buffs while ex: escapeing from whordes/alliances. htis is very uslua for those who wanna take their game pro-ness a step further
iHazutbacc 2 years ago
Awesome
DarchAngel969 2 years ago
how do you drag the macros onto that bar thing, how do u make the sidebars and the bars above
heff4heather 2 years ago
You add Action Bars via the Interface Options.
You add macros to the action bars as shown in the video.
HOHAGuild 2 years ago
man i went to your rguild stie and didnt find anything about macros
laurissa88 2 years ago
The guild website is not specifically designed for making macros. You can feel free to post questions in the IT section of the forums.
HOHAGuild 2 years ago
can u use macros to do txt and cast a spell with one macro cause i wana cast pyroblast with KAMMI HAMMI HAAAA
toymaker117 3 years ago
Yes you can just type :
/Cast pyroblast
/yell KAMMI HAMMI HAA!
oOBzirthOo 3 years ago
It's actually Kamehameha.
:D
DJJazzyFlashBooty 2 years ago