1. #1

    [WeakAuras] Help making auras not load

    Is there any way to prevent Auras from loading for multiple classes and specs?

    I made some Tank Auras uand I only want them to load for Tanks, however the only real option is to select the "Tank" under "Player Dungeon Role", but that's not perfect as it only works if you've been assigned as a Tank, so you need to be in a group.

    Thanks for any help.

  2. #2
    Please wait Temp name's Avatar
    10+ Year Old Account
    Join Date
    Mar 2012
    Location
    Under construction
    Posts
    14,631
    You can try to select multiple classes (Click on load for class twice) and multiple specs, then it should come up with a list of all the specs.

    That said, I'm not at home right now so I can't check.

  3. #3
    Quote Originally Posted by Mehman View Post
    You can try to select multiple classes (Click on load for class twice) and multiple specs, then it should come up with a list of all the specs.

    That said, I'm not at home right now so I can't check.
    Unfortunately it just shows a generic "Specialisation 1/2/3/4" and Tanks specs range from Specialisation 1-3.

  4. #4
    Please wait Temp name's Avatar
    10+ Year Old Account
    Join Date
    Mar 2012
    Location
    Under construction
    Posts
    14,631
    Quote Originally Posted by Gaust View Post
    Unfortunately it just shows a generic "Specialisation 1/2/3/4" and Tanks specs range from Specialisation 1-3.
    Well, I can check when I get home in about an hour if no one else has found a solution by then.


    And if nothing else, you can just duplicate them and set them to only work on one spec (As wasteful as that might be) each

  5. #5
    Quote Originally Posted by Mehman View Post
    Well, I can check when I get home in about an hour if no one else has found a solution by then.


    And if nothing else, you can just duplicate them and set them to only work on one spec (As wasteful as that might be) each
    Yeah, that's what I have currently unless I can get this working and thanks.

  6. #6
    Please wait Temp name's Avatar
    10+ Year Old Account
    Join Date
    Mar 2012
    Location
    Under construction
    Posts
    14,631
    Well, there are some weird ways you can do it like using pvp talent selected and set it to "tier 1 -1" if you don't pvp on any character, but it does require you to do a BG or something on each tank to get that talent.

    You can also set a custom trigger that checks if you're one of the tank specs, but I'm not good enough at coding to do that

    Unfortunately I can't come up with a better way

  7. #7
    Unfortunately, there's no way to have a custom load function or anything more than what you see in the load tab. However, you can put this at the top of your custom trigger function and it won't activate for non-tanks:

    Code:
    if (select(6,GetSpecializationInfo(GetSpecializaion())))~="TANK" then return end

    If you don't have a custom trigger function, make another trigger and put this code in the custom trigger function by itself, then set the multiple trigger condition that popped up at the top to all triggers (I believe it defaults to any). I'm not at my computer so I can't give screenshots or verify exact wording of those options of you are unfamiliar with them.
    Originally Posted by Zarhym (Blue Tracker)
    this thread is a waste of internet

  8. #8
    Quote Originally Posted by Kanegasi View Post
    Unfortunately, there's no way to have a custom load function or anything more than what you see in the load tab. However, you can put this at the top of your custom trigger function and it won't activate for non-tanks:

    Code:
    if (select(6,GetSpecializationInfo(GetSpecializaion())))~="TANK" then return end

    If you don't have a custom trigger function, make another trigger and put this code in the custom trigger function by itself, then set the multiple trigger condition that popped up at the top to all triggers (I believe it defaults to any). I'm not at my computer so I can't give screenshots or verify exact wording of those options of you are unfamiliar with them.
    I have something similar already, so it doesn't trigger for non-Tanks, but it does still load for them.

    Quote Originally Posted by Mehman View Post
    Well, there are some weird ways you can do it like using pvp talent selected and set it to "tier 1 -1" if you don't pvp on any character, but it does require you to do a BG or something on each tank to get that talent.

    You can also set a custom trigger that checks if you're one of the tank specs, but I'm not good enough at coding to do that

    Unfortunately I can't come up with a better way
    I hadn't thought of that. It's a good idea. Thanks.
    Last edited by Gaust; 2016-11-17 at 04:48 PM.

Posting Permissions

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