Thread Tools Display Modes
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
12-08-13, 02:15 AM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
I don't have the answer to your specific question, but why do you need both [group:raid] and [mod:alt] in there? If you want the modifier, just use the modifier, and then just don't press the modifier when you're not in a raid...
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
12-08-13, 02:20 AM   #3
jessica
A Cyclonian
Join Date: Jun 2010
Posts: 49
Originally Posted by Phanx View Post
I don't have the answer to your specific question, but why do you need both [group:raid] and [mod:alt] in there? If you want the modifier, just use the modifier, and then just don't press the modifier when you're not in a raid...
Ok, I thought I alrdy said why, but apparentely not.

the reason why I want both [group:raid] and [mod:alt] is because I want this modifier to only work while in a raid group, and I want it to be "alt" and it was working before the latest wow update.

So if I press it, and I am solo. it doesn't use that item, but if I press it and I'm raiding, it will work.

So it's a modifier + a command to make it only to work in Raids, Thats all.
  Reply With Quote
12-08-13, 03:03 AM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
But why would you ever press the modifier if you're not in a raid and don't want to use the item?
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
12-08-13, 06:18 AM   #5
jessica
A Cyclonian
Join Date: Jun 2010
Posts: 49
sometimes i feel like i wana go ham when i see my trinket procs and my muscle memory will press it automatically, its when you play too much and it happens alot to me which actually is a loss of good pots that i rather use in the raid only -.-


but yea, if there's command for it please provide it, if you can.
  Reply With Quote
12-08-13, 12:07 PM   #6
bsmorgan
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 219
Have you verified that [group:raid] still works by itself? Use something like cheap vendor food instead of the pot.

If [group:raid] works, does the following macro also work?

Code:
#showtooltip Berserk
/cast Tiger's Fury
/cast Berserk
/stopmacro [nogroup:raid]
/use [mod:alt] item:76089

Last edited by bsmorgan : 12-08-13 at 12:21 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » Macro issue after this week maintenance please help

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off