1. #1

    Managing PvE/PvP talent sets

    I'm having a very hard time managing all my talents since I'm switching between battlegrounds and PvE constantly. It's really getting on my nerves and I'm looking for a way to make this easier.

    I basically just want an addon that switches to a different talent set with a macro. I've tried Talent Set Manager, but that just doesn't work for PvP, which makes it completely useless. I can't believe there's not a single solution - how do you manage this?

  2. #2
    you can make macro with
    Code:
    /run LearnTalents(id1, id2, id3)
    where ids are numbers from
    Code:
    /run local s = GetSpecialization() for i=1, 7 do for j=1, 3 do local n, id = GetTalentInfoBySpecialization(s, i, j) print(n, id) end end

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •