Thread: Question
View Single Post
Old 07-27-2002, 09:29 AM   #3
Kellk
A Gray Wolf
 
Join Date: Jul 2002
Posts: 9
Default

I think I understand what you want. You need to keep all of the window XML files, but you can make it "disappear". Basically find the definition in the file of the window and make it's location 0,0 and it's size 0,0.
For example, let's say you wanted to move your casting bar to your player info bar, but you don't want the cast bar to pop up anymore. You can't delete the EQUI_CastingWindow.xml file, but you can edit it to make it disappear:

In the "Screen item" section -
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>0</CX>
<CY>0</CY>
</Size>


Hopefully that helps.
Kellk is offline   Reply With Quote