Download
(2MB)
Download
Updated: 09-08-18 08:25 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:09-08-18 08:25 AM
Created:09-19-10 11:32 AM
Downloads:60,659
Favorites:133
MD5:
Categories:Minimalistic Compilations, Graphical Compilations, Class Compilations, DPS Compilations, Tank Compilations, Generic Compilations

Rufio UI Classic  Popular! (More than 5000 hits)

Version: 5.2
by: Rufio [More]

Info
just like the standard ui but smaller and darker

Install
please remove all addons/textures from previous installations
unzip in \World of Warcraft\Interface (not addons)
rename \WTF\Account\ACCOUTNAME
select RufioUI as profile for easyframes, kui_nameplates

Info
NOT included addons from the image:
Bufftracking from Weak Auras 2
Bossmod is BigWigs
Bossmod barskin is nibRealUI_BossSkins

You can use the twitchapp/curse updater! Just don't update addons taggeg as "modified".

Known bugs/issues
exp bar texture is a bit off

Addonlist
AutoHideRightBar - right actionbars on mouseover
Badboy - less chat spam
BuyEmAll - i like to buy more than one stack at a time
EasyFrames - unitframes /ef
HGarri - minimap orderhallicon is now mouseover
HideMicroButtonAndBags - fly out bags/micro bar
Higher HotKey - hotkeys visible all the time
Kui_Nameplates - nameplates
ls_Toasts - reskins the toasts window /lstoasts -> Interface -> Addons to edit & move
LucyRaidFrames - standard raidframe styling
LynStats - fps/ms info (bottom right)
nBuff - style those buffs
PlusNothing - no more healing spam in combat text
rButtonTemplate - button skinning
rCombatText - styles the combat text (enable combat text for self in the settings)
rufioMedia - just a bartexture atm
rufioSettings - merged addons and ui scripts

  • Bossframes - resized & scaled
  • Castbars - castbar styling
  • Chat - clean chat
  • Classcolors - on units
  • Classicons - on untis
  • CopyUrl - url copy from chat
  • Durability - on charscreen by tek
  • Guildtab - i need my guild on "o"
  • Hotkey - renaming keybinds
  • Minimap - clean minimap
  • noError - no red errors in the middle of the screen
  • RaidFrameReSizer - even more scaleable raidframes
  • NumQuest - how many quests are in my questlog - X/25
  • Repair - repairs your gear
  • rufioSettings - rescale, reposition, hiding petname, slash commands, moveable questtracker etc.
  • Tooltip - tooltip
TargetPercent - adds 100.0% target/focus/boss frames (you should choose "none" for statustext in the default settings if you want to use this)
teksErr - show me those bugs
tullaCC - nicer number on CDs (modified coloring)
tullaRange - OOR coloring on buttons

Credits
nothing from the code is by myself so thanks to all the authors (especially roth/Lyn/Tekkub/haste/alza/neal/dawn/monolit/evl/Aprikot)
textures are from ThuBzBlizzUI by Thubz
class icons from Flat Player Icons by gossipgirlxo

Moving Unitframes
right click player/targetframe and click Unlock Frame

and drag them. Rightclick and Lock Frame to lock them in position.

5.2
updates
+LucyRaidFrames
+PlusNothing
5.1.1
now with Kui_Nameplates config
updated credits
5.1
back to blizzard bars!
+rButtonTemplate
+AutoHideRightBar
+HideMicroButtonAndBags
+Higher HotKey
+tullaRange
5.0
BFA pre-patch update
4.6
7.2x fixes
*new* HGarri - mouseover Orderhallicon on minimap
*new* rufioSettings/JunkSeller - sells junk
*new* rufioSettings/Repair - repairs your gear - moved from rufioSettings to own file
!BugGrabber + BugSack - removed
4.5
7.1x fixes
4.4
7.1 updates
4.3
addon updates
ls_Toasts, PhotoRobot, rCombatText, TargetPercent are new
4.2
bossframes moved
arenaframe edits disabled (got some errors)
4.1
error text removed
old tooltip
stuff
4.0
legion prerelease
fixed stuff, thx 2 sticklord & Kkthnx
Optional Files (1)
File Name
Version
Size
Author
Date
Type
1.8.1
2MB
02-20-12 07:30 AM
Addon


Post A Reply Comment Options
Unread 08-02-13, 09:22 AM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 289
Uploads: 5
If you´re wondering why i didn`t update the download... It`s working, i fixed some pesky stuff but nothing with an real impact for you...



