View Single Post
  #739  
Old 05-29-2018, 12:26 AM
Gumbo Gumbo is offline
Fire Giant


Join Date: May 2015
Posts: 672
Default

It's hard to duplicate this issue cause I'm not in the polar bear pits but I believe you would need to make the box itself bigger. I checked the "EQUI_PetInfoWindow" file and I believe this is the information but make sure you backup the file first. You would want to make the box more horizontal.

<Ui2DAnimation item="PetBlueIconBackground">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.tga</Texture>
<Location>
<X>208</X>
<Y>200</Y>
</Location>
<Size>
<CX>8</CX>
<CY>8</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="PetRedIconBackground">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.tga</Texture>
<Location>
<X>200</X>
<Y>200</Y>
</Location>
<Size>
<CX>8</CX>
<CY>8</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
Reply With Quote