View Single Post
  #2  
Unread 12-30-2004, 08:31 PM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Certainly is.

Add the following to the Text object (might work on other objects too, haven't tried it.) that you want to flash:

OnAutoAttackEffector="AutoAttackEffector" OnRangedAutoAttackEffector="RangedAutoAttackEffector"

And add the following above that object on the same page:

Code:
<EffectorCycleColor ColorEndUseCurrent="true" ColorOneUseCurrent="true" ColorTwo="#FD8002" MaxSpeed="5.000" MinSpeed="5.000" Name="RangedAutoAttackEffector"/>
<EffectorCycleColor ColorEndUseCurrent="true" ColorOneUseCurrent="true" ColorTwo="#FF0000" MaxSpeed="5.000" MinSpeed="5.000" Name="AutoAttackEffector"/>
__________________
If it ain't broke, it needs more features!
Reply With Quote