View Single Post
Old 10-08-2008, 03:23 PM   #9
taylor13
A Ghoul
 
Join Date: Oct 2006
Posts: 19
Interface Author - Click to view interfaces
Default

Ok, here's something to try if you want. Make a backup of that window and try these changes (in bold). I'm at work and can't test them in EQ but it should work

Code:
<StaticAnimation item="A_AttackIndicatorAnimBottom"> <ScreenID>A_AttackIndicatorAnimBottom</ScreenID> <Animation>A_AttackIndicatorBottom</Animation> <AutoDraw>false</AutoDraw> <AutoStretch>true</AutoStretch> <TopAnchorOffset>4</TopAnchorOffset> <BottomAnchorOffset>0</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TopAnchorToTop>false</TopAnchorToTop> <BottomAnchorToTop>true</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </StaticAnimation> <StaticAnimation item="A_AttackIndicatorAnimLeft"> <ScreenID>A_AttackIndicatorAnimLeft</ScreenID> <Animation>A_AttackIndicatorLeft</Animation> <AutoDraw>false</AutoDraw> <AutoStretch>true</AutoStretch> <TopAnchorOffset>3</TopAnchorOffset> <BottomAnchorOffset>3</BottomAnchorOffset> <LeftAnchorOffset>0</LeftAnchorOffset> <RightAnchorOffset>4</RightAnchorOffset> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>true</RightAnchorToLeft> </StaticAnimation> <StaticAnimation item="A_AttackIndicatorAnimRight"> <ScreenID>A_AttackIndicatorAnimRight</ScreenID> <Animation>A_AttackIndicatorRight</Animation> <AutoDraw>false</AutoDraw> <AutoStretch>true</AutoStretch> <TopAnchorOffset>3</TopAnchorOffset> <BottomAnchorOffset>3</BottomAnchorOffset> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </StaticAnimation> <StaticAnimation item="A_AttackIndicatorAnimFill"> <ScreenID>A_AttackIndicatorAnimFill</ScreenID> <Animation>A_AttackIndicatorFill</Animation> <AutoDraw>false</AutoDraw> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>4</LeftAnchorOffset> <TopAnchorOffset>3</TopAnchorOffset> <RightAnchorOffset>5</RightAnchorOffset> <BottomAnchorOffset>4</BottomAnchorOffset> <BottomAnchorToTop>false</BottomAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> </StaticAnimation>
taylor13 is offline   Reply With Quote