Category: Generic Compilations
Addon Information
Works with 3.2
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
1.7a
Date:
10-08-2009 09:47 AM
Size:
3.16 MB
Downloads:
46,153
Favorites:
112
MD5:
Pictures
Click to enlarge
1.6a
Click to enlarge
1.6b
Click to enlarge
1.7a
alekk ui   Popular! (More than 5000 hits)
Resolution:
1680x1050

Install:
  1. Delete your "Interface" and "WTF" folder;
  2. Copy the folders "WTF" "Fonts" and "Interface" from the "Alekk UI" folder to your World of Warcraft folder;
  3. Rename "ACCOUNTNAME" to your accountname;
  4. Rename "Servername" to your server name;
  5. Rename "Charactername" to your characters name;
  6. In game: type "/msbt" and load Alekk UI Heal;
  7. In game: create macro and use it for copy profile:
    Code:
    /recount profile copyfrom Алекк - Свежеватель Душ;
  8. In game: type "/reload ui".

Other version:

alekk ui 1280х800 (Shestak) - link
alekk ui 1280х1024 (Sosbek) - link
alekk ui mini 1280х1024 - link
russian support - link

AddOns:

!BaudErrorFrame - отлавливает баги
aActionBars - акшнбары, акшнбутоны и акшнтотемы
aBroker_Ammo - патрончики
aBroker_Clock - часики
aBroker_FPS - фпс
aBroker_Guild_Friends - список друзей и гильдии
aBroker_Hatter - переключение отображения плаща и шляпы
aBroker_Latency - пинг
aBroker_Mail - почта
aBroker_Memory - память
aBroker_Money - деньги
aBroker_Recount - рекаунт
aChat - базикчатмод
aKeyBinder- бинды чата (доступны к настройке в стандартном меню биндов)
aLoot - компиляция butsu+masterloot+sgrouploot
aMinimap - минимапа
aNamePlates - неймплейтсы (полоски с хп над головой мобов)
aPanels - панельки
aSettings - маленькие примочки от ALZA
aTooltip - тултип
aXPBar - полосочка с репой\опытом
BetterBlizzOptions - возможность растягивать окошко Interface
cargBags - сумки
cargoShip - замена фубару
cError - убирает красненькие сообщение типа "нет маны" "цель далеко" и тд
GnakedGnome - кнопочка в примерочной "Undress"
ManyItemTooltips - много-много тултипов
MikScrollingBattleText - циферки
MyMedia - шрифты, статус бары и тд
oGlow - раскрашивает вещи в окне персонажа (эпик, синька и тд)
OmniCC - кд на кнопках
oUF - юнитфреймы и баффы
oUF_Freebgrid - рейдфреймы
pMap - карта
Recount - писькометр, жрет всю доступную память, рекомендуется отключить
sFilter - трекер важных баффов\дебафов, требует индивидуальной настройки для каждого
sThreatMeter2 - агрометр
sTotemTimers - простенький тотем таймер
tekability - поломки шмоток
tekJunkSeller - авто продажа мусора, на самом деле это евл_скавенжер, но так получилось что назван текджанкселлер
tekticles - шрифты
TradeTabs - вкладки на окне профессий (быстрое переключение)
UnitPrice - цена ща штучку на ауке
VendorBait - подсвечивает наиболее дорогую квестовую награду
  Archived Versions - alekk ui
File Name
Version
Size
Author
Date
1.6b1
3MB
alekk
08-16-2009 11:46 AM
1.6a
4MB
alekk
08-06-2009 10:45 AM
1.5a
5MB
alekk
05-25-2009 11:06 AM
  Comments - alekk ui
Post A Reply Comment Options
Old 10-28-2009, 02:27 AM  
vaplis
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hello, i have few questions about this nice compilation. First, in my screen you may see some overlayed chat channels thing just above chat window, and i can't remove it. How could it be done?

Second, raid frame displays russian words when member is dead or offline. I would like to change that.
And third thing, when i log my shaman, i can't see this new totem bar.

Thanks in advance.
vaplis is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-21-2009, 08:03 AM  
DurkaDurka
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Hey, I recently made a DK and I got a question on the rune bar. The rune bar shows all 6 runes, but only the blood runes are in color. The unholy and frost runes stay grey. Anyone know how to solve this? Or is this just normal and I lack knowlegde of DKs?

Edit: Nevermind, I fixed it my self by editing the ouf_alekk.lua code stuff. I don't know if the code is right, but it does work for me. This is what I did to fix it. replace
Code:
 	if(i == 1) then
				self.RuneBar[i]:SetPoint('BOTTOMRIGHT', self, 'BOTTOMLEFT', -4, 4)
			else
				self.RuneBar[i]:SetPoint('TOPRIGHT', self.RuneBar[i-1], 'TOPLEFT', -7, 0)
			end
