View Single Post
Old 02-15-2003, 01:56 PM   #3
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

IF you have a custom EQUI_InspectWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>

CHANGE that to be:

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />

Find:

<!-- IS_L_EAR 1 -->

Immediately before that, ADD:

<!-- IS_CHARM 0 -->
<InvSlot item="INSW_InvSlot0">
<ScreenID>InvSlot0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>165</X>
<Y>280</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvCharm</Background>
<EQType>8000</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>

Find:

<!-- IS_RANGE 11 -->

<InvSlot item = "INSW_InvSlot11">
<ScreenID>InvSlot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>280</Y>
</Location>

CHANGE:

<X>105</X>

TO:

<X>85</X>

Find:

<!-- IS_PRIMARY 13 -->

<InvSlot item = "INSW_InvSlot13">
<ScreenID>InvSlot13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>280</Y>
</Location>

CHANGE:

<X>25</X>

TO:

<X>5</X>

Find:

<!-- IS_SECONDARY 14 -->

<InvSlot item = "INSW_InvSlot14">
<ScreenID>InvSlot14</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>65</X>
<Y>280</Y>
</Location>

CHANGE:

<X>65</X>

TO:

<X>45</X>

Find:

<!-- IS_AMMO 21 -->

<InvSlot item = "INSW_InvSlot21">
<ScreenID>InvSlot21</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>145</X>
<Y>280</Y>
</Location>

CHANGE:

<X>145</X>

TO:

<X>125</X>

Find:

<Pieces>INSW_InvSlot1</Pieces>

Immediately before that, ADD:

<Pieces>INSW_InvSlot0</Pieces>
__________________
"My friends, love is better than anger. Hope is better than fear. Optimism is better than despair. So let us
be loving, hopeful and optimistic. And we’ll change the world."


Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RafM
Cairenn is offline   Reply With Quote