Big thanks to Gamanern for pointing the thread out to me and all credit goes to Wildeone on the EQ forums.
Open up the UI folder of the UI you use and locate your EQUI_Animations.xml file.
Go to the very bottom and just before the /xml place this text.
Code: Select all
<Ui2DAnimation item="A_VerisignSeal">
<Frames>
<Texture>verisignseal.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>110</CX>
<CY>60</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<TextureInfo item="verisignseal.tga">
<Size>
<CX>128</CX>
<CY>64</CY>
</Size>
</TextureInfo>