Thread Tools Display Modes
09-18-14, 03:39 PM   #1
Danielps1
Guest
Posts: n/a
WrathsUI feedback

Hey I'm in the process of building my new UI mostly out of Code of already existing Addons and I would love to hear some feedback.
Here is what I've got so far.

In a raid:




Just chilling in Stormwind

  Reply With Quote
09-18-14, 09:53 PM   #2
Lightbound
An Aku'mai Servant
 
Lightbound's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 35
Looks smooth and simple. Nothing really new in terms of styling but overall it is looking clean and does show what you want to see.
  Reply With Quote
09-18-14, 10:03 PM   #3
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
+1 for a readable font at a readable size.

Only complaints:
- Way too many action buttons -- go get OPie!
- Round-cornered nameplates don't match the rest of the UI
- Random empty panels below the chat frame and damage/threat meters seem pointless
- Boss mod timer bars need borders and look like they're using a bar texture with a slight gradient instead of the flat texture you're using everywhere else
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
09-18-14, 11:44 PM   #4
syncrow
A Flamescale Wyrmkin
 
syncrow's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 149
like Phanx already said:
- the bottom panels left/right without some kind of information footage are really pointless though
(you maybe can fill it with titanpanel info or something similar)
- DBM / BigWigs timer need a little style hack for the icon border and another bar texture to fit the style.

stuff disturbing me:
- OmniCC cooldown timer on your actionbars need a bit of resize. They're to big imo.
- reposition your scrolling combat text for your heals/absorbs/dodges/parries. Maybe under the your main tank unit frames or left of your actionbar / player frame

The rest of you're UI seems clean! Smooth and easy style.

Last edited by syncrow : 09-19-14 at 01:27 AM.
  Reply With Quote
09-19-14, 01:07 AM   #5
Danielps1
Guest
Posts: n/a
Completly agree.

The Nameplates are not really finished, I used something from an old Interface, I will do my own soon hopefully ^^

I don't know if I want to get less ActionButtons, Opie is cool but It doesn't really allow me to monitor my Cooldowns. So why would I want to get like another addon to monitor cooldowns which blocks screen instead of using a Actionbar.

The Panels under the Chat are supposed to hold information like Gold, Ping, FPS. I just can't figure out how to do it in Lua. I already failed on the Clock, because the one that I did doesn't update. And Now I'm kinda pushing the task to do it away.
I don't want to use an Addon with ingame config but if there is one very simple with only Lua, I would love to hear the name.


And about DBM, yeah I'm lazy. I don't consider DBM part of my actual UI and usally just throw it on when I raid but I will reposition it and skin the bars right.


OmniCC might be too big true. Here I used "Cooldowns" btw. I switched to tullaCC which is like a leightweight OmniCC from the same author.


And finally about the Heals. They are pretty broad so either I get a Combat Text Addon or I will just put it a big higher.
What would be the easiest way to move it. Does anyone know? Like can I call it in Lua and change the position?

Thanks for the Feedback
  Reply With Quote
09-19-14, 05:02 AM   #6
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Danielps1 View Post
Opie is cool but It doesn't really allow me to monitor my Cooldowns. So why would I want to get like another addon to monitor cooldowns which blocks screen instead of using a Actionbar.
CoolLine is a single bar the size of one of your boss timer bars, that shows all of your cooldowns. Takes up way less space than all those action bars. I only have 6 visible action buttons in my entire UI, on all classes.

Originally Posted by Danielps1 View Post
The Panels under the Chat are supposed to hold information like Gold, Ping, FPS. I just can't figure out how to do it in Lua. ... I don't want to use an Addon with ingame config but if there is one very simple with only Lua, I would love to hear the name.
CargoShip. I don't think it's maintained anymore, but nothing in the LibDataBroker and basic frame APIs have changed in a long time, so it should probably still work fine.

Originally Posted by Danielps1 View Post
And finally about the Heals. They are pretty broad so either I get a Combat Text Addon or I will just put it a big higher. What would be the easiest way to move it. Does anyone know? Like can I call it in Lua and change the position?
If you're using the built-in floating combat text it's not really movable. Mik's Scrolling Battle Text is popular, actively maintained, and quite lightweight especially given its configurability, so I'd suggest using that. Some people like Parrot, but its original author abandoned it years ago, and it's just gotten random fixes here and there from random community members, so I wouldn't recommend getting attached to it.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
09-25-14, 03:28 PM   #7
Danielps1
Guest
Posts: n/a
I changed quite a bit on the info panels, would love to hear if you like it!





I also integrated a cool addon called EasyWorldMarker which creates a simple frame to set and clear worldmarkers for raids.


Last edited by Danielps1 : 09-25-14 at 03:31 PM.
  Reply With Quote
09-25-14, 10:11 PM   #8
sirann
A Flamescale Wyrmkin
Join Date: Mar 2007
Posts: 142
Neat idea on the info panels, some info probably a bit odd imo. The ilevel for instance and time online to me aren't super important. Does the afk click button make you /afk? I feel like you can type four characters quicker than you can click that. Similar with the readycheck. I made a slash command of /rc that performs readychecks. Also what does the roll button do, /roll?

Otherwise seems like a clean layout. Glad you got your gold text working :P
  Reply With Quote
09-25-14, 11:17 PM   #9
Danielps1
Guest
Posts: n/a
Yeah some of the stuff is just a little bit useless to fill the space. I'm just using parts of another Addon which only had these infopanels.

The afk button only does /afk and roll does /roll.

I'm still working things out so the function may change but some people like to click a lot and I had a extra actionbutton for readycheck, so putting it in a simple interface button seemed better. Maybe I find better use of the button. I would love to do something like Hide Chat, but I can't figure out how I would do that.
  Reply With Quote
09-26-14, 09:14 PM   #10
JDoubleU00
A Firelord
 
JDoubleU00's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 463
Originally Posted by Danielps1 View Post
Yeah some of the stuff is just a little bit useless to fill the space. I'm just using parts of another Addon which only had these infopanels.

The afk button only does /afk and roll does /roll.

I'm still working things out so the function may change but some people like to click a lot and I had a extra actionbutton for readycheck, so putting it in a simple interface button seemed better. Maybe I find better use of the button. I would love to do something like Hide Chat, but I can't figure out how I would do that.
Have you looked at chat mods like Chatter? That is what I use and I have it set to fade out. Also, Kong UI Hider does a good job. Even if you want to write it yourself, you can get ideas from these mods.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » UI Screenshots, Feedback and Design Discussion » WrathsUI feedback


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off