Download
(16Kb)
Download
Updated: 09-02-18 03:40 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:09-02-18 03:40 AM
Created:10-04-09 06:21 PM
Downloads:24,064
Favorites:75
MD5:

oUF Simple  Popular! (More than 5000 hits)

Version: 800.20180901
by: zork [More]


Intro

oUF_Simple is a unit layout for oUF. It is a mediator between oUF_SimpleConfig and oUF.
Documentation
oUF_SimpleConfig documentation
Slash command
/ouf_simple
Supported units
  • player
  • target
  • targettarget
  • focus
  • pet
  • party
  • nameplates
  • boss
  • raid
  • mouseover
Supported elements
  • health
  • absorb
  • power
  • classpower
  • alternativepower
  • additionalpower
  • raidtargetindicator
  • buffs
  • debuffs
Embedded modules
  • oUF_DebuffHighlight
  • rAbsorbBar
  • rClassBar
Requires
oUF, rLib, oUF_SimpleConfig
Git
https://github.com/zorker/rothui/tre...8.0/oUF_Simple

Optional Files (1)
File Name
Version
Size
Author
Date
Type
800.20180901
23kB
09-02-18 03:40 AM
Addon


Post A Reply Comment Options
Unread 10-04-09, 07:55 PM  
Mordekai03
A Murloc Raider

Forum posts: 4
File comments: 6
Uploads: 0
I'm very excited about this. I've always been a fan of your mods, but the orb style unit frames didn't really work for me.
Report comment to moderator  
Reply With Quote
Unread 10-05-09, 08:13 AM  
Coldblooded
A Deviate Faerie Dragon

Forum posts: 13
File comments: 67
Uploads: 0
Originally posted by Mordekai03
I'm very excited about this. I've always been a fan of your mods, but the orb style unit frames didn't really work for me.
Ye i agree This one is very friendly for us that dosent know supermuch about lua.

Thx for sharing m8
Report comment to moderator  
Reply With Quote
Unread 10-05-09, 08:41 AM  
Coldblooded
A Deviate Faerie Dragon

Forum posts: 13
File comments: 67
Uploads: 0
Just have one question ...i like to have my own castbar just below my character on the screen and the targets castbar over my head.I have been able to get my own castbar right but then the target castbar disapeared.

Made this change only:

self.Castbar:SetPoint("CENTER",UIparent,"CENTER",0,-150)

Cant find anything like that under the targetcode.Ye i know im terrible but some help would be much apreciated
Report comment to moderator  
Reply With Quote
Unread 10-05-09, 09:10 AM  
bondies
A Defias Bandit

Forum posts: 2
File comments: 3
Uploads: 0
Ooh cant wait for the party & raid frames !
Report comment to moderator  
Reply With Quote
Unread 10-05-09, 09:12 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Sry, in this layout it is intended to bind the castbar to the exact unitframe.

The castbar is not there because both have the exact same position. They are ontop of each other. You could work with

Code:
if unit == "target" then
  --use the target position line
elseif unit == "player" then
  --use position for player
else
  --use position for focus and so on
end
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 10-05-09 at 09:13 AM.
Report comment to moderator  
Reply With Quote
Unread 10-05-09, 10:46 AM  
Coldblooded
A Deviate Faerie Dragon

Forum posts: 13
File comments: 67
Uploads: 0
Originally posted by zork
Sry, in this layout it is intended to bind the castbar to the exact unitframe.

The castbar is not there because both have the exact same position. They are ontop of each other. You could work with

Code:
if unit == "target" then
  --use the target position line
elseif unit == "player" then
  --use position for player
else
  --use position for focus and so on
end
Ah then i understand m8,gonna fiddle around thx for answer
Report comment to moderator  
Reply With Quote
Unread 10-05-09, 01:19 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Ok some updates.

Todo-list:
- Debuff highlighting - DONE
- Aggro coloring - DONE
- Party - DONE
- Icons (looter, leader, pvp, resting) - DONE
- Vehicles - DONE

Its pretty awesome right now.

Upload - DONE
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 10-05-09 at 01:41 PM.
Report comment to moderator  
Reply With Quote
Unread 10-05-09, 02:42 PM  
giakaama
A Murloc Raider

Forum posts: 5
File comments: 31
Uploads: 0
Wow cool layout ! I was wondering, can you put a debuff filter so it only shows your debuffs on the target ?

But great layout anyway, great for PVP !
Report comment to moderator  
Reply With Quote
Unread 10-05-09, 02:43 PM  
bondies
A Defias Bandit

Forum posts: 2
File comments: 3
Uploads: 0
I love you
Report comment to moderator  
Reply With Quote
Unread 10-05-09, 03:17 PM  
Flak
A Murloc Raider

Forum posts: 4
File comments: 84
Uploads: 0
Any plans for raid frames?
Report comment to moderator  
Reply With Quote
Unread 10-05-09, 05:22 PM  
Coldblooded
A Deviate Faerie Dragon

Forum posts: 13
File comments: 67
Uploads: 0
Originally posted by giakaama
Wow cool layout ! I was wondering, can you put a debuff filter so it only shows your debuffs on the target ?

But great layout anyway, great for PVP !
The code is already in there m8.Search for self.Debuffs.onlyShowPlayer = false and change it to true
Report comment to moderator  
Reply With Quote
Unread 10-06-09, 08:16 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally posted by Flak
Any plans for raid frames?
Todo:
- raid
- runebar
- combopoints
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 10-06-09, 12:20 PM  
vacua
A Kobold Labourer
 
vacua's Avatar

Forum posts: 0
File comments: 52
Uploads: 0
Howto disable my own frame in the party frames? i dont actually need 2 frames of my own character. good layout thanks!
Report comment to moderator  
Reply With Quote
Unread 10-06-09, 01:05 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally posted by vacua
Howto disable my own frame in the party frames? i dont actually need 2 frames of my own character. good layout thanks!
Oh...showplayer = false in the party spawn. Adding this to the next push aswell. Was on for testing purposes.

Currently working on the combopoints. Runebar after.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 10-06-09 at 01:07 PM.
Report comment to moderator  
Reply With Quote
Unread 10-06-09, 01:58 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Combopoints *new*
http://zorktdmog.zo.funpic.de/simple...609_225253.jpg

Runebar *new*
http://zorktdmog.zo.funpic.de/simple...609_231008.jpg

edit: updated shots

Both rune and combo are do look the same now.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 10-06-09 at 03:17 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: