1. #1

    Unclickable friendly nameplates

    Hello. I really like the look of friendly nameplates, and I like being able to see that information, but is there a way to turn them into an unclickable frame? I still want them there but when raiding I sometimes click an ally instead of an important mob (also tab targeting sucks now). Any help would be great. Thanks!

  2. #2
    Code:
    C_NamePlate.SetNamePlateFriendlySize(20, 1)

  3. #3
    There is also this (no idea if it works, but it should)
    Code:
    C_NamePlate.SetNamePlateFriendlyClickThrough(true)

  4. #4
    Quote Originally Posted by Ketho View Post
    There is also this (no idea if it works, but it should)
    Code:
    C_NamePlate.SetNamePlateFriendlyClickThrough(true)
    How to make it work? i rly need that clickthrough thing.

  5. #5
    Quote Originally Posted by hasublade View Post
    How to make it work? i rly need that clickthrough thing.

    Turn it into an addon with http://addon.bool.no/

    (This setting is account-wide and persists between sessions, but not when exiting the game client)
    Last edited by Ketho; 2016-11-22 at 12:43 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
  •