View Single Post
Old 09-07-2003, 11:15 AM   #2
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_AdventureMerchantWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Listbox item = "AdvMerchant_ItemList">
<ScreenID>AdvMerchant_ItemList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<TooltipReference>Items this merchant has for sale</TooltipReference>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>150</LeftAnchorOffset>


CHANGE:

<LeftAnchorOffset>150</LeftAnchorOffset>

TO:

<LeftAnchorOffset>160</LeftAnchorOffset>


Find:

<Label item = "AdvMerchant_PointsAvailableLabel">
<ScreenID>AdvMerchant_PointsAvailableLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>4</LeftAnchorOffset>
<TopAnchorOffset>38</TopAnchorOffset>
<RightAnchorOffset>140</RightAnchorOffset>
<BottomAnchorOffset>52</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>true</RightAnchorToLeft>
<Text>Adventure Points</Text>


CHANGE:

<TopAnchorOffset>38</TopAnchorOffset>

TO:

<TopAnchorOffset>35</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>52</BottomAnchorOffset>

TO:

<BottomAnchorOffset>49</BottomAnchorOffset>

CHANGE:

<Text>Adventure Points</Text>

TO:

<Text>Points Available</Text>


Find:

<Label item = "AdvMerchant_EsteemPointsLabel">
<ScreenID>AdvMerchant_EsteemPointsLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>4</LeftAnchorOffset>
<TopAnchorOffset>120</TopAnchorOffset>
<RightAnchorOffset>140</RightAnchorOffset>
<BottomAnchorOffset>134</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>120</TopAnchorOffset>

TO:

<TopAnchorOffset>133</TopAnchorOffset>

CHANGE:
<BottomAnchorOffset>134</BottomAnchorOffset>

TO:

<BottomAnchorOffset>147</BottomAnchorOffset>


Find:

<Label item = "AdvMerchant_GukLabel">
<ScreenID>AdvMerchant_GukLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>4</LeftAnchorOffset>
<TopAnchorOffset>138</TopAnchorOffset>
<RightAnchorOffset>95</RightAnchorOffset>
<BottomAnchorOffset>152</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>138</TopAnchorOffset>

TO:

<TopAnchorOffset>154</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>152</BottomAnchorOffset>

TO:

<BottomAnchorOffset>168</BottomAnchorOffset>


Find:

<Label item = "AdvMerchant_MiragulsLabel">
<ScreenID>AdvMerchant_MiragulsLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>4</LeftAnchorOffset>
<TopAnchorOffset>156</TopAnchorOffset> <RightAnchorOffset>95</RightAnchorOffset>
<BottomAnchorOffset>170</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>156</TopAnchorOffset>

TO:

<TopAnchorOffset>172</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>170</BottomAnchorOffset>

TO:

<BottomAnchorOffset>186</BottomAnchorOffset>


Find:

<Label item = "AdvMerchant_MistmooreLabel">
<ScreenID>AdvMerchant_MistmooreLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>4</LeftAnchorOffset>
<TopAnchorOffset>174</TopAnchorOffset> <RightAnchorOffset>95</RightAnchorOffset>
<BottomAnchorOffset>188</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>174</TopAnchorOffset>

TO:

<TopAnchorOffset>190</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>188</BottomAnchorOffset>

TO:

<BottomAnchorOffset>204</BottomAnchorOffset>


Find:

<Label item = "AdvMerchant_RujarkianLabel">
<ScreenID>AdvMerchant_RujarkianLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>4</LeftAnchorOffset>
<TopAnchorOffset>192</TopAnchorOffset> <RightAnchorOffset>95</RightAnchorOffset>
<BottomAnchorOffset>206</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>192</TopAnchorOffset>

TO:

<TopAnchorOffset>208</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>206</BottomAnchorOffset>

TO:

<BottomAnchorOffset>222</BottomAnchorOffset>


Find:

<Label item = "AdvMerchant_TakishLabel">
<ScreenID>AdvMerchant_TakishLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>4</LeftAnchorOffset>
<TopAnchorOffset>210</TopAnchorOffset> <RightAnchorOffset>95</RightAnchorOffset>
<BottomAnchorOffset>224</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>210</TopAnchorOffset>

TO:

<TopAnchorOffset>226</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>224</BottomAnchorOffset>

TO:

<BottomAnchorOffset>240</BottomAnchorOffset>


Find:

<Label item = "AdvMerchant_GukPointsLabel">
<ScreenID>AdvMerchant_GukPointsLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>95</LeftAnchorOffset>
<TopAnchorOffset>138</TopAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset>
<BottomAnchorOffset>152</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>138</TopAnchorOffset>

TO:

<TopAnchorOffset>154</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>152</BottomAnchorOffset>

TO:

<BottomAnchorOffset>168</BottomAnchorOffset>


Find:

<Label item = "AdvMerchant_MiragulsPointsLabel">
<ScreenID>AdvMerchant_MiragulsPointsLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>95</LeftAnchorOffset>
<TopAnchorOffset>156</TopAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset>
<BottomAnchorOffset>170</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>156</TopAnchorOffset>

TO:

<TopAnchorOffset>172</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>170</BottomAnchorOffset>

TO:

<BottomAnchorOffset>186</BottomAnchorOffset>


Find:

<Label item = "AdvMerchant_MistmoorePointsLabel">
<ScreenID>AdvMerchant_MistmoorePointsLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>95</LeftAnchorOffset>
<TopAnchorOffset>174</TopAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset>
<BottomAnchorOffset>188</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>174</TopAnchorOffset>

TO:

<TopAnchorOffset>190</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>188</BottomAnchorOffset>

TO:

<BottomAnchorOffset>204</BottomAnchorOffset>


Find:

<Label item = "AdvMerchant_RujarkianPointsLabel">
<ScreenID>AdvMerchant_RujarkianPointsLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>95</LeftAnchorOffset>
<TopAnchorOffset>192</TopAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset>
<BottomAnchorOffset>206</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>192</TopAnchorOffset>

TO:

<TopAnchorOffset>208</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>206</BottomAnchorOffset>

TO:

<BottomAnchorOffset>222</BottomAnchorOffset>


Find:

<Label item = "AdvMerchant_TakishPointsLabel">
<ScreenID>AdvMerchant_TakishPointsLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>95</LeftAnchorOffset>
<TopAnchorOffset>210</TopAnchorOffset> <RightAnchorOffset>145</RightAnchorOffset>
<BottomAnchorOffset>224</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>210</TopAnchorOffset>

TO:

<TopAnchorOffset>226</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>224</BottomAnchorOffset>

TO:

<BottomAnchorOffset>240</BottomAnchorOffset>


Find:

<Button item = "AdvMerchant_PurchaseButton">
<ScreenID>AdvMerchant_PurchaseButton</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>240</LeftAnchorOffset> <TopAnchorOffset>28</TopAnchorOffset>
<RightAnchorOffset>340</RightAnchorOffset>


CHANGE:

<LeftAnchorOffset>240</LeftAnchorOffset>

TO:

<LeftAnchorOffset>245</LeftAnchorOffset>

CHANGE:

<RightAnchorOffset>340</RightAnchorOffset>

TO:

<RightAnchorOffset>345</RightAnchorOffset>


Find:

<!-- The Adventure Merchant Window -->
<Screen item = "AdventureMerchantWnd">
<RelativePosition>false</RelativePosition>
<Location>
<X>100</X>
<Y>60</Y>
</Location>
<Size>
<CX>500</CX>
<CY>320</CY>
</Size>


CHANGE:

<CX>500</CX>

TO:

<CX>510</CX>
Cairenn is offline   Reply With Quote