Add option for click through on friendly plates #55


  • Fixed
  • Enhancment
Closed
Assigned to fulgertunet
  • MysticalOS created this issue Feb 6, 2017

    API supports click through plates for friendly units via C_NamePlate.SetNamePlateFriendlyClickThrough(bool)

     

    When using friendly text only mode for friendly units, this should be an option as well.

     

    so C_NamePlate.SetNamePlateFriendlyClickThrough(true) and C_NamePlate.SetNamePlateFriendlyClickThrough(false) a single time on theme load if option is enabled.

  • MysticalOS edited description Feb 6, 2017
  • MysticalOS posted a comment Feb 7, 2017

    Now that DBM 7.1.13 is out, you're going to pretty much NEED to add this option to make tidy plates threat usuable with DBM's nameplate feature (which basically requires keeping friendly nameplates on at all time, meaning click through text only mode is a must)

     

    if you want to also look into adding callback support to support threat plates handing the auras'w ith it's aura widget instead of DBM handling it internally you may want to look at the KUI integration and callbacks DBM sends through DBM-Nameplates.lua . although that's probably something tidy plates itself needs to do.

     

    However you def need to be adding C_NamePlate.SetNamePlateFriendlyClickThrough . then user can set up text only click through and let DBM handle it


    Edited Feb 7, 2017
  • Fulger posted a comment Mar 3, 2017

    Hi, sorry for the late reply, the email notifications seem to have stopped working and I was quite busy last month so I didn't play much. I'll take a look at these during the weekend.

  • Fulger self-assigned this issue Mar 3, 2017
  • MysticalOS posted a comment Mar 4, 2017

    Well, doesn't matter much now. blizzard is killing friendly nameplates in 7.2 so hey your email not working saved you some time!

     

    I mean click through would take a couple min but don't bother the DBM calbacks or any of that.


    Edited Mar 4, 2017
  • Fulger closed issue Mar 4, 2017
  • Fulger added the tags Enhancment Fixed Mar 4, 2017

To post a comment, please login or register a new account.