Category: Unit Mods
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
1.0.5
Date:
06-24-2009 09:37 PM
Size:
60.03 Kb
Downloads:
2,448
Favorites:
35
MD5:
Pictures
Click to enlarge
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.

Goes well with atrCastbars.

Features:
  • Player, target, target of target, focus and focus target frames.
  • Debuffs colouring: Magic, disease, poison etc.
  • Threat warnings: Healthbars subtedly alter colour based on that frames threat with its target.
  • Cancelable player buffs.
  • OmniCC style timers.
  • Tooltips for auras and frames.

Coming Soon:
  • Party, Raid, Pet Frames
  • Aura Sorting
  • Range indicators
  Change Log - atrUF
1.0.5
  • Added raid icons.
  • One or two tweaks made to work with updated atrCore.
  • Probably more that I've forgotten about.

1.0.4
  • Consolidated some functionality into atrCore.
  • Readded OmniCC style timers while keeping it light.
  • Blizzard frames for the supported units are hidden automatically.
  • Made a few cosmetic tweaks.

1.0.2
  • Additional code cleanup, easier to maintain.
  • Tooltips added for auras and frames.
  • Player buffs can now be cancelled via right click.
  • Fixed a bug with not updating targets.

1.0.1
  • Rewrote event handling, much more efficient now.
  • Deliberatly removed numerous functionality temporarily to test performance.

1.0.0
  • Initial release
  Archived Versions - atrUF
File Name
Version
Size
Author
Date
1.0.4
59kB
Atrophia
05-10-2009 11:17 AM
1.0.2
58kB
Atrophia
05-03-2009 09:40 AM
1.0.1
58kB
Atrophia
05-03-2009 01:19 AM
1.0.0
58kB
Atrophia
05-02-2009 04:42 PM
  Comments - atrUF
Post A Reply Comment Options
Old 11-13-2009, 10:36 PM  
Coldblooded
A Kobold Labourer

Forum posts: 0
File comments: 95
Uploads: 0
Man i cant belive that i have missed this,Wonderfull work i really hope you keep it updated.My new favorit uF addon thx
Coldblooded is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-26-2009, 09:20 PM  
xplosive03
A Defias Bandit

Forum posts: 2
File comments: 22
Uploads: 3
atr seems dead, no updates in a long time and no response from author...
xplosive03 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-22-2009, 05:42 AM  
fortch
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 2
Coming Soon:
Party, Raid, Pet Frames ....

when ? i love it , atrUF!!!
fortch is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-24-2009, 12:48 AM  
rubeen
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Degausser, try to add this instead:

Code:
atrUF.targettarget.power:Hide()
atrUF.targettarget.health:SetPoint("BOTTOMRIGHT", -5, 5)
btw these are the most beautiful UF I've ever seen! you've done a great job

Last edited by rubeen : 07-24-2009 at 12:53 AM.
rubeen is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-26-2009, 02:59 AM  
Degausser
A Kobold Labourer
 
Degausser's Avatar

Forum posts: 1
File comments: 109
Uploads: 2
Didn't work :\
Degausser is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-25-2009, 09:29 PM  
Atrophia
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 17
Uploads: 9
Can add this to the bottom of layout.lua

Code:
atrUF.targettargettarget.power:Hide()
atrUF.targettargettarget.health:SetPoint("BOTTOMRIGHT", -5, 5)
Might break on something as I haven't tested it, but from the top of my head that should work.
Atrophia is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-25-2009, 06:56 PM  
Degausser
A Kobold Labourer
 
Degausser's Avatar

Forum posts: 1
File comments: 109
Uploads: 2
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?
:|
Degausser is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-25-2009, 12:01 PM  
UnlitPhoenix
A Kobold Labourer

Forum posts: 0
File comments: 52
Uploads: 0
Liking this quite a bit

One thing I'd like to request, "bigger" self debuff frames or debuff filtering to show only your own debuffs.
UnlitPhoenix is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-24-2009, 10:01 PM  
Atrophia
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 17
Uploads: 9
Quote:
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:

Code:
atrCore.colors = {
    threat = {
        none = {.18, .18, .18, 1}, -- None
        {69/255, 88/255, 0, 1}, -- Minor
        {170/255, 115/255, 0, 1}, -- Danger
        {70/255, 0, 0, 1} -- Has threat
    },
}
The numbers are red, green, blue, alpha in a scale of 0-1 where 1 is a pure color. So to make the default healthbars color in pure red you would have:

Code:
none = {1, 0, 0, 1} -- None
Atrophia is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-21-2009, 03:35 PM  
Degausser
A Kobold Labourer
 
Degausser's Avatar

Forum posts: 1
File comments: 109
Uploads: 2
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.
Degausser is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-15-2009, 10:43 AM  
ProperMethodz
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 10
Uploads: 1
Quote:
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.
ProperMethodz is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-28-2009, 07:06 PM  
Atrophia
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 17
Uploads: 9
Its actually already in the version I'm using at the moment but I've not had time to add an update yet.
Atrophia is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-22-2009, 02:02 AM  
Yinchie
A Murloc Raider

Forum posts: 4
File comments: 49
Uploads: 0
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.
Yinchie is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-16-2009, 04:38 PM  
Atrophia
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 17
Uploads: 9
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).
Atrophia is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-15-2009, 06:56 AM  
Great White Cow
A Kobold Labourer
 
Great White Cow's Avatar

Forum posts: 0
File comments: 66
Uploads: 0
so you are working on party/raid and such? i'd also like to see it work with clique cause right now it doesn't. i really like this though, good stuff
Great White Cow is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.