• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece!🔗 Click here to enter!

Missile, Line

Status
Not open for further replies.
Level 7
Joined
Dec 17, 2005
Messages
337
Which attack fields must you modify in order to make a unit strike every unit in the direct path of his projectile (without triggering shockwaves, etc...). I know there is a "Missile Line" field but I don't know what else to change. I changed AoE sizes and damage reduction. Does the "spill" field just add damage behind the original target hit?
 
Level 18
Joined
Mar 7, 2005
Messages
824
there's no way to damage every unit within the line of the projectil's flight without triggers..

so you basically could do two methods (that came in my mind):

>> Use the shockwave spell, and everytime the unit want to attack, order it to cast the shockwave instead, replace the model with an arrow or whatever you want to use, and modify the ability of course.. and it will work, plus the cool terrain effect that the spell normally has xD

>> trigger the whole stuff yourself.. like creating a dummy, and order it to move to attacked unit, and give it immolation or stuff like that, change it's model to an arrow and remove collisioon size.. blablabla.. would be some more work, i guess..

There isn't a way to do this without triggers, maybe you could set the Range to 150 oder something like that and change it to "missile (line)" and use like 99 units he can hit, maybe it will work, but I don't think so, so there's no trigger-free way, as far as I know.
 
Status
Not open for further replies.
Top