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,496
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 05-24-11, 02:19 PM  
terehovskiy
A Murloc Raider

Forum posts: 6
File comments: 8
Uploads: 0
meaby rename folder NAME ? my email adress or number
Report comment to moderator  
Reply With Quote
Unread 05-24-11, 11:51 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 terehovskiy
how to install this interface? Very much liked, but I have no idea how to install it please explain and tell me whether it is possible just to put a full version without the usual?
Normal and full version working on its own. Just download, unrar in your wow-folder and rename the 2 folders in the wtf dir
Report comment to moderator  
Reply With Quote
Unread 05-24-11, 08:14 AM  
terehovskiy
A Murloc Raider

Forum posts: 6
File comments: 8
Uploads: 0
how to install this interface? Very much liked, but I have no idea how to install it please explain and tell me whether it is possible just to put a full version without the usual?
Report comment to moderator  
Reply With Quote
Unread 03-01-11, 01:37 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 Seroo
[b]hey rufio

habe ein scheiß problem mit der shapeshift bar

undzwar wollte ich das die shapeshift bar nur bei meinem Druiden und dk angezeigt wird der rest wie z.b. krieger oder hunter sollte ausgeblendet werden
du musst das vorher noch als local setzten
Code:
local _, player_class = UnitClass("player")
dann kannst eine die condition wie
Code:
if player_class == "DEATHKNIGHT" and/or xxx
benutzen, wenn ich heut abend dran denke schreib ich es dir eben
Report comment to moderator  
Reply With Quote
Unread 02-26-11, 09:53 AM  
Seroo
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
hey rufio

habe ein scheiß problem mit der shapeshift bar

undzwar wollte ich das die shapeshift bar nur bei meinem Druiden und dk angezeigt wird der rest wie z.b. krieger oder hunter sollte ausgeblendet werden
wie mache ich das nun ...
Code:
local _, player_class = UnitClass("player")
if (HideShapeShift == true and player_class == "HUNTER" ) then
RegisterStateDriver(ShapeshiftBarFrame, "visibility", "hide") -- Hide the shapeshift bar
end
dieser code klappt leider nicht
Report comment to moderator  
Reply With Quote
Unread 02-01-11, 04:45 PM  
pepsl
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
everything is fine now, forgot to turn off freetip addon, thx mate
Report comment to moderator  
Reply With Quote
Unread 02-01-11, 02:46 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 pepsl
Code:
[17:41:32] Interface\AddOns\rufioSettings\Tooltip.lua:120: attempt to index a nil value
[C]: ?
Interface\AddOns\rufioSettings\Tooltip.lua:120: in function <Interface\AddOns\rufioSettings\Tooltip.lua:73>
[C]: ?
[C]: in function `SetUnit'
Interface\FrameXML\UnitFrame.lua:152: in function `UnitFrame_UpdateTooltip'
Interface\FrameXML\UnitFrame.lua:139: in function <Interface\FrameXML\UnitFrame.lua:126>
i got this error from your last update, how can i fix it?
still getting the error if you disable all other addons than mine?
Report comment to moderator  
Reply With Quote
Unread 02-01-11, 10:43 AM  
pepsl
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Code:
[17:41:32] Interface\AddOns\rufioSettings\Tooltip.lua:120: attempt to index a nil value
[C]: ?
Interface\AddOns\rufioSettings\Tooltip.lua:120: in function <Interface\AddOns\rufioSettings\Tooltip.lua:73>
[C]: ?
[C]: in function `SetUnit'
Interface\FrameXML\UnitFrame.lua:152: in function `UnitFrame_UpdateTooltip'
Interface\FrameXML\UnitFrame.lua:139: in function <Interface\FrameXML\UnitFrame.lua:126>
i got this error from your last update, how can i fix it?
Report comment to moderator  
Reply With Quote
Unread 01-31-11, 04:12 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 janbedead
My unit frames do not show up percent like yours does. I downloaded the Classic Full version. Do I need to download this version instead?
ESC->Interface->StatusText
Report comment to moderator  
Reply With Quote
Unread 01-28-11, 11:25 AM  
janbedead
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
My unit frames do not show up percent like yours does. I downloaded the Classic Full version. Do I need to download this version instead?
Report comment to moderator  
Reply With Quote
Unread 01-13-11, 04:32 AM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 289
Uploads: 5
Re: Player Percent

Originally posted by arseninja
Is there a way to show Player hp percent like Target unit percent?
Interface\AddOns\rufioSettings\TargetPercent.lua

copy and make it for player

the health frames that pop up underneath the minimap during boss fights, it's just an empty red bar where i think it should contain some information (HP % , energy level etc..) not sure if it is default blizzard frame or something else
they're default. If they aren't working its related to an other addon you use
Report comment to moderator  
Reply With Quote
Unread 01-11-11, 11:42 AM  
senan
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
secondary boss health frames

hello,

the health frames that pop up underneath the minimap during boss fights, it's just an empty red bar where i think it should contain some information (HP % , energy level etc..) not sure if it is default blizzard frame or something else

it's not a big deal on single target boss fight , but it can be somewhat ineffective on a council type fight with multiple boss targets

Is there a simple fix for this ?.. like some line in .toc or .lua file to be changed

thanks for this wonderful layout otherwise!
Report comment to moderator  
Reply With Quote
Unread 01-06-11, 08:34 PM  
arseninja
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Player Percent

Is there a way to show Player hp percent like Target unit percent?
Report comment to moderator  
Reply With Quote
Unread 01-06-11, 07:58 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 adz4u28
wtb the original and best, - rufio ui
recode my UF in oUF and you get it
Report comment to moderator  
Reply With Quote
Unread 01-05-11, 08:28 PM  
adz4u28
A Murloc Raider

Forum posts: 5
File comments: 24
Uploads: 0
wtb the original and best, - rufio ui
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.