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.
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.
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
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.
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.
Привет Алекк, у меня вопрос: ты полностью отказался от использования дополнительного бара справа? (в данном виде он у меня налазит на окно чата) искал как его передвинуть, но в луа я нуп, и не получилось, да, так же чат иногда налазит на бары, какой скейлинг и размер шрифта ты используеш?