Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-28-16, 10:50 AM   #4
BujuArena
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 13
I just found out that it works with "(Honor Talent)" tacked onto the end of the ability names, but not without. Therefore, the following works:
Code:
/cast [pvptalent:3/1]Skyfury Totem(Honor Talent);[pvptalent:3/2]Counterstrike Totem(Honor Talent);[pvptalent:3/3]Windfury Totem(Honor Talent)
and the following does not work:
Code:
/cast [pvptalent:3/1]Skyfury Totem;[pvptalent:3/2]Counterstrike Totem;[pvptalent:3/3]Windfury Totem

This seems like a bug to me. It shouldn't matter whether the ability is an "Honor Talent" or not. The conditional should just be checking whether you have that honor talent. Even
Code:
/cast [pvptalent:3/1]Healing Surge
should work if you have Skyfury Totem selected, no matter where you are.
 
 

WoWInterface » Site Forums » Archived Beta Forums » Legion Beta archived threads » pvptalent macro conditional


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