View Single Post
11-03-14, 09:35 AM   #32
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Just to post it here.

Since 6.0.2 the new rNamePlates is using the sizer technique semlar described.

rNamePlates: https://code.google.com/p/rothui/sou...tes.lua?r=1311

With WoD going live in a few days a new aura module will be available. So if you need to do sth like that you can check the diff.



Aura Module diff: https://code.google.com/p/rothui/sou...s.lua&old=1311

Current version: https://code.google.com/p/rothui/sou...NamePlates.lua

Btw I would have loved calling the ScanAuras() function for mouseover units when NamePlate OnEnter is triggered. But as soon as I set NamePlate:EnableMouse(true) and anchor the OnEnter handler the click function on nameplates is broken.

Anyone has a clue why? I mean the tooltip pops up if I have a nameplate. Wierd.

Without EnableMouse the OnEnter handler does not fire. Grmpf.

*edit* Updated rNamePlates to 60000.03. http://www.wowinterface.com/download...tesDiablo.html
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 11-04-14 at 04:02 AM.
  Reply With Quote