Thread: Damn U33.1 !
View Single Post
  #9  
Unread 08-24-2022, 05:04 AM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
Quote:
Originally Posted by lunarwtr
Would it be possible for you to give me example of disfigured? Which PanelFile? I just want to look and ensure I didn't make a mistake.
Hi, your code is not involved in those issues, I didn't used it, I kept using the old code, I de-comment the player portrait line to adjust a few values to update it, but this re-enabled the bug linked to it.
The size and location of 3d portrait issue are also affecting characters who do not use custom skins, same thing with picture frame layer from the player vital frame sent to the front, masking the name, the pvp rank...

The vital frame panel names are
Code:
<PanelFile ID="ID_UISkin_AvatarPanel">
and
Code:
<PanelFile ID="ID_UISkin_OpponentPanel">
The main issues (size, location and bug of zooming or dezooming when loading a new area) are corresponding to this line
Code:
<Element ID="PlayerPortrait" X="25" Y="26" Width="55" Height="55"> </Element>
The same line for opponent is
Code:
 <Element ID="OpponentPortrait" X="222" Y="25" Width="55" Height="55">
Speaking about your skinning pack update, there's a missing portrait frame (I dunno which it is) so I can't fix its design yet :

__________________
JRR skins collection download page
JRR Azure Glass download page
Extended and enhanced panels
Adra/Adragor/Osred from Sirannon.
Derelos/Prurit/Karnaj from Evernight.

Last edited by Adra : 08-24-2022 at 05:17 AM.
Reply With Quote