May anyone teach me how to do an ability that makes the unit fire off many projectiles to a certain area, and it has the unit's attack animation playing really fast? (similar to DoE's Rose "crossfire" ability.)
http://www.epicwar.com/maps/31467/
thats DoE if anyone wants to see how the spell is done
thank you for your time
rapid firing
Moderator: Cheaters
-
- Forum Fanatic
- Posts: 315
- Joined: October 16th, 2007, 7:32 pm
Re: rapid firing
This might be the trigger you are lookin. You might need to mess with it alittle. You would also have to make it so it does the spell over and over, or make it run faster, i dont know how to do those though..
Ask Deker or Xantan ((Xantan is the best here with GUI just PM him)he gets mad but will answer the question lol)
Ask Deker or Xantan ((Xantan is the best here with GUI just PM him)he gets mad but will answer the question lol)
Code: Select all
Untitled Trigger 005
Events
Unit - A unit Begins casting an ability
Conditions
(Ability being cast) Equal to (your ability/spell)
Actions
Unit Group - Pick every unit in (Units within 500.00 of (Position of (Casting unit))) and do (Actions)
Loop - Actions
Selection - Remove (Casting unit) from selection
Special Effect - Create a special effect at (Position of (Casting unit)) using (how you want spell to look)
Unit - Kill (Picked unit)