9/10以降にアップされたEQUI_HotButtonWnd.xmlをテキストエディタで開き、変更する箇所を探します。

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
ScreenIDInvSlot0
BackgroundA_InvCharm
EQType0
L_EAR
ScreenIDInvSlot1
BackgroundA_InvEar
EQType1
HEAD
ScreenIDInvSlot2
BackgroundA_InvHead
EQType2
FACE
ScreenIDInvSlot3
BackgroundA_InvFace
EQType3
R_EAR
ScreenIDInvSlot4
BackgroundA_InvEar
EQType4
NECK
ScreenIDInvSlot5
BackgroundA_InvNeck
EQType5
SHOULDERS
ScreenIDInvSlot6
BackgroundA_InvShoulders
EQType6
ARMS
ScreenIDInvSlot7
BackgroundA_InvArms
EQType7
BACK
ScreenIDInvSlot8
BackgroundA_InvAboutBody
EQType8
L_WRIST
ScreenIDInvSlot9
BackgroundA_InvWrist
EQType9
R_WRIST
ScreenIDInvSlot10
BackgroundA_InvWrist
EQType10
RANGE
ScreenIDInvSlot11
BackgroundA_InvRange
EQType11
HANDS
ScreenIDInvSlot12
BackgroundA_InvHands
EQType12
PRIMARY
ScreenIDInvSlot13
BackgroundA_InvPrimary
EQType13
SECONDARY
ScreenIDInvSlot14
BackgroundA_InvSecondary
EQType14
L_FINGERS
ScreenIDInvSlot15
BackgroundA_InvRing
EQType15
R_FINGERS
ScreenIDInvSlot16
BackgroundA_InvRing
EQType16
CHEST
ScreenIDInvSlot17
BackgroundA_InvChest
EQType17
LEGS
ScreenIDInvSlot18
BackgroundA_InvLegs
EQType18
FEET
ScreenIDInvSlot19
BackgroundA_InvFeet
EQType19
WAIST
ScreenIDInvSlot20
BackgroundA_InvWaist
EQType20
AMMO
ScreenIDInvSlot21
BackgroundA_InvAmmo
EQType21

 最後に上書き保存で保存すれば完了です。