This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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.
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
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.
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.
To post a comment, please login or register a new account.