• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

how do u make multiple targets.

Status
Not open for further replies.
Level 3
Joined
Oct 14, 2009
Messages
33
i dont know how to make a unit target more than one other unit. could someone help me?
i tried the "maximum number of targets" but it didnt do anything.
 
Level 6
Joined
Aug 26, 2009
Messages
221
make a split shot ability based on barriage.
Create a new ability for Multiple Shot
-In the object editor, make a new custom ability based on the unit ability Barrage.
-Make area of effect the same as your units range, so the multiple shot doesn't shoot farther.
-Change the missile speed and missle arc to the same values as your unit.
-Set the desired ammount of damage.
-Remove any techtree requirements used for the ability.

Last, calculate the number of targets we want.
-Unit already gets 1 for normal attacks.
-Unit already gets 1 for having barriage.
-Unit already gets 1 for the number of targets.
-If you change number of targets to 0, the unit gets a LOT of attacks.
So the minimum number of targets you can have is 3, and the maximum is somewhere around 9.
Give this ability to your unit and it will use it automatically when acquired.

hope help
http://world-editor-tutorials.thehelper.net/mshot.php
 
Level 3
Joined
Oct 14, 2009
Messages
33
thx all. i got it to work. for a while it still didnt work... then i realized my unit was set to missle(bounce) which apparently kept the barrage from working :p
 
Status
Not open for further replies.
Top