UI mod help

Skolten

Member
Joined
Mar 31, 2013
Messages
33
Hello,

I am working on a UI enhancement, it is using Shadowfox UI as a basis and Kayliaah's mods.

The goal is to make the more important UI elements bigger or clearer, while scaling down those taking up to much space on the screen. So far i have increased the size off the buttonbar, increased the thickness of health, action and mind bar, added some gradient to the bars as well as flatten them for a cleaner look. I have also decreased the size of the group by 48%, this makes space for more group members in a much smaller area of your screen. I have also added the same bars to the overhead status bars.

ui_3.jpgui_2.jpgui_1.jpg

For the player frame and target frame i would like to know if it will be possible to have the health, action and mind numbers on the bars?

I have a thin theory that normalmax.current can be used for this, but i dont know how to code that in to the text field. Adding text to the health, action and mind bars is very easy, so its just a mater of calling the right code, if that is possible at all.

Code:
<Data
       current='normalmax.current'
       currentmax='normalmax.wounds'
       Name='CodeData'
       NormalMax='NormalMax'
       recentcurrent='normalmax.recentcurrent'
       recentmax='normalmax.recentmax'
      />
'
The one thing i would like to do with the group window is use more rows, with group size up to 50 on some servers, another row would be very handy.

I would also like to increase the actionbar size, do anyone have a .inc file for the actionbar?


Thank you in advance for any help.
 
Top Bottom