Thread Tools Display Modes
07-13-16, 03:55 AM   #1
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
pvptalent macro conditional

The pvptalent macro conditional is not working in battlegrounds / world pvp

When I press it on my Disc priest, it won't cast Power Word: Fortitude and the macro icon never gets updated with any spell icon
Code:
/cast [pvptalent:6/1] Power Word: Fortitude; [pvptalent:6/2] Archangel

Build 22210 (July 12)
 
10-20-16, 05:36 AM   #2
BujuArena
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 13
This still seems broken.
 
10-21-16, 03:40 PM   #3
syncrow
A Flamescale Wyrmkin
 
syncrow's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 149
try [honortalent] it is still somehow non-consistent but works sometimes...dunno
__________________
 
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

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