View Single Post
  #3  
Old 03-28-2022, 08:39 PM
Shawk Shawk is offline
Fire Giant


Join Date: Apr 2010
Posts: 768
Default

Change the <DrawTemplate> should be at the bottom of each xml under <Screen item="BuffWindow"> for example.

Should see something like <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>

If you go into your EQUI_Templates you should see the name of the DrawTemplate in there under <WindowDrawTemplate item="WDT_RoundedNoTitle"> for example. Whatever is under:

<Border>
<TopLeft>A_RoundedFrameTopLeft</TopLeft>

This A_RoundedFrameTopLeft for example is that location. So you can go into that A_RoundedFrameTopLeft in your EQUI_Animations.xml and check to make sure its working, check the image it is references etc.

If that doesn't work try changine <Style_Titlebar>true</Style_Titlebar> to false. The titlebar is also a style associated with the DrawTemplate so you can change that within the EQUI_Templates in the same way.
Reply With Quote