Thread Tools Display Modes
04/15/14, 08:59 PM   #1
Be3f.
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 3
Alpha on dialogue texture

Hello gang,

I've been trying to find a way to change the alpha / hide the backdrop when you initiate a dialogue with an npc.
However after some trial and error I am not sure how to accomplish this.
So far I know the frame (ZO_InteractWindow) and the textures used;

ESOUI/art/interaction/conversation_textbg.dds
ESOUI/art/interaction/conversation_verticalborder.dds

Any help would be appreciated .
  Reply With Quote
04/15/14, 09:19 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
ZO_InteractWindow:SetAlpha(.5)

Though that will probably change the alpha on all of its children, including the text. What you need is the frame name of the actual background (not just the texture name).
  Reply With Quote
04/16/14, 06:39 AM   #3
Be3f.
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 3
Aye, I realized I was using the wrong frame and I got it working, thanks!

If anyone else is interested here's the frames:

Code:
ZO_InteractWindowTopBG
ZO_InteractWindowBottomBG
ZO_InteractWindowVerticalSeparator
ZO_InteractWindowPlayerAreaHighlightTop
ZO_InteractWindowPlayerAreaHighlightBottom
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Alpha on dialogue texture


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