Download
(647 Kb)
Download
Updated: 05-02-13 02:49 PM
Pictures
File Info
Compatibility:
Thunder Isle (5.2)
Landfall (5.1)
Mists of Pandaria (5.0.4)
Updated:05-02-13 02:49 PM
Created:09-19-10 11:32 AM
Downloads:15,584
Favorites:59
MD5:
Categories:Minimalistic Compilations, Graphical Compilations, DPS Compilations, Generic Compilations
5.2
Rufio UI Classic  Popular! (More than 5000 hits)
Version: 2.5
by: Rufio [More]


Info
UI with standard elements
Mem/Cpu usage is awesome low

Font_ Myriad Pro / Res_ 1650*1050 / no_ UIscale


A video from Thzarr show's this ui in action (ger)


## full version not updated - most addons are in the main release ##

Known bugs
Portrait bugs if you leave an vehicle, type /rl to fix it

Install
Unzip/rar in your WoW dir
You'll need to rename the WTF\Account\ACCNAME\SERVER\Charname folders to get my setpoints

Don't update any of the addons - they are modified in general

Addonlist
ActionBarSaver - saves buttons on bars /abs save xxx & /abs load xxx
ArenaRaidIcons - Raidicons on teammates
m_Buffs - buffs
nMainbar - actionbars from Neal alt+shift to move pet/stance bar
oGlow - glossy epics
OptionHouse - addon control /oh
pError - no error spam
PhotoRobot - cc/buffs on unitframes
rFilter3 - buff/debuff tracking requires lua editing to work for you
rufioMedia - fonts/textures most unused -.-
rufioSettings - merged addons and ui scripts
  • Camera - ncCamera - max scroll out
  • Chat - clean chat
  • Chattabs - clean tabs
  • Classcolors - on units
  • Classicons - on untis
  • Guildtab - i need my guild on "o" !
  • Minimap - clean minimap
  • Raidfader - OOR fading for default raidframes (atm disabled...)
  • durability - on charscreen by tek
  • rufioSetting - stuff like hiding hotkeys/stancebar/auto sell&repair/hiding clock
  • SpellID - Spellids on tooltip by zork
  • Tooltip - based on FreebTip
  • Unitframes - moving/scaling
teksLoot - Lootframe /teksLoot
SafeQueue - save queues
sArena - Arenaframes
SpellNotifications - misses and some stuff
RETabBinder - i don't tabtarget pets!
tullaCC - numbers on buttons
tullaRange - colors buttons on oor/oom
whoaUnitFrames - best unitframes
xCT - Combat text /xct

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)
please tell me if you find any bugs

PS: You'll find a ripoff from my castbars here: b_Castingbar
2.5
Info update
5.2 Full Update

2.4
Quick update on whoas unitframes

2.2
tot fix thx to phanx
whoaunits added
back in black
stuff

2.1
fixed some errors
ToT stills bugs, i'm bad

2.0
MoP Release

1.8.1
Addon/Toc updates
Repbar fix? maybe
removed combattext from UF

