Player, Target and Focus frames. Along with their target and targets target.
atrUF
A minimalist standalone unitFrames addon.
If you want to configure it you will need to know how to edit the .lua
I have no problem with anyone doing that, but due to time constraints I'm highly unlikely to be able to offer much help in you doing it.
That helped so much, thank you. I got everything where I want it..
..except for something. I promise you I looked everywhere to see if I could find it.
Is there any way to get rid of the mana bar / power bar of my target of target?
:|
Originally posted by Degausser I have a couple questions though I haven't been able to figure out through the .lua
Frist, is there a way to move the frames? Second, as far as changing the color of the health frame, is that even possible? And third, how can I get rid of the target of target of target (lol not a typo)?
Thank you.
If you open layout.lua you can safely move or disable frames from here without affecting anything else.
To hide a frame simply comment out the lines relating to it, you can comment out a line by adding -- in front of it. In this example target of target of target is disabled
Code:
-- local targettargettarget = atrUF:Spawn("targettargettarget", atrUF.MINI_STYLE)
-- targettargettarget:SetPoint("LEFT", targettarget, "RIGHT")
For how to reposition frames I briefly commented on that before. You will need to edit layout.lua to move them, thats what all the SetPoint stuff is doing. If you don't understand it the best suggestion I have is to read the article on WoWWiki for it and have a look at how the code is working with it.
Changing the health is possible but not you would need to be doing much bigger digging through the code. The colors for the health is based on threat, which is found in atrCore. The highlighted line is the default color:
I have a couple questions though I haven't been able to figure out through the .lua
Frist, is there a way to move the frames? Second, as far as changing the color of the health frame, is that even possible? And third, how can I get rid of the target of target of target (lol not a typo)?
Originally posted by Atrophia Its actually already in the version I'm using at the moment but I've not had time to add an update yet.
lol... I've been looking where to add the code. I look forward to an update because this is giving me hell right now
I'm crap with lua so I'm just trying to figure it out.
I would like to say, these frames are absolutely awesome. Your layout in terms of ease of reading to learn what to modify is very good. I'm using your frames to teach myself some of the lua, but my biggest problem is not understanding what functions are blizzards.
I would like to request a few --comments in there if you don't mind. Since I'm not very good with lua, some of it is Japanese (I don't speak Japanese) but I'm learning as I go.
Thanks for these frames. I'm really enjoying them.
Here's how I changed them:
I've moved the debuffs since this screenshot to compensate for how I've setup my cast bar border.
Last edited by ProperMethodz : 06-15-2009 at 10:44 AM.
Would be nice to be able to show target icons.
I'm a tabber so they are rather important to see if i am targetting the right target of a mob with a similar name.
Yes working on party/raid frames atm. Never used Clique so I've no idea what it needs to work, probably won't support it for that reason (unless its very easy to do).