Help With Single vs Party-Wide Buff Macro

I’m trying to make a macro that will use party buffs if I’m in a FULL party or a raid. But if it’s a 4-player party or less then it will just do the single buff.

I’m currently using this but it’s not close to what I want…

#showtooltip
/cast [group:party] Mark of the Wild; [group:raid] Gift of the Wild; [@mouseover,help,exists][] Mark of the Wild

Just have the order slightly wrong, group:party returns true when you’re in a raid too.

#showtooltip
/cast [group:raid] Gift of the Wild; [group:party] Mark of the Wild;  [@mouseover,help,nodead] [] Mark of the Wild

Ah good idea.

My ideal macro would only trigger when it’s in a full party.

/stealmacro

:slight_smile:

Im not good at programming, what are those things called inside the square brackets and do you have a list of them that work in WoW please?

Thanks

edit: nvm i saw your post on Macros essential info and i think they are conditionals and found a list of them on WoWpedia
But Thanks again for your work / helpfulness :slight_smile: