View Single Post
01-01-14, 09:51 PM   #1
TheWhiteFang
A Murloc Raider
 
TheWhiteFang's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 9
oUF_Phanx Questions

Hi! First of all I would like to say it's a really nice addon that I've enjoyed. Right now I'm starting to tweak it a bit to my own personal style.

So I'm sitting here, looking through the forum for answers but there are still some questions I can't solve.

1) On my Warlock (Destruction) I get the Burning Embers on the top of the frame. I would like to have the Embers below the mana bar.

I found a segment in a BurningEmbers.lua file where is stood:
Code:
frame.BorderTextures.TOPLEFT:SetPoint("TOPLEFT", BurningEmbers, -offset, offset)
		frame.BorderTextures.TOPRIGHT:SetPoint("TOPRIGHT", BurningEmbers, offset, offset)
I tried to change TOPLEFT to BOTTOMLEFT but it didn't work.

Any ideas how I can get the bar below instead of on top?


2) The cast bar under my own portait. I was wondering how you can make it show the spell name, like the target cast bar has.


I'm trying to learn how to work with .lua files, but I'm new so any help is welcome
  Reply With Quote