View Single Post
  #7  
Unread 07-29-2009, 05:09 PM
cdec518's Avatar
cdec518 cdec518 is offline
A Grove Wisp
 
Join Date: Feb 2006
Server: Antonia Bayle
Posts: 25
Default

Quote:
Originally Posted by EQAditu View Post
It would seem so. I'm guessing that putting that code in Target.v0 and Target.v1 will be enough. Assuming you like the indicator at that location.
Code:
        <ImageStyle Filter="true" Name="AAExpAvailable">
            <ImageFrame Name="image" Source="images/icons/aa_active_icons.dds" SourceRect="40,39,62,62" />
        </ImageStyle>
        <Image AbsorbsInput="false" BackgroundColor="#00FFFF" Location="110,-2" Name="AAExpIndicator" ScrollExtent="12,12" Size="12,12" Style="AAExpAvailable" />
I'm a code noob, where in the mainhud_target file do I put that? I'm assuming no just anywhere..
Reply With Quote