1.8
Addon/Toc updates
UF-Texture from ikomiko
removed cargbags - i miss you :(
Added Hotkey - rename your binds


-- Full Version
Added Skada
Added Bagnon + Bankstack - you'll hide those ugly minimap buttons

1.7.4
removed saveq
added coords
other ^^

1.7.3
Addon/Toc updates
Addonlist is not 100% accurate

1.7.2
more recoloring
moved tot frame
added xCT
added castbar timer
4.3 update

1.7.1
removed some addons (they are in the full version)

1.7
4.2 Update Full Version will follow

1.6
many

1.4.3
Toc Updates
Adjust on Runebar
scaling/moving some frames

1.4
replaced Filger with rFilter3 (setup just for DK)
Mainbarfix on Vehicles

1.3f
some addon updates
other rune layout
tullacc for omnicc
m_combattext is included in rufioSettings
core.lua is renamed to rufioSettings.lua

1.3e
toc bump
Filger Settings for each class
Targetcastbar moved + sized
- lonnyscastingbar (i don't play any casters)
thx zork for pretty nameplates
+sThreatMeter2

1.3d
Filger is back!
fixed petactionbar + runebar pos

1.3b
4.0.1 Release, some parts missing

1.2
final chatedit
moved pve/arena/class addons to Rufio UI Classic Full
1.1
differnt chatmod
Optional Files (1)
File Name
Version
Size
Author
Date
Type
1.8.1
2MB
02-20-12 06:30 AM
Addon


Archived Files (7)
File Name
Version
Size
Author
Date
2.4
1MB
Rufio
03-14-13 01:11 PM
2.3
1MB
Rufio
12-15-12 11:05 AM
2.2
917kB
Rufio
10-25-12 10:07 AM
2.1
727kB
Rufio
10-20-12 10:02 AM
2.0
1MB
Rufio
10-07-12 11:59 AM
1.8.1
285kB
Rufio
02-20-12 06:25 AM
1.8
283kB
Rufio
01-09-12 06:47 AM


Post A Reply Comment Options
Old 09-19-10, 02:19 PM  
Tirou
A Kobold Labourer

Forum posts: 1
File comments: 26
Uploads: 0
Hey there, nice ui. It's works perfect, but how i can show the hotkeys and the macrotext on actionbuttons?
Tirou is offline Report comment to moderator  
Reply With Quote
Old 09-19-10, 03:16 PM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 177
Uploads: 7
Originally posted by Tirou
Hey there, nice ui. It's works perfect, but how i can show the hotkeys and the macrotext on actionbuttons?
rufioSettings -> core.lua

--[[ Hiding Hotkey and Macrotext ]]
local format = string.format;
local match = string.match;
local upper = strupper;
local _G = getfenv(0);
RegisterStateDriver(ShapeshiftBarFrame, "visibility", "hide") -- Hide the shapeshift bar
local f = {"ActionButton%d", "MultiBarBottomLeftButton%d", "MultiBarBottomRightButton%d", "MultiBarRightButton%d",
"MultiBarLeftButton%d", "BonusActionButton%d"}
do
for k, v in pairs(f) do
for i = 1, 12 do
local str = format(v, i);
_G[str.."HotKey"].Show = function() end;
_G[str.."Name"].Show = function() end;
_G[str.."Name"]:Hide();
end
end
end
delete or outcomm
Rufio is offline Report comment to moderator  
Reply With Quote
Old 09-19-10, 03:39 PM  
Anj
A Flamescale Wyrmkin
 
Anj's Avatar

Forum posts: 103
File comments: 462
Uploads: 0
Thanks for this UI. I like that it still feels like the default UI.

Might be nothing but I see in your screenshot that there's an error alert button in the minimap. What caused it?
Anj is online now Report comment to moderator  
Reply With Quote
Old 09-19-10, 03:43 PM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 177
Uploads: 7
Originally posted by Anj
Thanks for this UI. I like that it still feels like the default UI.

Might be nothing but I see in your screenshot that there's an error alert button in the minimap. What caused it?
PhanxChat, don't know how to fix that but it does nothing
Rufio is offline Report comment to moderator  
Reply With Quote
Old 09-19-10, 04:51 PM  
Anj
A Flamescale Wyrmkin
 
Anj's Avatar

Forum posts: 103
File comments: 462
Uploads: 0
Just got this error. I think it happened when I was changing my UI scale...

Code:
rufioSettings blocked from using PlayerFrame:ClearAllPoints()
Count: 99

Call Stack:
[C]: in function `ClearAllPoints'
Interface\AddOns\rufioSettings\Unitframes.lua:3: in function `MovePlayerFrame'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>
Anj is online now Report comment to moderator  
Reply With Quote
Old 09-19-10, 04:56 PM  
Anj
A Flamescale Wyrmkin
 
Anj's Avatar

Forum posts: 103
File comments: 462
Uploads: 0
Here's the Hunter part for Filger. Borrowed from FourOne.

Code:
["HUNTER"] = {
		{
			Name = "P_BUFF_ICON",
			Direction = "LEFT",
			Interval = 4,
			Opacity = 1,
			Mode = "ICON",
			setPoint = { "RIGHT", UIParent, "CENTER", -160, 43 },

			--Aspect of the Viper/Aspekt der Viper
			{ spellID = 34074, size = 72, unitId = "player", caster = "player", filter = "BUFF" },
			--Aspect of the Pack/Aspekt des Rudels
			{ spellID = 13159, size = 72, unitId = "player", caster = "player", filter = "BUFF" },
		},

		{
			Name = "P_PROC_ICON",
			Direction = "LEFT",
			Interval = 4,
			Opacity = 1,
			Mode = "ICON",
			setPoint = { "RIGHT", UIParent, "CENTER", -160, -20 },

			--Lock and Load/Sichern und Laden
			{ spellID = 56453, size = 47, unitId = "player", caster = "player", filter = "BUFF" },
			--Fury of the Five Flights/Furor der fünf Schwärme
			{ spellID = 60314, size = 47, unitId = "player", caster = "player", filter = "BUFF" },
			--Quick Shots/Schnelle Schüsse
			{ spellID = 6150, size = 47, unitId = "player", caster = "player", filter = "BUFF" },
			--Master Tactician/Meister der Taktik
			{ spellID = 34837, size = 47, unitId = "player", caster = "player", filter = "BUFF" },
			--Improved Steady Shot/Verbesserter zuverlässiger Schuss
			{ spellID = 53224, size = 47, unitId = "player", caster = "player", filter = "BUFF" },
			--Expose Weakness/Schwäche aufdecken
			{ spellID = 34503, size = 47, unitId = "player", caster = "player", filter = "BUFF" },
			--Bloodlust/Kampfrausch
			{ spellID = 2825, size = 47, unitId = "player", caster = "all", filter = "BUFF" },
			--Heroism/Heldentum
			{ spellID = 32182, size = 47, unitId = "player", caster = "all", filter = "BUFF" },
		},

		{
			Name = "T_DEBUFF_ICON",
			Direction = "RIGHT",
			Interval = 4,
			Opacity = 1,
			Mode = "ICON",
			setPoint = { "LEFT", UIParent, "CENTER", 160, -20 },

			--Wyvern Sting/Stich des Flügeldrachen
			{ spellID = 49012, size = 47, unitId = "target", caster = "player", filter = "DEBUFF" },
			--Silencing Shot/Unterdrückender Schuss
			{ spellID = 34490, size = 47, unitId = "target", caster = "player", filter = "DEBUFF" },
			--Serpent Sting/Schlangenbiss
			{ spellID = 49001, size = 47, unitId = "target", caster = "player", filter = "DEBUFF" },
			--Scorpid Sting/Skorpidstich
			{ spellID = 3043, size = 47, unitId = "target", caster = "player", filter = "DEBUFF" },
			--Black Arrow/Schwarzer Pfeil
			{ spellID = 63672, size = 47, unitId = "target", caster = "player", filter = "DEBUFF" },
			--Explosive Shot/Explosivschuss
			{ spellID = 60053, size = 47, unitId = "target", caster = "player", filter = "DEBUFF" },
			--Hunter's Mark/Mal des Jägers
			{ spellID = 1130, size = 47, unitId = "target", caster = "all", filter = "DEBUFF" },
		},

		{
			Name = "F/DEBUFF_BAR",
			Direction = "UP",
			IconSide = "LEFT",
			Interval = 4,
			Opacity = 1,
			Mode = "BAR",
			setPoint = { "LEFT", UIParent, "CENTER", 160, 100 },

			--Wyvern Sting/Stich des Flügeldrachen
			{ spellID = 49012, size = 32, barWidth = 200, unitId = "focus", caster = "player", filter = "DEBUFF" },
			--Silencing Shot/Unterdrückender Schuss
			{ spellID = 34490, size = 32, barWidth = 200, unitId = "focus", caster = "player", filter = "DEBUFF" },
		},

		{
			Name = "PET_ICON",
			Direction = "UP",
			Interval = 4,
			Opacity = 1,
			Mode = "ICON",
			setPoint = { "CENTER", UIParent, 0, -300 },

			--Mend Pet/Tier heilen
			{ spellID = 136, size = 32, unitId = "pet", caster = "player", filter = "BUFF" },
			--Feed Pet/Tier füttern
			{ spellID = 6991, size = 32, unitId = "pet", caster = "player", filter = "BUFF" },
		},
	},
Anj is online now Report comment to moderator  
Reply With Quote
Old 09-19-10, 05:15 PM  
Baine
A Murloc Raider
 
Baine's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 350
Uploads: 2
petbar is stuck behind bar3, might be the same for stance/totem as well, haven't tested that yet

but a nice compilation, love the feeling of it =)
__________________
Baine is offline Report comment to moderator  
Reply With Quote
Old 09-20-10, 03:10 AM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 177
Uploads: 7
Originally posted by Baine
petbar is stuck behind bar3, might be the same for stance/totem as well, haven't tested that yet

but a nice compilation, love the feeling of it =)
i know, the problem is i dont play with bar3 visible i just set keybinds on it. Now if i'm hidinng it my petbar is still on top of it, so i anchor the petbar to bar2
Rufio is offline Report comment to moderator  
Reply With Quote
Old 09-22-10, 08:47 AM  
adz4u28
A Defias Bandit

