- Joined
- Feb 22, 2013
- Messages
- 161
How would one go about triggering a line-of-fire spell such as Shockwave? Where anything within distance of it as it's moving along it's line is damaged?
Of course it depends on how special you want it to do, but you can try to add immolation to a dummy model.
Then after casting you create this dummy model, and move it to aiming point. (movement: flying)
If you want it faser than speed 522, you can use SetUnitX/Y for movement.
And you could add expiration timer of course to dummy model.
Request it on the Request Section or see some spells on Spells Section..
Read this
http://www.hiveworkshop.com/forums/tutorial-submission-283/visualize-dynamic-indexing-241896/
if you already know the method, i can teach you my way to make this kind of spell :3
basically, make a dummy, give it the shockwave model, move it every few microseconds, check for enemies, damage and save each enemy so that it won't hit more than once on the same enemy