Thread Tools Display Modes
02-17-10, 12:22 PM   #1
Shammypowah
A Kobold Labourer
 
Shammypowah's Avatar
Join Date: May 2009
Posts: 1
oUF_Taroven - Modify

Hello!

I want help to modify the oUF_Taroven layout.
(http://www.wowinterface.com/download...?id=15415#info)

What i need help with is:
- Where do i move the target castbar?
- Where do i resize the targetoftarget frame?
- Where do i remove player auras?


Target castbar
I cant find this stuff. I have found this tho:
Code:
	self.Castbar = CreateFrame('StatusBar', self:GetName()..'_castbar', self)
	self.Castbar:SetFrameStrata('HIGH')
	self.Castbar:SetStatusBarTexture(texture)
	if target then
		self.Castbar:SetPoint("TOPLEFT", oUF.units.player, "TOPRIGHT", 5, 0)
		self.Castbar:SetPoint("BOTTOMRIGHT", oUF.units.target, "BOTTOMLEFT", -5, 0)
		self.Castbar:SetStatusBarColor(0,0,0,0.7)
		self.Castbar.bg = self.Castbar:CreateTexture(nil,'BORDER')
		self.Castbar.bg:SetAllPoints(self.Castbar)
		self.Castbar.bg:SetTexture(texture)
		self.Castbar.bg:SetVertexColor(1,1,1,0.5)
The red section, oddly, only changes the size of the castingbar. The SetPoints don't work either, the only other mode they work in is CENTER. This sets the castbar as centered on the target frame, but i still cant move it up or down.

This is the only section of the layout i have found that affects the targets castbar.

Can't find **** for the player auras, not anything that separates the whole aura code to player or target auras. If i try to change theese settings i get error and layout stops working.

Same problem with target of target, i can only find where i move it, but not where i resize it. To specify what i cant find is that i cant see where the ****er sets its size. Searched for targetoftarget, target and all that stuff but nothing related to it. Taroven have set global sizes for all frames but that is simply edited by removing ex. "aurasize", "width", "height" and replace it with a number. So to say i can't find where the targetoftarget sets it's settings.

Maybe alot of text but i thanks all for taking time to read it and try to help.

Cheers!
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » oUF_Taroven - Modify

Thread Tools
Display Modes

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