View Single Post
04-22-10, 01:38 AM   #1
river444
A Defias Bandit
Join Date: Apr 2010
Posts: 3
Target of Target oUF Dui [1680x1050]

Hey guys, I have a question, I have been trying to add target of target to My layout from dUI.

Ever since I downloaded it. I have not been able to get target of target working on this layout.


here's the code I'm using.

oUF:RegisterStyle("Tukz", SetStyle)
oUF:SetActiveStyle("Tukz")

local cfg = settings.coords

oUF:Spawn("player", "oUF_Tukz_player"):SetPoint("BOTTOM", UIParent, cfg.playerX, cfg.playerY)
oUF:Spawn("target", "oUF_Tukz_target"):SetPoint("BOTTOM", UIParent, cfg.targetX, cfg.targetY)

oUF:Spawn("pet", "oUF_Tukz_pet"):SetPoint("BOTTOM", cfg.petX, cfg.petY)
oUF:Spawn("focus", "oUF_Tukz_focus"):SetPoint("BOTTOMRIGHT", cfg.focusX, cfg.focusY)
oUF:Spawn("targettarget", "oUF_Tukz_targettarget"):SetPoint("BOTTOM", cfg.totX, cfg.totY)

local party = oUF:Spawn("header", "oUF_PartyHide")
party:SetAttribute("showParty", false)




I have the layout modded to my likings of course. But I went back to defaults to see if I could get it to work to no avail.

Is there something special I need to do?

I have the coordinates set right in the config .lua file as well.
  Reply With Quote