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,602
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 12-20-11, 01:24 AM  
jessica
A Cyclonian

Forum posts: 49
File comments: 142
Uploads: 0
Re: Re: Re: version 1920

Originally Posted by Bakira
Originally Posted by Rufio
Originally Posted by Bakira
Hello (sorry for my english)

First of all congratulations for your interface, it is very clean and beautiful.

Have you planned a 1920x1080 version?

Otherwise is it possible to adapt it easily?
No my monitor dosen't support a higher res. You'll have to edit some setpoints in the xyz.lua files, if you find this easy it is
Ok thank you


I have two problems with the interface

The first with the buff and debuff (see picture)
http://img690.imageshack.us/img690/4...dqsdqsqsee.png

EDIT : I found for buff / debuff
function.lua line 104 and 125
buff:SetPoint("TOPRIGHT", BuffFrame, "TOPRIGHT", 0, 0)

buff:SetPoint("TOPRIGHT", BuffFrame, "TOPRIGHT", 0, -(rows*(cfg.buffframe.rowSpacing+buff:GetHeight())+gap))

Change the value 0 to 150 such

For the two problem I'm still looking^^


------------

The second with my action bar when I go into Stealth (it remains gray) (see picture)
http://img28.imageshack.us/img28/8548/qsdqsds.png

Do you know how to solve its problems?

In advance thank you
(sorry for my english)

It is well intended to have buff/debuff gap in there, it's the same for me, and I like it this way, but if you like to bring it back near the minimap it can be easily done, i've done that in the past, but then i changed it back because I think its more visiable that way to see debuffs.

it's in the rBuffFrameStyler addon, go in there. then config.lua you will see alot of configuration in there, and its easily read, no need for lua expert. see this