with
Code:
for i = 1, 6 do
			self.RuneBar[i] = CreateFrame('StatusBar', nil, self)
		if(i == 1) then
				self.RuneBar[i]:SetPoint('BOTTOMRIGHT', self, 'BOTTOMLEFT', -4, 4)
			end
		if(i == 2) then
				self.RuneBar[i]:SetPoint('BOTTOMRIGHT', self, 'BOTTOMLEFT', -16, 4)
		end
		if(i == 3) then
				self.RuneBar[i]:SetPoint('BOTTOMRIGHT', self, 'BOTTOMLEFT', -28, 4)
		end
		if(i == 4) then
				self.RuneBar[i]:SetPoint('BOTTOMRIGHT', self, 'BOTTOMLEFT', -40, 4)
		end
		if(i == 5) then
				self.RuneBar[i]:SetPoint('BOTTOMRIGHT', self, 'BOTTOMLEFT', -52, 4)
		end
		if(i == 6) then
				self.RuneBar[i]:SetPoint('BOTTOMRIGHT', self, 'BOTTOMLEFT', -64, 4)
		
			end

Last edited by DurkaDurka : 10-21-2009 at 09:00 AM.
DurkaDurka is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-20-2009, 02:52 AM  
comasehee
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
about aLoot

I love this UI, Texture and simplity is very attractive.
I have one problem.

Interface\Addons\aLoot\aLoot.lua:316: ateempt to compare number with nil

every time I am a loot-master, I can't put items in player.
but I don't know what problem it is.
thus I have to put off aLoot

plz help me!
comasehee is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-19-2009, 11:36 AM  
Moonwalker
A Kobold Labourer
 
Moonwalker's Avatar

Forum posts: 0
File comments: 25
Uploads: 0
minimap

can we not come up with a texture for the tracking border?! everything else in the entire UI has matching textures and borders and looks awesome and the tracking for the minimap stands out like a sore thumb.

aside from that annoying me i think this is an outstanding UI and useful for teaching myself more about how to do lua
Moonwalker is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-15-2009, 06:40 PM  
shinji1234567
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Quote:
Originally posted by conman92
I want to change my keybindings. Do i just have to go into the original Blizz Keybindings screen and figure it out?
yes
shinji1234567 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-15-2009, 01:18 PM  
conman92
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
I want to change my keybindings. Do i just have to go into the original Blizz Keybindings screen and figure it out?
conman92 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-13-2009, 04:26 PM  
hUMI
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0


What's wrong with it?
Happend after I downloaded 1.7a
hUMI is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-13-2009, 03:22 PM  
Sorrowbone
A Defias Bandit

Forum posts: 3
File comments: 15
Uploads: 0
Quote:
Originally posted by Lioness
as far as i see the "only" difference is that the used addons are updated to the newest version.
The use of Bartender has been changed and replaced with another addon. A few addons have been removed, PallyPower for one.

Updating does help with errors, but it does take me a long time... I like to keep Teknicolor (sp) to color usernames in the Social list. I like to keep Grid also, with the same layout used in earlier versions.

Updating to this version also meant re-doing action bars, as well as keybinds etc.

I still love the UI!
Sorrowbone is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-11-2009, 08:19 AM  
Lioness
A Kobold Labourer
 
Lioness's Avatar

Forum posts: 0
File comments: 15
Uploads: 0
Quote:
Originally posted by shinji1234567
so whats the difference between 1.6 and 1.7? and how do i add raid debuff tracking in your freebgrid?
as far as i see the "only" difference is that the used addons are updated to the newest version.
Lioness is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-10-2009, 09:26 PM  
shinji1234567
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
so whats the difference between 1.6 and 1.7? and how do i add raid debuff tracking in your freebgrid?
shinji1234567 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-09-2009, 03:10 AM  
bvcyp
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
Would be nice to have the addon info in english too, what addons are for what and not just in russian.
bvcyp is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-08-2009, 12:42 PM  
cheatz
A Kobold Labourer

Forum posts: 1
File comments: 35
Uploads: 0
I just ended up adding Bartender 4 to it with Button Facade and the Caith skin to go with it. Looks just like yours!
cheatz is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-08-2009, 11:51 AM  
cheatz
A Kobold Labourer

Forum posts: 1
File comments: 35
Uploads: 0
Ive used your UIs for as long as I can remember but unfortunately with the move away from Bartender 4 or an action bar mod the user can work with outside of having to use lua prevents me from using it anymore

I can't move my buttons where I want them because only certain bars show up and as a druid with bar stances for 3 different forms it makes it hard for me to work with the action bar currently provided.
cheatz is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-01-2009, 01:42 PM  
snwy
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Привет Алекк, у меня вопрос: ты полностью отказался от использования дополнительного бара справа? (в данном виде он у меня налазит на окно чата) искал как его передвинуть, но в луа я нуп, и не получилось, да, так же чат иногда налазит на бары, какой скейлинг и размер шрифта ты используеш?

Спасибо.
snwy is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-11-2009, 08:52 AM  
asjoker
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Thumbs down Totembar

Hi,
How can i activate the Totembar of Bartender4?

Thanks
ASJoker

PS: Very Nice Interface i use ist since 2.4 oder 3.0 i dont know^^
asjoker is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.