View Single Post
  #1  
Unread 09-22-2010, 08:16 PM
Brygard2007's Avatar
Brygard2007 Brygard2007 is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2007
Location: http://www.youtube.com/user/Brygard2009
Posts: 183
Question about attack animation circle and Req.

Is it possible to make a plug in to remove or make invisible the attack animation circle button?

I'm not talking about the skin art but the animation itself,the only way for me to remove it is by adding the:

Code:
<Element ID="ViolentModeIndicator" X="249" Y="133" Width="1" Height="1"> </Element>
and set the width and height 1's.

See the problem is when you add the toolbar panel id you need to manually move the main toolbar for different resolution and that's I don't want to mess with.

All I want is lua plug in to remove the attack animation when your attacking something.

I never really got into the lua programming,so I'm requesting for one if possible please.

Thanks!
Reply With Quote