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.
|