Download
(436Kb)
Download
Updated: 04-16-12 06:30 AM
Pictures
File Info
Updated:04-16-12 06:30 AM
Created:10-26-10 07:54 AM
Downloads:16,682
Favorites:65
MD5:

SuperClassic  Popular! (More than 5000 hits)

Version: 1.4
by: Wildbreath [More]

Description:

Lightweight UI (less than 200kb) with in-game settings
Achtung!
I do not expect any LUA expertise from you, but please, use this UI options in the interface settings
Installation:
  1. Backup your Fonts, WTF, and Interface folders. Delete the originals.
  2. Copy SuperClassic folder into your WoW\Interface\AddOns\ directory.
Slashy:

Don't forget to adjust positions casting bars and unit frames after installation as you need!
  • /rl - reload UI
  • /mf - ui elements positions settings
  • /sb - bindings settings
  • /rc - ready check
Credits:
  • Rufio - for his amazing UI
  • Allez, ALZA, Tukz, Nightcracker, Shadowed, whoarrior, Zork, Tuller and other - for great addons and code
Postscriptum:
  • yes, i love Blizzard Art
  • this is my first UI
  • this UI more for PvP than PvE but same usable
  • and sorry for my "perfect" language
Rewrited addons including in SuperClassic as modules
  • Stuffing
  • ncHoverBind
  • Doom CooldownPulse
  • Mover module by Allez
  • Font module (tukUI)
  • TabBinder
  • Simple Raid Target Icons (SRTI)
If you find your proper code in my script and I failed to indicate your identity, please write to me!

i made a new castbar addon for UI, used some code from blizzard
fixed other bugs
----
fixed a chat font size bug and made castbars setup more amazing :)
----
added a amazing darken skin
----
fixed a totembar and more others
----
added a resize setting for player, target, pet and etc frames, some changes
---
ups, small bug
---
fixed datatext and minimap menus, some changes
---
fixed a casting bars save options bug (on/off)
---
fixed portaits bug when unit havent it and some others
repair still returns wrong values, but working ;)
---
fixed a ToT frames 3d portaits
---
fixed ToT&pet 3d portraits, default positionsm Data text and more others
---
minimap,buttonstyler and etc changed
---
fixed a UIautoScale option, thanks to pachinko ;)
---
fixed a hotkeys/macro show/hide state, thanks to pachinko ;)
---
added a ColorThemes and new module - AuraWatcher, addon like a sFilter, but more improved and flexibly
---
fixed unit frames and buttonstyler performance
---
added a guild tab, improved performance, fixed reputation bar
---
fixed bug in AuraWatch
---
added a Spec Detector
---
little performance fixes
---
fixed a gold in datatext module
---
fixes, added a sounds to combat text
---
added a help, lfd menus in datatext, added a SRTI
---
just simple update for 4.0.6
---
some fixes in raid frames (movable, debuffs and etc)
added a home/world latency in datatext
---
little update. fixes in unit frames, raid frames and etc.
added a little redesigned damagemeter module by Allez
---
added a necrotic tracker to target frame
added a quick health feature
---
some updates ;)
---
bump. added chat bubbles
some fixes in ButtonStyler, UnitFrames and etc
---
fixed (i hope) ToT's for unitframes, rewrited actionbar (exp panel and etc)
and some more
---
some rewrited tooltips
added a shield to castbars (non-interruptable spells)
---
added a option @Class portraits for unitframes module
fixed a LOCALIZED_CLASS_NAMES_ for tooltips
---
fixed totembar (ActionBar module), and fixed some inspecting Blizzard errors (Tooltip and etc)
---
added a timers (pvp and etc, new module), fixed some features, added a gradient to button/buff borders (optional)
---
strongly rewrited nameplates,
fixed a rogue shadowdance bar,
added a difficulty color updating to quest watchframe lines
added a new 'zerg alert' addon (pvp)
rewrited combatlog (SCT-style, lol)
---
ZergAlerter module removed
added a new unit frames (Own Unit Frames) using oUF as module
new textures for statusbars
---
some changes in own unit frames module, added settings
---
little changes (fixed pet frame, other borders for auras and etc)
---
update for patch 4.2
---
fixed 'old style' unit frames module (keyring bug)
---
fixed button styler
---
updated, removed outdated modules, change actionbar to default (modified)
Optional Files (0)


Post A Reply Comment Options
Unread 06-01-11, 10:38 AM  
valodani
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Smile Missing modules solution...

For those who lacks some of the modules (they dont show up in the list when you log in), try disabling some of your other addons.

As for me, it Mik's SCT which caused the disabling the half of the modules After I turned it off, the missing modules showed up
Report comment to moderator  
Reply With Quote
Unread 05-28-11, 05:10 PM  
DaSaint79
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Solved...
Last edited by DaSaint79 : 05-29-11 at 09:23 PM.
Report comment to moderator  
Reply With Quote
Unread 05-28-11, 07:02 AM  
llerelol
A Murloc Raider

Forum posts: 7
File comments: 45
Uploads: 0
решил проблему.
изменил строки 56-86 на
Code:
if (r == 0 and g == 0 and b == 1) then
			self.friendly = true
			self.name:SetTextColor(0,.7,1)
		elseif (r==0 and g==1 and b==0) then
			self.friendly = true
			self.name:SetTextColor(0,1,.7)
		elseif (r==1 and g==1 and b==0) then
			self.friendly = true
			self.name:SetTextColor(.7,1,0)
		else
			self.friendly = false
			self.name:SetTextColor(r,g,b)
end
закомментировал 70-73
Code:
--if r==1 and b==0 and g==0 then
		--if not(r == 0 and g == 0.7 and b == 1) and not(r==0 and g==1 and b==0.7) and not(r==0.7 and g==1 and b==0) then
		--self.friendly = false
