View Single Post
04-13-11, 01:25 AM   #2
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Originally Posted by frohanss View Post
Hello,

does anyone know how to get the guild tabard into frames?

Basicly whant to overlay the icon on top of another frame.

Thx in advance
To get all texture info relating to the guild tabard, try this function:

Code:
local tabardBackgroundUpper, tabardBackgroundLower, tabardEmblemUpper, tabardEmblemLower, tabardBorderUpper, tabardBorderLower = GetGuildTabardFileNames()
The "no guild" texture is: "Interface\\GuildFrame\\GuildLogo-NoLogo"

The normal textures can be quickly reference from: GuildFrameTabardEmblem, GuildFrameTabardBackground, GuildFrameTabardBorder


Now, I haven't done any work at all in relation to this, this is just the info I could find quickly.

Last edited by Nibelheim : 04-13-11 at 01:31 AM.
  Reply With Quote