Forum posts: 2
File comments: 19
Uploads: 0
rufioSettings blocked from using TargetFrame:SetPoint()
Count: 99

Call Stack:
[C]: in function `SetPoint'
Interface\AddOns\rufioSettings\Unitframes.lua:6: in function `MovePlayerFrame'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>

rufioSettings blocked from using TargetFrame:ClearAllPoints()
Count: 99

Call Stack:
[C]: in function `ClearAllPoints'
Interface\AddOns\rufioSettings\Unitframes.lua:5: in function `MovePlayerFrame'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>

rufioSettings blocked from using PlayerFrame:SetPoint()
Count: 99

Call Stack:
[C]: in function `SetPoint'
Interface\AddOns\rufioSettings\Unitframes.lua:4: in function `MovePlayerFrame'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>


rufioSettings blocked from using PlayerFrame:ClearAllPoints()
Count: 99

Call Stack:
[C]: in function `ClearAllPoints'
Interface\AddOns\rufioSettings\Unitframes.lua:3: in function `MovePlayerFrame'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>

when practising on target dummies (mage)
adz4u28 is offline Report comment to moderator  
Reply With Quote
Old 09-22-10, 09:02 AM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 177
Uploads: 7
will test this on my mage, but i think it's not my lua that causes the error
Rufio is offline Report comment to moderator  
Reply With Quote
Old 09-22-10, 06:23 PM  
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 177
Uploads: 7
Works flawless on my mage
Rufio is offline Report comment to moderator  
Reply With Quote
Old 09-26-10, 08:19 AM  
Xeeon
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
Originally posted by adz4u28
rufioSettings blocked from using TargetFrame:SetPoint()
Count: 99