Thats my ui in june, i play like an hour a week over the last 2-3 months.
If you would like to have an update for "just in case" let me know.

Originally Posted by laukond
  1. How do I disable the black glow effect around the screen?
  2. How do I disable guild info in the tooltips?
  3. Can I make the dark textures a little brighter? (read: dark grey instead of black) Like the previous versions of this UI
  4. How do I disable health text in tooltips? (ie. 2M / 2M hp)
  5. How do I disable the Targeting: <YOU> in the tooltips? (or any other target)
  6. How do I center the health and mana text of Player- and TargetFrame?
1. delete Interface\AddOns\ncShadow
2. delete Interface\AddOns\rufioSettings\Tooltip.lua
3. edit Interface\AddOns\rufioSettings\Recolor.lua (it's dark grey btw )
4. 2.
5. 2.
6. edit Interface\AddOns\whoaUnitFrames\whoaUnitFrames.lua line 248 following
Lua Code:
  1. whoa_createFrame("fplayerdead",          PlayerFrameHealthBar, "CENTER",  0,  0, 200, "CENTER")
  2. whoa_createFrame("fplayerpercent",       PlayerFrameHealthBar, "LEFT",    0,  0,  40, "RIGHT")
  3. if config.showMaxHealth then
  4.     whoa_createFrame("fplayerhealth",    PlayerFrameHealthBar, "RIGHT",  -5,  5,  75, "RIGHT")
  5. else
  6.     whoa_createFrame("fplayerhealth",    PlayerFrameHealthBar, "RIGHT",  -5,  0,  75, "RIGHT")
  7. end
  8. whoa_createFrame("fplayerhealthmax",     PlayerFrameHealthBar, "RIGHT",  -5, -5,  75, "RIGHT")
  9. whoa_createFrame("fplayermanapercent",   PlayerFrameManaBar,   "LEFT",    0,  0,  40, "RIGHT")
  10. whoa_createFrame("fplayermana",          PlayerFrameManaBar,   "RIGHT",  -5,  0,  75, "RIGHT")
  11.  
  12. whoa_createFrame("ftargetdead",          TargetFrameHealthBar, "CENTER",  0,  0, 200, "CENTER")
  13. whoa_createFrame("ftargetoffline",       TargetFrameManaBar,   "CENTER",  0,  0, 200, "CENTER")
  14. whoa_createFrame("ftargetpercent",       TargetFrameHealthBar, "LEFT",    0,  0,  40, "RIGHT")
  15. if config.showMaxHealth then
  16.     whoa_createFrame("ftargethealth",    TargetFrameHealthBar, "RIGHT",  -5,  5,  75, "RIGHT")
  17. else
  18.     whoa_createFrame("ftargethealth",    TargetFrameHealthBar, "RIGHT",  -5,  0,  75, "RIGHT")
  19. end
  20. whoa_createFrame("ftargethealthmax",     TargetFrameHealthBar, "RIGHT",  -5, -5,  75, "RIGHT")
  21. whoa_createFrame("ftargetmanapercent",   TargetFrameManaBar,   "LEFT",    0,  0,  40, "RIGHT")
  22. whoa_createFrame("ftargetmana",          TargetFrameManaBar,   "RIGHT",  -5,  0,  75, "RIGHT")
  23.  
  24. whoa_createFrame("ffocusdead",           FocusFrameHealthBar,  "CENTER",  0, 0, 200, "CENTER")
  25. whoa_createFrame("ffocusoffline",        FocusFrameManaBar,    "CENTER",  0, 0, 200, "CENTER")
  26. --[[
  27. -- # old version with percentage on the left OUTSIDE
  28. whoa_createFrame("ffocuspercent",       FocusFrameHealthBar,  "LEFT",  -45, 0,  40, "RIGHT")
  29. whoa_createFrame("ffocushealth",        FocusFrameHealthBar,  "CENTER",  0, 0,  75, "CENTER")
  30. whoa_createFrame("ffocusmanapercent",   FocusFrameManaBar,    "LEFT",  -45, 0,  40, "RIGHT")
  31. whoa_createFrame("ffocusmana",          FocusFrameManaBar,    "CENTER",  0, 0,  75, "CENTER")
  32. ]]
  33. whoa_createFrame("ffocuspercent",       FocusFrameHealthBar,  "LEFT",    0,  0,  40, "RIGHT")
  34. if config.showMaxHealth then
  35.     whoa_createFrame("ffocushealth",    FocusFrameHealthBar,  "RIGHT",  -5,  5,  75, "RIGHT")
  36. else
  37.     whoa_createFrame("ffocushealth",    FocusFrameHealthBar,  "RIGHT",  -5,  0,  75, "RIGHT")
  38. end
  39. whoa_createFrame("ffocushealthmax",     FocusFrameHealthBar,  "RIGHT",  -5, -5,  75, "RIGHT")
  40. whoa_createFrame("ffocusmanapercent",   FocusFrameManaBar,    "LEFT",    0,  0,  40, "RIGHT")
  41. whoa_createFrame("ffocusmana",          FocusFrameManaBar,    "RIGHT",  -5,  0,  75, "RIGHT")
Last edited by Rufio : 08-02-13 at 09:28 AM.
Report comment to moderator  
Reply With Quote
Unread 08-08-13, 02:21 PM  
laukond
A Black Drake

Forum posts: 87
File comments: 77
Uploads: 0
Sometimes my debuffs turn all black (only the background is visible not the icon)
Any idea why this is happening?
Also, my debuffs do not display a red border.
Last edited by laukond : 08-08-13 at 05:49 PM.
Report comment to moderator  
Reply With Quote
Unread 08-09-13, 08:28 AM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 289
Uploads: 5
Originally Posted by laukond
Sometimes my debuffs turn all black (only the background is visible not the icon)
Any idea why this is happening?
Also, my debuffs do not display a red border.
i guess you have more than one buff addon active
Report comment to moderator  
Reply With Quote
Unread 08-14-13, 03:24 AM  
Psionyx
A Defias Bandit
 
Psionyx's Avatar

Forum posts: 2
File comments: 2
Uploads: 0
Where is the config to move my target's cast bar?

I have my Player/Target unitframes set up similarly to yours in the last image you posted (Target on top instead) but the Target cast bar is attached to the Target frame so it's pretty high up and to the left of everything.
__________________
[The class I play] is imbalanced and broken, [The class that counters my class] should be nerfed because it's too OP, but [The class I counter] is fine and just needs to L2P.
Report comment to moderator  
Reply With Quote
Unread 08-15-13, 10:19 AM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 289
Uploads: 5
Originally Posted by Psionyx
Where is the config to move my target's cast bar?

I have my Player/Target unitframes set up similarly to yours in the last image you posted (Target on top instead) but the Target cast bar is attached to the Target frame so it's pretty high up and to the left of everything.
Interface\AddOns\rufioSetting\Unitframes.lua
line 35-40
Lua Code:
  1. --[[ Player castbar ]]
  2.     CastingBarFrame:SetSize(180,10)
  3.     CastingBarFrame:SetScale("1.3")
  4.     CastingBarFrame:ClearAllPoints()
  5.     CastingBarFrame:SetPoint("TOP", WorldFrame, "BOTTOM", 0, 130) --0, 100
  6.     CastingBarFrame.SetPoint = function() end

edit

Lua Code:
  1. CastingBarFrame:SetPoint("TOP", WorldFrame, "BOTTOM", 0, 130) --0, 100
x,y
Last edited by Rufio : 08-15-13 at 10:19 AM.
Report comment to moderator  
Reply With Quote
Unread 08-15-13, 10:12 PM  
Psionyx
A Defias Bandit
 
Psionyx's Avatar

Forum posts: 2
File comments: 2
Uploads: 0
Originally Posted by Rufio
Originally Posted by Psionyx
Where is the config to move my target's cast bar?

I have my Player/Target unitframes set up similarly to yours in the last image you posted (Target on top instead) but the Target cast bar is attached to the Target frame so it's pretty high up and to the left of everything.
Interface\AddOns\rufioSetting\Unitframes.lua
line 35-40
Lua Code:
  1. --[[ Player castbar ]]
  2.     CastingBarFrame:SetSize(180,10)
  3.     CastingBarFrame:SetScale("1.3")
  4.     CastingBarFrame:ClearAllPoints()
  5.     CastingBarFrame:SetPoint("TOP", WorldFrame, "BOTTOM", 0, 130) --0, 100
  6.     CastingBarFrame.SetPoint = function() end

edit

Lua Code:
  1. CastingBarFrame:SetPoint("TOP", WorldFrame, "BOTTOM", 0, 130) --0, 100
x,y
Thanks so much!

-EDIT-
All that seems to do is move the Player cast bar. The Target cast bar didn't seem to move.

++EDIT++
Nevermind. You helped by sending me to the Unitframes.lua. I just searched for "Target" and found these...
Code:
  TargetFrameSpellBar:ClearAllPoints()
    TargetFrameSpellBar:SetPoint("CENTER", x, y)
    TargetFrameSpellBar.SetPoint = function() end
Thanks again for the help!
__________________
[The class I play] is imbalanced and broken, [The class that counters my class] should be nerfed because it's too OP, but [The class I counter] is fine and just needs to L2P.
Last edited by Psionyx : 08-16-13 at 12:56 AM.
Report comment to moderator  
Reply With Quote
Unread 08-18-13, 07:50 AM  
2FasTV
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Exclamation Update

Hi pls udpate ui to 5.3 patch i need this realy!!!
Report comment to moderator  
Reply With Quote
Unread 08-22-13, 09:26 AM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 289
Uploads: 5
Re: Update

Originally Posted by 2FasTV
Hi pls udpate ui to 5.3 patch i need this realy!!!
can you send me the errors? I didn't have an active account atm
Report comment to moderator  
Reply With Quote
Unread 09-02-13, 10:33 AM  
Xully
A Cyclonian

Forum posts: 44
File comments: 180
Uploads: 0
not needed to update for 5.3, because the big patch 5.4 is coming out in a week, so better update to 5.4 if you ever decide to update! I would love to use it in 5.4 if iat all possible
Report comment to moderator  
Reply With Quote
Unread 10-26-13, 01:37 PM  
Langepac
A Kobold Labourer

Forum posts: 0
File comments: 134
Uploads: 0
tullaCC

this addon would crash my client
Last edited by Langepac : 10-27-13 at 01:18 AM.
Report comment to moderator  
Reply With Quote
Unread 10-27-13, 08:04 AM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 289
Uploads: 5
Originally Posted by Langepac
tullaCC

this addon would crash my client
uploaded my current version, works fine for me
Report comment to moderator  
Reply With Quote
Unread 10-27-13, 01:02 PM  
Langepac
A Kobold Labourer

Forum posts: 0
File comments: 134
Uploads: 0
Originally Posted by Rufio
Originally Posted by Langepac
tullaCC

this addon would crash my client
uploaded my current version, works fine for me
I downloaded the very latest version of your
why do I have then an error?
In what could be the problem?


Every time I hit the enemy
addon would crash my game
Last edited by Langepac : 10-27-13 at 02:02 PM.
Report comment to moderator  
Reply With Quote
Unread 10-27-13, 02:05 PM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 289
Uploads: 5
Originally Posted by Langepac
Originally Posted by Rufio
Originally Posted by Langepac
tullaCC

this addon would crash my client
uploaded my current version, works fine for me
I downloaded the very latest version of your
why do I have then an error?
In what could be the problem?


Every time I hit the enemy
addon would crash my game
do u use omnicc or so as well? must be a problem with an other addon
Report comment to moderator  
Reply With Quote
Unread 10-27-13, 02:34 PM  
Langepac
A Kobold Labourer

Forum posts: 0
File comments: 134
Uploads: 0
Originally Posted by Rufio
Originally Posted by Langepac
Originally Posted by Rufio
Originally Posted by Langepac
tullaCC

this addon would crash my client
uploaded my current version, works fine for me
I downloaded the very latest version of your
why do I have then an error?
In what could be the problem?


Every time I hit the enemy
addon would crash my game
do u use omnicc or so as well? must be a problem with an other addon




included only your addon
Report comment to moderator  
Reply With Quote
Unread 10-27-13, 04:55 PM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 289
Uploads: 5
Originally Posted by Langepac
Originally Posted by Rufio
Originally Posted by Langepac
Originally Posted by Rufio
Originally Posted by Langepac
tullaCC

this addon would crash my client
uploaded my current version, works fine for me
I downloaded the very latest version of your
why do I have then an error?
In what could be the problem?


Every time I hit the enemy
addon would crash my game
do u use omnicc or so as well? must be a problem with an other addon




included only your addon
sorry i have no idea then, just dont use tullac... i have no ingame errors
Last edited by Rufio : 10-27-13 at 04:55 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.