Thread Tools Display Modes
08-13-10, 03:55 PM   #1
Silberbüchse
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Oct 2007
Posts: 6
ouf_aurawatch

Hi,
how can i move the debuff icons behind Player name/health ?

http://i36.tinypic.com/ve7oxw.jpg
http://pastey.net/139575
  Reply With Quote
08-22-10, 11:11 AM   #2
Monolit
A Black Drake
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 81
You gotta attach your hp and health strings to some helper frame and set higher frame level for that frame.
example:
lua Code:
  1. local h = CreateFrame("Frame", nil, self.Health)
  2. h:SetAllPoints(self.Health)
  3. h:SetFrameLevel(10)
  4.  
  5. self.Info = SetFontString(h, main_font, main_font_size)
  6. self.Info2 = SetFontString(h, main_font, main_font_size)
Using same method you can create such helper frame for icons and set lower (or higher, depends on your needs) frame level .
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » ouf_aurawatch


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off