Thread: Patch 9/21/22
View Single Post
Old 09-21-2022, 02:10 AM   #1
BalforH
A Ghoul
 
Join Date: Sep 2002
Posts: 12
Interface Author - Click to view interfaces
Default Patch 9/21/22

Howdy All

Well after reading test patchnotes and comparing test default to live default I found these changes. Now I only compared the files I have custom

EQUI.xml Delete the Line (required_
<Include>EQUI_GmAttentionTextWnd.xml</Include>

EQUI_PlayerWindow.xml (not required)
<Label item="PW_AggroNameSecondaryLabel"> Add the Lines
<LeftAnchorOffset>20</LeftAnchorOffset>
<RightAnchorOffset>20</RightAnchorOffset>

EQUI_TargetWindow.xml (not required)
<Label item="Target_AggroNameSecondaryLabel"> Add the Lines
<LeftAnchorOffset>20</LeftAnchorOffset>
<RightAnchorOffset>20</RightAnchorOffset>

EQUI_Inventory.xml they added a combobox to the inventory window to select 85 or 100 heroic characters.
<Combobox item="IW_HeroicUpgradeSelection">
<ScreenID>IW_HeroicUpgradeSelection</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<AutoStretchList>true</AutoStretchList>
<TooltipReference>Select which level of Heroic Character to use.</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>170</X>
<Y>423</Y>
</Location>
<Size>
<CX>142</CX>
<CY>20</CY>
</Size>
<ListHeight>40</ListHeight>
<Button>BDT_Combo</Button>
<Style_Border>true</Style_Border>
</Combobox>
You will also need to add
<Pieces>IW_HeroicUpgradeSelection</Pieces>

Hope this helps
Attached Images
File Type: jpg equi.JPG (42.3 KB, 5 views)
File Type: jpg PW.JPG (45.4 KB, 7 views)
File Type: jpg TW.JPG (44.4 KB, 5 views)
File Type: jpg IV.JPG (73.1 KB, 4 views)
File Type: jpg IV1.JPG (24.7 KB, 4 views)
BalforH is offline   Reply With Quote