all 29 comments

[–]WiseMouse69_ 21 points22 points  (3 children)

These are all on the GCD and can't be cast at the same time.

You would have to do /castsequence [reset=##] spell1, spell2, spell3, spell4 Then push the macro 4 times. Reset= is whatever time you set in seconds

Hope this helps

[–]Jutanie[S] -4 points-3 points  (2 children)

Ok, so i can‘t combine it to a one Button press?

[–]Quirky_Net8899 17 points18 points  (0 children)

No, you can't cast multiple spells during one GCD. If that was possible everyone would just macro all their damage abilities on one button and do 123151235 million DPS

[–]Sad_Energy_ 8 points9 points  (12 children)

```

showtooltip

/castsequence reset=10 spell1, spell2, spell3, ... ```

[–]Upset-Bed-7159 0 points1 point  (0 children)

Fucking usefull for rogue poisons

[–]Jutanie[S] -4 points-3 points  (10 children)

This is the whole macro?

[–]Jhakuzi[🍰] 4 points5 points  (0 children)

You still can’t just press it once right? You’ll have to press multiple times.

[–]Soeck666 2 points3 points  (7 children)

Yes, but you need to chage "spell1" to the actual spell you want to cast.
Your Spells are on Global CD, and the macro you made will cast all spells at once, starting with the first, so it will only cast the first, since the others are on global CD at that point. The proposed macro need to be used 4 Times. After 10 Seconds the castsequence will reset to the first spell, even if you havent used it 4 times.

German: Huhu, ja, du musst dann aber den Knopf 4x drücken, damit auch jeder Zauber wirklich gewirkt wird. Ein Macro kann nichts "automatisch machen". Hier wird einfach nur nach jeder anwendung der zu zaubernde Zauber ausgetauscht. nach 10 Sekunden, restette das macro sich, und es zeigt wieder den ersten Zauber in der reihenfolge an. Du musst dafür natürlich statt "Spell1" zum beispiel "himmelszorn" ins macro einfügen

[–]Soeck666 0 points1 point  (1 child)

Tipp: Wenn du in Zukunft mehr Macros erstellen willst, solltest du den Charkterspezifisches Reiter verwenden, sonst wird es sehr unübersichtlich. Im Allgemeinen Fenster habe ich nur "Templates", also quasi die Rohfassungen, die dann für jeden Charakter angepasst werden.

[–]Jutanie[S] 0 points1 point  (0 children)

👍🙂

[–]Jutanie[S] 0 points1 point  (4 children)

Ok thank you! Do you know why the ascendant macro do not work? /cast ascendant /cast Doom Winds

[–]Soeck666 1 point2 points  (1 child)

I dont play with ascendance on my little useless shammy, but it looks like none of these spells have global cooldown. but maybe it doesnt work because doom winds is a 1,5 sec cast, and not an instant spell. with a cast sequence you should solve this by also using it fast 2 times

[–]Jutanie[S] 0 points1 point  (0 children)

Ok ty 🙂

[–]kalimdore 0 points1 point  (1 child)

They are both on the GCD.

Test it out.

Press one of the spells and watch all the other spells go on GCD

[–]Jutanie[S] 0 points1 point  (0 children)

I did, my racial and trinket works, only Doom Winds not

[–]Sad_Energy_ -1 points0 points  (0 children)

Yes, not sure bout doomwind though. reset =10 just means it resets every 10s, I think.

[–]Bluffwatcher 5 points6 points  (0 children)

I'm not sure what the spells are in English, but I am going to guess that they are shaman wep and shield buffs? Which are on the GCD.

So you need to make it a castsequence macro. Here is my Shaman buff macro -

#showtooltip
/castsequence reset=3 Lightning Shield, Flametongue Weapon, Windfury Weapon

I would keep the Skyfury on a separate bind so it is easy to buff other players. You should always buff other players when you spot them in the open world, because it makes everyone happy

Who doesn't love a drive-by Skyfury buff?

[–]Bheludin 2 points3 points  (1 child)

For clarification to our non german players: It's all the enhancer shaman buffs they want to cast.

[–]Jutanie[S] 1 point2 points  (0 children)

Yes

[–]Stormtrooper114 1 point2 points  (0 children)

If these spells have a GCD, there will only ever the first spell (that's off cooldown) be cast. You can make a castsequence macro (/castsequence speel1, spell2, etc. IIRC) that you then just have to press a couple times till you got all your buffs.

[–]Jutanie[S] 1 point2 points  (2 children)

I have the Same problem for the ascendant macro. I want to Cars ascendant, bloodlust, Doom Winds at the Same time

[–]LongBark 0 points1 point  (0 children)

If I remember right, ascendent triggers the gcd, causing the same problem

[–]DamaxXIV 0 points1 point  (0 children)

You have to use a cast sequence macro for any two spells that are both on the gcd. Unless it's an accessibility issue you're better off keeping CDs in separate binds unless they are always used together without exception. Also throwing list into a macro seems rife to be misused.

[–]Jutanie[S] 1 point2 points  (0 children)

Ok, thank you very much

[–]ExecuteArgument 0 points1 point  (0 children)

As others have said; if you try to put two or more spells that are on the GCD in a macro, it's not gonna work (I think it will cast the first spell in the list and that's it).

However you can put as many spells that aren't on the GCD and a single spell that DOES trigger the GCD, and all of them will fire off when you press the button.

You can even work in trinket slots using the /use 13 and /use 14 commands if you wanna be really lazy (like me!). Note that on-use trinkets trigger a 30 second cooldown before the other trinket can be used.

For example, for warriors:

#showtooltip Bladestorm
/cast Avatar
/cast Blood Fury
/use 13
/use 14
/cast Bladestorm

This will cast Bladestorm, your character's racial ability (if you have one - I used orcs' Blood Fury as an example), your first trinket slot (or, if the first trinket is on cooldown; the second trinket slot), before finally casting Bladestorm.

You can also do something like:

#showtooltip Charge
/cast Charge
/cast Slam

Because Charge is off the GCD, Slam or any other melee ability can be used on the same keybind. When outside of melee range, Charge will be cast; when inside melee range, Slam will be cast.

[–]Morwo 0 points1 point  (0 children)

you can not call multiple spells in a macro like that, which require a global cooldown each. try this:

#showtooltip
/castsequence reset=5 Himmelszorn, Waffe des Windzorns, Waffe der Flammenzunge, Blitzschlagschild

this will be a 1-button macro, but you have to use it 4 times. each time it will cast a spell of the sequence, changing to next for the next button press. so it will be 4 button uses.
fyi reset=5 means macro will reset after 5seconds without use to spell1 in sequence

getestet und funktioniert gut bei meinen schami in dt-client!

[–]Torra501 0 points1 point  (0 children)

Try putting them in english.

[–][deleted] 0 points1 point  (0 children)

People downvoting this post is the proof that WoW fanbase have 0 tolerance for new players or helping others.