WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   oUF_Taroven - Modify (https://www.wowinterface.com/forums/showthread.php?t=30739)

Shammypowah 02-17-10 12:22 PM

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!


All times are GMT -6. The time now is 12:00 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI