So I've been doing something manually for a very, very long time, namely:
Clicking macro: /run SetSpecialization(GetSpecialization()==2 and 3 or 2)
Typing: /tmw profile Fire OR /tmw profile Frost depending on the change
Now I would like to improve my macro so that it changes the tmw profile accordingly. What I came up with is something like:
/run SetSpecialization(GetSpecialization()==2 and 3 or 2)
/tmw profile Fire [spec:2]; tmw profile Frost [spec:3]
This (obviously) doesn't work, but I'm not sure how to else do it. Anyone with some tips or awesome macro / TMW skills? Other solutions to one button switch is also fine!
Hi,
So I've been doing something manually for a very, very long time, namely:
Now I would like to improve my macro so that it changes the tmw profile accordingly. What I came up with is something like:
/run SetSpecialization(GetSpecialization()==2 and 3 or 2)
/tmw profile Fire [spec:2]; tmw profile Frost [spec:3]
This (obviously) doesn't work, but I'm not sure how to else do it. Anyone with some tips or awesome macro / TMW skills? Other solutions to one button switch is also fine!
You can use conditionals within TellMeWhen that check your spec.