View Single Post
  #5  
Unread 04-28-2005, 06:52 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Apply this to whatever you want to flash while autoattack is on...

DynamicData="/GameData.Self.Name" OnAutoAttackEffector="AutoAttackEffector" OnRangedAutoAttackEffector="AutoAttackEffector"

Then copy/pase the AutoAttackEffector object from the Player window into the top level of your window. Its a ColorCycleEffector object but can probably be changed to some other effector, so long as you use the same name.

The DynamicData setting may not be needed but doesn't do any harm to objects without a text property.
Reply With Quote