 |
| Welcome to Elitist Jerks |
|
If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community.
To start viewing messages, select the forum that you want to visit from the selection below.
|
03/05/08, 4:10 PM
|
#2951 (permalink)
|
|
Von Kaiser
Draenei Shaman
Kil'Jaeden
|
Been lurking around here for a while, here's my UI:
Being a raid healer I've really been inspired by the posts here putting the raid frames as close to the center of my screen as possible without blocking the view of my character, so I moved my raid frames from the left side of my screen to right below my character.
I also almost died of happiness when I found out that TotemTimers now supports CyCircled.
Comments, tips, suggestions welcome.
|
|
|
|
|
|
03/05/08, 4:12 PM
|
#2952 (permalink)
|
|
Caution: Posts may contain traces of "Casual"
|
Originally Posted by Shinwei
Been lurking around here for a while, here's my UI:
Being a raid healer I've really been inspired by the posts here putting the raid frames as close to the center of my screen as possible without blocking the view of my character, so I moved my raid frames from the left side of my screen to right below my character.
I also almost died of happiness when I found out that TotemTimers now supports CyCircled.
Comments, tips, suggestions welcome.
|
I love it!
|
-I'm not sure Darwin accounted for this...
|
|
|
|
03/05/08, 5:11 PM
|
#2953 (permalink)
|
|
Piston Honda
Draenei Hunter
Stormscale (EU)
|
Originally Posted by Shinwei
Comments, tips, suggestions welcome.
|
If that's Satrina Buff Frames there's an option to scale down the border so it fits the buffs' size. Or is it intentional? 
|
|
|
|
|
|
03/05/08, 6:49 PM
|
#2954 (permalink)
|
|
Don Flamenco
|
Slightly updated from 7-or-so months ago.
BugGrabber
Afflicted
Align
Automaton
BanzaiAlert
Bartender3
BasicChatMods
BigWigs
BugSack
Capping
Cartographer
Chinchilla
ClearFont2
ClosetGnome +Mount
CooldownCount
CooldownTimers2
CowTip
Cutup
cyCircled +Vol
Dash
Demon
eePanels
EnhancedColourPicker
Fence
FilterAFK
ForkliftGnome
FramesResized
FuBar +Bag, Clock, Durability, Guild, Honor, Money, Performance
Grid
Hemlock
MeleeFrame
Omen
oRA2
Parrot
PitBull
Postal
Proximo
Quartz
RatingBuster
rBuff
rTextures
SharedMedia
SimpleCombatLog
Sniff
Talented
Violation
WitchHunt
Plus applicable libs. Items in italics aren't pictured.
Last edited by tsigo : 03/17/08 at 1:03 AM.
Reason: Include addon list to comply with rules
|
|
|
|
|
|
03/05/08, 7:37 PM
|
#2955 (permalink)
|
|
n00b
|
Originally Posted by Shinwei
Been lurking around here for a while, here's my UI:
Being a raid healer I've really been inspired by the posts here putting the raid frames as close to the center of my screen as possible without blocking the view of my character, so I moved my raid frames from the left side of my screen to right below my character.
I also almost died of happiness when I found out that TotemTimers now supports CyCircled.
Comments, tips, suggestions welcome.
|
What add-on makes it so you have those transparent borders around the chat frames and other frames?
|
|
|
|
|
03/05/08, 7:46 PM
|
#2956 (permalink)
|
|
Piston Honda
Draenei Shaman
Quel'dorei
|
Originally Posted by Houseplant
What add-on makes it so you have those transparent borders around the chat frames and other frames?
|
They were probably made with eepanels.
|
Lord, beer me strength.
|
|
|
|
03/05/08, 9:13 PM
|
#2957 (permalink)
|
|
Glass Joe
Draenei Shaman
Moonrunner
|
Originally Posted by zork
I only provide a set of addons I use myself, that doesn't have to mean that its all perfect for everyone.
If you need some other addon, no problem go download it.
If you need some modification, no problem go and edit the lua code.
Anyway, I am just trying to give you some options that you could play with. Nothing more and nothing less.
|
Hey Zork, Love your UI's and I really wanna try this new setup of yours, but I'm a total tard when it comes to code editing. I know next to nothing about lua specifically. Is there, or can there be, some small guide or examples of how and what to change in these particular .lua files to add / remove / move bars / Unit frames etc etc and such like that?
I understand if you can't provide a full hand holding walk-thru, but ... I just don't get it >< Help :-(
Thanks in advance and keep up the great work.
|
|
|
|
|
|
03/05/08, 9:46 PM
|
#2958 (permalink)
|
|
Glass Joe
Undead Warlock
Black Dragonflight
|
Originally Posted by zork
Try this:
CodeStuff - rothui - Google Code
local button;
for i = 1, 12, 1 do
button = _G["MultiBarRightButton"..i];
button:ClearAllPoints();
if ( i > 1 ) then
button:SetPoint("LEFT",_G["MultiBarRightButton"..(i-1)],"RIGHT",5,0);
else
button:SetPoint("CENTER",UIParent,"CENTER",-290,0);
end
end
|
Oh! Thanks a lot Zork works like a charm
BTW this line
button:SetPoint("LEFT",_G["MultiBarRightButton"..(i-1)],"RIGHT", 5,0);
should be
button:SetPoint("LEFT",_G["MultiBarRightButton"..(i-1)],"RIGHT", 6,0);
The spacing between buttons matches the spacing with the Bonus and MutiActionBarBottomLeft/Right :P Its not a huge thing, I am just a guy who really likes having things perfectly aligned.
|
|
|
|
|
|
03/06/08, 12:50 AM
|
#2959 (permalink)
|
|
Piston Honda
Draenei Shaman
Quel'dorei
|
A couple people have asked me to upload my UI so here it is:
100CentsUI.zip
Keep in mind this is pretty much tailor made for me and this is the only character I play so you'll probably have to do a fair amount of tweaking to get it to work for you.
|
Lord, beer me strength.
|
|
|
|
03/06/08, 6:21 AM
|
#2961 (permalink)
|
|
Glass Joe
Blood Elf Priest
Balnazzar (EU)
|
hey dollar. Thanks for the upload it's great!
|
|
|
|
|
|
03/06/08, 8:34 AM
|
#2962 (permalink)
|
|
Glass Joe
Night Elf Hunter
Ragnaros (EU)
|
|
|
|
|
|
|
03/06/08, 1:29 PM
|
#2963 (permalink)
|
|
Glass Joe
Tauren Druid
Magtheridon (EU)
|
Originally Posted by Dollar
A couple people have asked me to upload my UI so here it is:
100CentsUI.zip
Keep in mind this is pretty much tailor made for me and this is the only character I play so you'll probably have to do a fair amount of tweaking to get it to work for you.
|
Nothing works:X
I have done the whole WTF folder thingie and changed it but when I load into the game everything is misplaced and all I can see is a green picture.Anyone knows what's the problem?
|
|
|
|
|
|
03/06/08, 4:17 PM
|
#2964 (permalink)
|
|
Von Kaiser
Night Elf Hunter
Antonidas
|
I hardly ever post in this thread but I'm a big fan of the work everyone does. I've been flip-flopping between two different layouts for my hunter, primarily because of the art available for the eepanel on the right side. Neither of these shots are stellar for showing off the UI, but it gets most of it. The casting bar is located directly above the pet action bar, and the ToT is located opposite the pet frame.
http://img.photobucket.com/albums/v4...708_003449.jpg
The spacing on this one below is a little wonky. My monitor clips the edges of the screen, however the screenshot included them, so I'm not quite sure what's going on there. For example when I'm playing in-game, the buff frame is lined up almost right on the edge of the screen, and the chat arrows are out of view. I also need to resize things or find something to fill the small void between Omen and Grid.
http://img.photobucket.com/albums/v4...508_013147.jpg
|
|
|
|
|
|
03/06/08, 6:08 PM
|
#2965 (permalink)
|
|
Glass Joe
|
Here's mine:
I have all of my Bartender3 actionbars on Fadeout, 'cause I like less clutter.
Feedback/criticism is welcome. I'm always tweaking things, and welcome all input.
Blackadder
|
|
|
|
|
|
03/06/08, 6:22 PM
|
#2966 (permalink)
|
|
Von Kaiser
Draenei Priest
Feathermoon
|
Originally Posted by brentaal
|
I like that, but i think its because its identical to my old UI from about a year ago. XD
Last edited by Auralin : 03/09/08 at 4:01 PM.
Reason: grammar
|
|
|
|
|
|
03/06/08, 6:25 PM
|
#2967 (permalink)
|
|
Glass Joe
Gnome Warrior
Blackrock (EU)
|
Originally Posted by Sakis
|
nice aloft configuration Sakis - or which addon is it?
could you upload your aloft files from the wtf folder? thanks
Last edited by maguire : 03/07/08 at 8:03 AM.
|
|
|
|
|
|
03/06/08, 6:27 PM
|
#2968 (permalink)
|
|
Piston Honda
Draenei Shaman
Quel'dorei
|
Originally Posted by aqt
Nothing works:X
I have done the whole WTF folder thingie and changed it but when I load into the game everything is misplaced and all I can see is a green picture.Anyone knows what's the problem?
|
Try deleting the WTF/config/ file and then restarting wow.
|
Lord, beer me strength.
|
|
|
|
03/06/08, 7:25 PM
|
#2969 (permalink)
|
|
Glass Joe
Orc Hunter
Emerald Dream (EU)
|
Changed the position of the unitframes after i played with rothui, and the update of pitbull with opaque on all bars made it even nicer

|
|
|
|
|
|
03/06/08, 8:48 PM
|
#2970 (permalink)
|
|
Von Kaiser
Draenei Shaman
Feathermoon
|
I apologize for any misconceptions in the way I phrased things in terms of Roth's UI: I understand the entire point of why its a bit more to customize it is to decrease memory usage, I'm just finding it difficult to use(guess its time I start investing time in LUA).
What I've decided to do instead, is take parts of his UI, and use the ones I can, to decrease usage. My problem now though(as I'm going through putting more and more in), is why timers are not showing up on my buffs. Is there a reason for this?
|
|
|
|
|
|
03/06/08, 9:29 PM
|
#2971 (permalink)
|
|
Glass Joe
Draenei Shaman
Moonrunner
|
Originally Posted by zork
Try this:
CodeStuff - rothui - Google Code
local button;
for i = 1, 12, 1 do
button = _G["MultiBarRightButton"..i];
button:ClearAllPoints();
if ( i > 1 ) then
button:SetPoint("LEFT",_G["MultiBarRightButton"..(i-1)],"RIGHT",5,0);
else
button:SetPoint("CENTER",UIParent,"CENTER",-290,0);
end
end
|
Where in the lua file would I place this? Would I overwrite a certain line? I'm very very slowly figuring some things out, but this one that I can hehe
|
|
|
|
|
|
03/06/08, 10:13 PM
|
#2972 (permalink)
|
|
Glass Joe
|
newest reincarnation of the good 'ol durid's...
I'm not *too* sure if I like this one. Omen seems out of place and random unless I'm in a group, but I don't really know what else to do with it haha. Sadly I can't really do much with the frames right now either...I recently updated pitbull and apparently, its broken and has no configuration menu at all (just throws errors when i type /pitbull or shift+R.Click a frame). So as for now my unit frames are stuck like this. I also need to find a decent place to put the debuff timers.
edit: If you look closely at the bottom group of frames, you can see how horrible I am at eePanel editing xD.
anyways, I look forward to your comments and critique! =D.
Last edited by Alefica : 03/06/08 at 10:22 PM.
|
|
|
|
|
|
03/07/08, 3:48 AM
|
#2973 (permalink)
|
|
Glass Joe
|
Hello everyone, I'm sanny!
This is my UI from a raid yesterday:
If you got any questions or any kind of critism, feel free to tell. 
|
|
|
|
|
|
03/07/08, 4:09 AM
|
#2974 (permalink)
|
|
Glass Joe
Blood Elf Priest
Balnazzar (EU)
|
Originally Posted by aqt
Nothing works:X
I have done the whole WTF folder thingie and changed it but when I load into the game everything is misplaced and all I can see is a green picture.Anyone knows what's the problem?
|
I had the same problem with his upload. The MINIMAP addon scaled the map all over the main screen, took me a hour to realize cause i thought it was some REALLY REALLY far away view until i saw a ! for a quest. So i deleted his minimap addon and used simpleminimap. Oh btw thanks for the great idea.
|
|
|
|
|
|
03/07/08, 4:22 AM
|
#2975 (permalink)
|
|
Von Kaiser
|
|
Originally Posted by Shinwei
| | |