Help pls with pvp talents macro

Hey guys, anyone knows, is it possible to make a working pvp talents macro like this? When i swap my sting’s for arena situations talents swap on macro too?

#showtooltip
/cast [pvptalent:4/1,mod:shift,@focus] Viper Sting; [pvptalent:4/1] Viper Sting; [pvptalent:4/2,mod:shift,@focus] Scorpid Sting; [pvptalent:4/2] Scorpid Sting; [mod:shift,@focus] Spider Sting; Spider Sting

coz this one doesn’t work anymore

Afaik you will have to use something like;

#showtooltip
/cast [mod:shift, @focus] Viper Sting
/cast [mod:shift, @focus] Scorpid Sting
/run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Viper Sting" or G"Scorpid Sting")

to do it nicely, since they revamped the PvP talents to something which is not a pvp-talent-tree.

Downpart; you have to click the macro after swapping your pvp ability to update it.

1 Like

thanks you so much <3

1 Like

You’re welcome :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.