| HB_minibox_left_top | HB_minibox_right_top |
| HB_minibox_left_bot | HB_minibox_right_bot |
Boxの中の名称は上記のようになっています。変更したいBoxを[Ctrl]+[F]で検索して下さい。検索が終了すると、下記のようなXMLタグの塊が見つかるはずです。
<InvSlot item = "HB_minibox_left_top">
<ScreenID>InvSlot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>86</X>
<Y>240</Y>
</Location>
<Size>
<CX>31</CX>
<CY>31</CY>
</Size>
<Background>A_InvEar</Background>
<EQType>1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
変更箇所は赤字になっている部分で、全部で3箇所ありますので、下記表を参照して変更して下さい。
| Charm | |
| ScreenID | InvSlot0 |
| Background | A_InvCharm |
| EQType | 0 |
| L_EAR | |
| ScreenID | InvSlot1 |
| Background | A_InvEar |
| EQType | 1 |
| HEAD | |
| ScreenID | InvSlot2 |
| Background | A_InvHead |
| EQType | 2 |
| FACE | |
| ScreenID | InvSlot3 |
| Background | A_InvFace |
| EQType | 3 |
| R_EAR | |
| ScreenID | InvSlot4 |
| Background | A_InvEar |
| EQType | 4 |
| NECK | |
| ScreenID | InvSlot5 |
| Background | A_InvNeck |
| EQType | 5 |
| SHOULDERS | |
| ScreenID | InvSlot6 |
| Background | A_InvShoulders |
| EQType | 6 |
| ARMS | |
| ScreenID | InvSlot7 |
| Background | A_InvArms |
| EQType | 7 |
| BACK | |
| ScreenID | InvSlot8 |
| Background | A_InvAboutBody |
| EQType | 8 |
| L_WRIST | |
| ScreenID | InvSlot9 |
| Background | A_InvWrist |
| EQType | 9 |
| R_WRIST | |
| ScreenID | InvSlot10 |
| Background | A_InvWrist |
| EQType | 10 |
| RANGE | |
| ScreenID | InvSlot11 |
| Background | A_InvRange |
| EQType | 11 |
| HANDS | |
| ScreenID | InvSlot12 |
| Background | A_InvHands |
| EQType | 12 |
| PRIMARY | |
| ScreenID | InvSlot13 |
| Background | A_InvPrimary |
| EQType | 13 |
| SECONDARY | |
| ScreenID | InvSlot14 |
| Background | A_InvSecondary |
| EQType | 14 |
| L_FINGERS | |
| ScreenID | InvSlot15 |
| Background | A_InvRing |
| EQType | 15 |
| R_FINGERS | |
| ScreenID | InvSlot16 |
| Background | A_InvRing |
| EQType | 16 |
| CHEST | |
| ScreenID | InvSlot17 |
| Background | A_InvChest |
| EQType | 17 |
| LEGS | |
| ScreenID | InvSlot18 |
| Background | A_InvLegs |
| EQType | 18 |
| FEET | |
| ScreenID | InvSlot19 |
| Background | A_InvFeet |
| EQType | 19 |
| WAIST | |
| ScreenID | InvSlot20 |
| Background | A_InvWaist |
| EQType | 20 |
| AMMO | |
| ScreenID | InvSlot21 |
| Background | A_InvAmmo |
| EQType | 21 |
最後に上書き保存で保存すれば完了です。