Code:
  cfg.buffframe = {
    scale           = 1.2,
    pos             = { a1 = "TOPRIGHT", af = "Minimap", a2 = "TOPLEFT", x = -225, y = 0 }, 
    userplaced      = true, --want to place the bar somewhere else?
    locked          = true, --frame locked, can be unlocked ingame via /rbuff
    rowSpacing      = 5,
    colSpacing      = 5,
    buffsPerRow     = 12,
    gap             = 200, --gap in pixel between buff and debuff
from there you can change the place in the line "pos = " change the x & y numbers and keep doing it until the preferable position.

then you can also change scale, row space, col spacing, gap, everything man.

have fun playing with it
Report comment to moderator  
Reply With Quote
Unread 12-19-11, 07:58 PM  
Bakira
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Re: Re: version 1920

Originally Posted by Rufio
Originally Posted by Bakira
Hello (sorry for my english)

First of all congratulations for your interface, it is very clean and beautiful.

Have you planned a 1920x1080 version?

Otherwise is it possible to adapt it easily?
No my monitor dosen't support a higher res. You'll have to edit some setpoints in the xyz.lua files, if you find this easy it is
Ok thank you


I have two problems with the interface

The first with the buff and debuff (see picture)
http://img690.imageshack.us/img690/4...dqsdqsqsee.png

EDIT : I found for buff / debuff
function.lua line 104 and 125
buff:SetPoint("TOPRIGHT", BuffFrame, "TOPRIGHT", 0, 0)

buff:SetPoint("TOPRIGHT", BuffFrame, "TOPRIGHT", 0, -(rows*(cfg.buffframe.rowSpacing+buff:GetHeight())+gap))

Change the value 0 to 150 such

For the two problem I'm still looking^^


------------

The second with my action bar when I go into Stealth (it remains gray) (see picture)
http://img28.imageshack.us/img28/8548/qsdqsds.png

Do you know how to solve its problems?

In advance thank you
(sorry for my english)
Last edited by Bakira : 12-19-11 at 10:08 PM.
Report comment to moderator  
Reply With Quote
Unread 12-19-11, 07:04 PM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 289
Uploads: 5
Re: version 1920

Originally Posted by Bakira
Hello (sorry for my english)

First of all congratulations for your interface, it is very clean and beautiful.

Have you planned a 1920x1080 version?

Otherwise is it possible to adapt it easily?
No my monitor dosen't support a higher res. You'll have to edit some setpoints in the xyz.lua files, if you find this easy it is
Report comment to moderator  
Reply With Quote
Unread 12-19-11, 01:15 PM  
Bakira
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
version 1920

Hello (sorry for my english)

First of all congratulations for your interface, it is very clean and beautiful.

Have you planned a 1920x1080 version?

Otherwise is it possible to adapt it easily?
Report comment to moderator  
Reply With Quote
Unread 12-18-11, 04:38 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 Inf0
hey man, hoy can I move castbar? look where is it atm http://i.imgur.com/w2GhO.jpg

I've the same ress than u =)
Yeah, i don't have the 3rd bar in the center shown.
Go to
Code:
Interface\AddOns\rufioSettings\Unitframes.lua
Edit line 46
Code:
_G[cbf]:SetPoint("TOP", WorldFrame, "BOTTOM", 0, 130)

Originally Posted by iradex
The chat is on my top-left corner and i want to move it, but i can't see the tabs to move it or reset, what i need to do?
My addons will not move your chat. You can delete your local Chat-Settings by deleteing
Code:
WTF\Account\ACCNAME\Server\Char\chat-cache.txt
Report comment to moderator  
Reply With Quote
Unread 12-17-11, 04:43 PM  
Inf0
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
hey man, hoy can I move castbar? look where is it atm http://i.imgur.com/w2GhO.jpg

I've the same ress than u =)
Report comment to moderator  
Reply With Quote
Unread 12-16-11, 01:44 PM  
iradex
A Cyclonian

Forum posts: 43
File comments: 68
Uploads: 0
The chat is on my top-left corner and i want to move it, but i can't see the tabs to move it or reset, what i need to do?
Report comment to moderator  
Reply With Quote
Unread 12-16-11, 08:11 AM  
Ilary
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Originally Posted by Rufio
Originally Posted by Ilary
When can we expect to be able to download an updated version ?
do it miss something in the current release?
anyway will update it right now ^^


ty
Report comment to moderator  
Reply With Quote
Unread 12-16-11, 07:46 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 Ilary
When can we expect to be able to download an updated version ?
do it miss something in the current release?
anyway will update it right now ^^
Report comment to moderator  
Reply With Quote
Unread 12-16-11, 07:25 AM  
Ilary
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
When can we expect to be able to download an updated version ?
Report comment to moderator  
Reply With Quote
Unread 11-30-11, 06: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 strickland
wtb update <3 Love your addons

very soon, just need to upload
Report comment to moderator  
Reply With Quote
Unread 11-30-11, 03:38 PM  
strickland
A Cyclonian

Forum posts: 40
File comments: 195
Uploads: 0
wtb update <3 Love your addons
Report comment to moderator  
Reply With Quote
Unread 11-12-11, 08:22 AM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 289
Uploads: 5
Yeah i removed it the fontscale won't work.
I'm using the updated version of xCT atm
Last edited by Rufio : 11-12-11 at 08:23 AM.
Report comment to moderator  
Reply With Quote
Unread 11-12-11, 03:37 AM  
strickland
A Cyclonian

Forum posts: 40
File comments: 195
Uploads: 0
hey, in the main page you listed

Combattext - LightCT - moving/styling blizzard combattext

but I don't find it inside the mods, did you remove it? If so can you add it back with some tweaking? I know it might be much to ask, but here's what I would love in additional, if u got the time, few stuff just like whats in evl_combatText

stylish Entering combat, leaving combat, when low health "Oh Shit!" and when low mana "Gief mana!"

also, Adding a Crit style of "Killing blow!" in red for pvp, and Interrupted in blue color in the screen, just like evl_combatText if you ever tried it.

if you could also add the killing sounds in PvP would be awesome :P i wish I could right code, i'd modify and update evl_combatText to make it work.
Report comment to moderator  
Reply With Quote
Unread 11-11-11, 08:46 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 Saith90
Ah ok danke.
Weißt du auch zufällig wie ich den Rand der Hauptaktionsleiste ausblenden kann und den Abstand zwischen den Leisten verringern kann?
http://www.imagebanana.com/view/f3421ewo/Bars.png
Wird sicher in Tidybar sein, mit Actionbars habe ich mich aber nie beschäftigt
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.