Hi there,
since I'm constantly traveling (business) atm, there's no time for working on the UI. This means that I will unfortunately not be able to update in time for LU25 this week.
I haven't been to the game since the last release actually, so I'm not completely sure what's currently on the test server, but I think you'll need to delete at least the eq2ui_inventory_inventory.xml since this will be broken. Some market favorites might also stop working, but the window and everything else should be fine.
Below some responses to your posts, likely my last post before the weekend.
Findarato and friends, the crit data in the persona window looks good. I don't think they'd fit on the stats bars even in 1280x1024, but I guess we could optionally place them there in the "frame & titlebar" option.
However, do you always have these misplaced titlebars or is this something you "fixed"?
hiroprotagonist, I do have a separate vid settings window that you can open via the startbutton in the works. I have currently moved the vid sliders there, readded min/max buttons, included 4 quick settings as currently in the InfoCenter, and buttons to turn on/off titles and guild names (which annoy me to no end in raids). Is that what you are looking for? Any further suggestions?
icemanndrake, just install the latest ProfitUI, there is no need to install the market window separately, since it is of course already included.
On the
raid window issue, I am not raiding as a leader so I don't have much opportunity to test it out. I did however test the latest version before releasing it and moving people around a few times worked fine. As far as I remember the actual code to display the raid members is identical to the default UI, just some graphics changed. Did you check whether it doesn't also happen with the default UI? Just delete/rename eq2ui_mainhud_raid.xml to make the UI use the default raid window. If it crashes as well, there's nothing I can do, you'll need to /bug it. Otherwise I'll probably recreate the raid window from scratch based on the default window and hope for the best.
Kryshael, that's a long standing bug caused by SOE, so /bug it. See
here.
Faedia, you can install the smoothed font for the XP numbers, that should help. There's a .zip file called something like Fonts (smooth) in your ProfitUI directory. The zip comments contain further information.
rena, that's another known SOE problem, so /bug it. ProfitUI is showing the default guild windows.
On the
XP rounding issue, I'll repost some information I posted a while ago in another thread:
The progression on the greenest mobs I could find is like this:
24.42
25.44-25.52
27.53-27.74
28.74-29.94
30.94-30.04
31.04-
Strange rounding they are doing. That jump from 25.-27. is not a typo btw.
SOE is by default displaying the integer before the ".". As you can see, it jumps as well, and it is strangely rounded. The decimals are not rounded. The first "decimal" is actually part of the integer, i.e. 24.42 is really 24.2.
Now for 25.44, for example, I could display 24.4 instead, which would be correct. However, every 10% there would be a fluke, i.e. at 30.94 it would display 39.4, although it should be 29.4, and then jump back to 30.5.
Alternatively, I saw Milquetowst now shows 30.94. I'm not sure if that's more intuitive.
Of course I could just hide the decimals completely and only display the integer. I don't think anybody would want that.