--end
тоже самое со строками 215-232
Report comment to moderator  
Reply With Quote
Unread 05-28-11, 05:54 AM  
llerelol
A Murloc Raider

Forum posts: 7
File comments: 45
Uploads: 0
когда включаешь опцию Friendly names в nameplates то healthbar пропадает не только у друж. целей но и у врагов
Report comment to moderator  
Reply With Quote
Unread 05-26-11, 09:15 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Re: Re: Re: Re: Re: Репа

Originally posted by shomen
Какой то модуль дает огромные фризы с рейде более 10 человек, на конфигурация железа позволяет играть на ультра. Кстати после отключения ZergAlert фризы уменьшились.
Если не сложно можно ли пояснить за что отвечает тот или иной модуль в UI?
проблема в локализации - я ее дико не хочу делать и не буду, ведь описалово придется расписывать на куче языков. Спрашивай, отвечу конечно
Report comment to moderator  
Reply With Quote
Unread 05-25-11, 07:01 AM  
shomen
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Re: Re: Re: Re: Репа

Originally posted by Wildbreath
я пока не поборол этот баг, пытаюсь
а в пвп реминдер в настройки я добавлю галочку "только на арене"
Какой то модуль дает огромные фризы с рейде более 10 человек, на конфигурация железа позволяет играть на ультра. Кстати после отключения ZergAlert фризы уменьшились.
Если не сложно можно ли пояснить за что отвечает тот или иной модуль в UI?
Report comment to moderator  
Reply With Quote
Unread 05-24-11, 04:07 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Re: Re: Re: Репа

Originally posted by shomen
Стандартный вид такой
полоса ХП
полоса Мана/Рага/Энергия
полоса Репутации
После посадки на Танк, к примеру на берегу древних, и соскакивании с него при разрушении последнего
полоса ПУСТАЯ
полоса ХП
полоса Мана/Рага/Энергия
я пока не поборол этот баг, пытаюсь
а в пвп реминдер в настройки я добавлю галочку "только на арене"
Report comment to moderator  
Reply With Quote
Unread 05-24-11, 01:53 AM  
shomen
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Re: Re: Репа

Originally posted by Wildbreath
привет!
пустая полоса полюбому остается, т.к. я не использую никакие сторонние текстуры вобще. чтобы ее занять я поставил туда индикатор репутации. если есть еще варианты что туда можно добавить вместо нее - буду только рад советам.
Стандартный вид такой
полоса ХП
полоса Мана/Рага/Энергия
полоса Репутации
После посадки на Танк, к примеру на берегу древних, и соскакивании с него при разрушении последнего
полоса ПУСТАЯ
полоса ХП
полоса Мана/Рага/Энергия
Last edited by shomen : 05-24-11 at 01:54 AM.
Report comment to moderator  
Reply With Quote
Unread 05-24-11, 01:44 AM  
shomen
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Как отключить AlertHoldernMainFrame ?
--- В соло хаотичное отображение при перелете из локации в локацию, при соскакивании в флая в конечном пункте отображение "Пинка разбойников"
--- В рейде на БГ фреймы всего рейда, на 10-15 полоса на половину экрана, на альтерак боюсь ходить
--- Для целей использования на арене незаменимая вещь, в остальных случаях можно и отключить.
Report comment to moderator  
Reply With Quote
Unread 05-19-11, 01:36 AM  
Betonz
A Kobold Labourer

Forum posts: 0
File comments: 85
Uploads: 0
Originally posted by Wildbreath
hmm so strange bug, i'll check
all variables are global and saves here:
\World of Warcraft\WTF\Account\YOUR_ACCOUNT_NAME\SavedVariables\SuperClassic.lua
Seems to be some other addon buggin SuperClassic.
I have wiped all my saved variables and the mod installed correctly.
That I copied my old mods and the helper LUA error appeared again :/
Report comment to moderator  
Reply With Quote
Unread 05-18-11, 01:35 PM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally posted by Betonz
Deamn..seems all screwed after reset

There is a screenshot:

http://dl.dropbox.com/u/1471493/WoWS...811_191523.jpg

Edit: Just 1 question: Where SuperClassic stores all variables?
Coz after reset I lost everything so I'm goona back them up next time
hmm so strange bug, i'll check
all variables are global and saves here:
\World of Warcraft\WTF\Account\YOUR_ACCOUNT_NAME\SavedVariables\SuperClassic.lua
Report comment to moderator  
Reply With Quote
Unread 05-18-11, 11:19 AM  
Betonz
A Kobold Labourer

Forum posts: 0
File comments: 85
Uploads: 0
Originally posted by Wildbreath
try to reset all in superclassic options?
Deamn..seems all screwed after reset

There is a screenshot:

http://dl.dropbox.com/u/1471493/WoWS...811_191523.jpg

Edit: Just 1 question: Where SuperClassic stores all variables?
Coz after reset I lost everything so I'm goona back them up next time
Last edited by Betonz : 05-18-11 at 11:47 AM.
Report comment to moderator  
Reply With Quote
Unread 05-18-11, 08:37 AM  
DaSaint79
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Is there a way to move the party window, I thought u could in the old version but I can't move the party frame.
Report comment to moderator  
Reply With Quote
Unread 05-18-11, 08:06 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally posted by Betonz
Hmm strange...half of them just doesn't load.
try to reset all in superclassic options?
Report comment to moderator  
Reply With Quote
Unread 05-18-11, 01:13 AM  
Betonz
A Kobold Labourer

Forum posts: 0
File comments: 85
Uploads: 0
Originally posted by Betonz
Dont get any errors.
Modules are just not loaded (cant see them in game config as well).

Gonna post SS when im back home.
Hmm strange...half of them just doesn't load.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: