Hello
is it possible to make a macro to switch from one talent tree to another (example mono/cleave/multi)? without going through the talent window.
If you hover on the dropdown entries in your talent window and use this command
/dump GetMouseFocus().value
you get the configID for that talent loadout. You can then create macros like for example
/run C_ClassTalents.LoadConfig(1250817, true)
This might bug out your talent window a bit every now and then, but nothing a /reload won’t fix.
3 Likes
thank you
Just noticed they added some slashcommands to swap talents and spec in the latest beta build, which should make it more convenient in the future.
/loadoutname My Talent Loadout
/specname Arms
2 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.