Call Stack:
[C]: in function `SetPoint'
Interface\AddOns\rufioSettings\Unitframes.lua:6: in function `MovePlayerFrame'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>

rufioSettings blocked from using TargetFrame:ClearAllPoints()
Count: 99

Call Stack:
[C]: in function `ClearAllPoints'
Interface\AddOns\rufioSettings\Unitframes.lua:5: in function `MovePlayerFrame'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>

rufioSettings blocked from using PlayerFrame:SetPoint()
Count: 99

Call Stack:
[C]: in function `SetPoint'
Interface\AddOns\rufioSettings\Unitframes.lua:4: in function `MovePlayerFrame'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>


rufioSettings blocked from using PlayerFrame:ClearAllPoints()
Count: 99

Call Stack:
[C]: in function `ClearAllPoints'
Interface\AddOns\rufioSettings\Unitframes.lua:3: in function `MovePlayerFrame'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>

when practising on target dummies (mage)
Hey du :-) hab das gleiche prob bei meinem warri auch also irgendwas stimmt wohl net ganz aber gefunden hab ichs leider noch net.
Xeeon is offline Report comment to moderator  
Reply With Quote
Old 09-29-10, 06:44 AM  
Gromthar
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Was sind die Debuffs über dem Target fürn Addon!? Und ich mein jetzt nicht den Targetframe(Filger)

btw... als raid addon: bigwigs!? weil da is ne file von im wtf ordner
Last edited by Gromthar : 09-29-10 at 07:04 AM.
Gromthar is offline Report comment to moderator  
Reply With Quote
Old 09-29-10, 09:28 AM  
Agata
A Murloc Raider

Forum posts: 5
File comments: 38
Uploads: 0
Originally posted by Gromthar
Was sind die Debuffs über dem Target fürn Addon!? Und ich mein jetzt nicht den Targetframe(Filger)

btw... als raid addon: bigwigs!? weil da is ne file von im wtf ordner
"I use Grid+BigWigs for PvE and PlateBuffs, Gladius, Gladimish and Interruptbar for PvP which are NOT included, i can upload these if you want"
Agata is offline Report comment to moderator  
Reply With Quote
Old 09-29-10, 09:36 AM  
Gromthar
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally posted by Agata
"I use Grid+BigWigs for PvE and PlateBuffs, Gladius, Gladimish and Interruptbar for PvP which are NOT included, i can upload these if you want"
Seite war noch offen und net geupdatet Da stand das noch net da :P
Gromthar is offline 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.