View Single Post
12-08-13, 01:26 AM   #1
jessica
A Cyclonian
Join Date: Jun 2010
Posts: 49
Macro issue after this week maintenance please help

The macro is basically with my druid, using Berserk + Tiger's fury, and a modify with (alt) will also use the pot [Virmen's Bite], When I press keybind with alt it used to pot also, but now it doesn't, what changed? -.-


Code:
#showtooltip Berserk
/cast Tiger's Fury
/cast Berserk
/use [group:raid,mod:alt] item:76089
I changed it to this

Code:
#showtooltip Berserk
/cast Tiger's Fury
/cast Berserk
/use [mod:alt] item:76089
and it worked fine, except the reason I needed to add [group:raid] - is because I only want it to work when in raids, not anywhere else. so what changed lately that made this not work and whats the new command to make that macro only works in raid?


So why exactly is [group:raid] is not working?
  Reply With Quote