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,542
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 11-11-11, 08:09 AM  
Saith90
A Murloc Raider

Forum posts: 4
File comments: 20
Uploads: 0
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
Report comment to moderator  
Reply With Quote
Unread 11-10-11, 12:21 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
Wie kann ich denn mein Eingabefeld vom Chat wieder unter den Chat packen? :x
Drüber find ich es irgendwie extrem gewöhnungsbedürftig.
AddOns\rufioSettings\Chat.lua Zeile 19-21 löschen
Code:
	editbox:ClearAllPoints()
	editbox:SetPoint('BOTTOMLEFT', _G.ChatFrame1, 'TOPLEFT', 0, 20)
	editbox:SetPoint('BOTTOMRIGHT', _G.ChatFrame1, 'TOPRIGHT', 0, 20)
Originally Posted by Saith90
Und wie kann ich es rückgänig machen das ich statt dem Bild im Targetframe das KlassenIcon habe?
Möchte doch gern das Char/NPC Bild dort haben, statt dem ClassenIcon.

AddOns\rufioSettings\Unitframes.lua Zeile 75-85 löschen
Code:
--[[ Class Icons ]]
UFP = "UnitFramePortrait_Update"; 
UICC = "Interface\\TargetingFrame\\UI-Classes-Circles"; 
CIT = CLASS_ICON_TCOORDS

hooksecurefunc(UFP,function(self) 
 if self.portrait then
  if self.unit == "player" or self.unit == "pet" or self.unit == "partypet1" or self.unit == "partypet2" or self.unit == "partypet3" or self.unit == "partypet4" then return end
   local t = CIT[select(2,UnitClass(self.unit))] 
 if t 
  then self.portrait:SetTexture(UICC) self.portrait:SetTexCoord(unpack(t)) end end end)
Report comment to moderator  
Reply With Quote
Unread 11-09-11, 02:15 PM  
Saith90
A Murloc Raider

Forum posts: 4
File comments: 20
Uploads: 0
Wie kann ich denn mein Eingabefeld vom Chat wieder unter den Chat packen? :x
Drüber find ich es irgendwie extrem gewöhnungsbedürftig.

Und wie kann ich es rückgänig machen das ich statt dem Bild im Targetframe das KlassenIcon habe?
Möchte doch gern das Char/NPC Bild dort haben, statt dem ClassenIcon.
Last edited by Saith90 : 11-09-11 at 02:17 PM.
Report comment to moderator  
Reply With Quote
Unread 11-05-11, 07:33 AM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 289
Uploads: 5
COPYCAT

Originally posted by AndersonnKen
Too bad the combat text lua you used to have in rufioSettings file misses now
Not really i don't use any comabttext atm, you won't need the RequiredDeps.

Originally posted by AndersonnKen
Also it seems I can't make the target frame castbar to show
I guess you play on an different res than i and the castbar is hidden by other frames or you're using an addon i don't know
Report comment to moderator  
Reply With Quote
Unread 11-05-11, 04:03 AM  
AndersonnKen
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
I have issues with the target frame castbar which doesn't show up(I thinks is a issue from unitframes.lua in rufioSettings folder) and also it seems the CombatText.lua misses from the rufioSettings folder also(in the UI description you name it so I take it that it should have been there :P).
Except these 2 glitches this is a great UI
Last edited by AndersonnKen : 11-05-11 at 04:13 AM.
Report comment to moderator  
Reply With Quote
Unread 10-31-11, 04:58 PM  
chumchum
A Kobold Labourer
 
chumchum's Avatar

Forum posts: 0
File comments: 12
Uploads: 1
Thumbs up Re: Re: what happend to your changes???

Originally posted by Rufio
I've prefer the classic blizzard-style for now.
I may have a lot at my old UI if i'll find some motivation or people that will help me with the oUF code.
awesome. ill be waiting for that.im not expecting but ill wait for that just incase you put some effort for it. Thankyou. both UI are awesome. but as a pally healer i really dig your previous version thankyou sir
Report comment to moderator  
Reply With Quote
Unread 10-31-11, 08:50 AM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 289
Uploads: 5
Re: what happend to your changes???

Originally posted by chumchum
hey Rufio, i do love your UI before like pre ICC
http://www.wowinterface.com/download...4-RufioUI.html

If there's any chance that you could update that UI with availability res of 1920x1080. I would be happy to put a donation.
I've prefer the classic blizzard-style for now.
I may have a look at my old UI if i'll find some motivation or people that will help me with the oUF code.
Last edited by Rufio : 10-31-11 at 08:13 PM.
Report comment to moderator  
Reply With Quote
Unread 10-31-11, 07:41 AM  
chumchum
A Kobold Labourer
 
chumchum's Avatar

Forum posts: 0
File comments: 12
Uploads: 1
Exclamation what happend to your changes???

hey Rufio, i do love your UI before like pre ICC
http://www.wowinterface.com/download...4-RufioUI.html

If there's any chance that you could update that UI with availability res of 1920x1080. I would be happy to put a donation.
Last edited by chumchum : 10-31-11 at 07:42 AM.
Report comment to moderator  
Reply With Quote
Unread 10-31-11, 05:06 AM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

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

Originally posted by Xeeon
Sehr nice dich mal wieder re zu sehen...

updatest du deine Full version auch noch?

Greetz
will update the full version today
Report comment to moderator  
Reply With Quote
Unread 10-30-11, 10:21 AM  
Xeeon
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
Nice

Sehr nice dich mal wieder re zu sehen...

updatest du deine Full version auch noch?

Greetz
Report comment to moderator  
Reply With Quote
Unread 08-07-11, 08:04 PM  
rashkaldo
A Deviate Faerie Dragon

Forum posts: 12
File comments: 42
Uploads: 0
whoa_unitframes

Hi,
die Prozent/HP Anzeige bei Whoa Unitframes zieht jede Menge Ressourcen, die CPU/SEC Cycles gehen bei "OptionHouse" bis auf 9 hoch.
Ich habe dieses Problem behoben.
Den überarbeiteten Code der Whoa Unitframes findest du hier:

http://pastebin.com/J3vJdXCK

Mit diesem Code gehen die CPU Cycles auf max 1.5 Hoch.
Report comment to moderator  
Reply With Quote
Unread 07-07-11, 07:52 PM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 289
Uploads: 5
Nope have quit the game
Report comment to moderator  
Reply With Quote
Unread 07-03-11, 01:22 PM  
Str0be
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
Any plans on updating? :O
Report comment to moderator  
Reply With Quote
Unread 06-13-11, 07:29 PM  
Str0be
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
Just need rFilters for warrior! :P
Report comment to moderator  
Reply With Quote
Unread 05-26-11, 09: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 terehovskiy
meaby rename folder NAME ? my email adress or number
Accountname. Just look what its named now
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.