• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] I need help with a spell.

Status
Not open for further replies.
Level 6
Joined
Oct 18, 2008
Messages
100
I need a simple ranged damage spell template.
Since there is no reliable dummy spell to use that just outputs raw damage I am in need of a template. And since channel doesn't allow missle art I am out of options (i don't want to use death coil/acid bomb.

I would like a simple system (MUI) to use in GUI (even if the system is in jass) so i can have ranged attacks, like a simple firebolt that does xx damage and nothing else.

I been looking very hard but I can't seem to find any template for this.
Anyone has a system pack link or could help me getting started?

Thx
 
Level 29
Joined
Oct 24, 2012
Messages
6,543
This should be in World Editor Help Zone.

For your question.

You need to use the channel ability and trigger the movement of the missile and check every movement the distance between the missile and the target unit. When it gets close you deal damage and de-index the spell.
There are some projectile systems on here if you don't want to trigger it on your own.
 
Level 20
Joined
Jul 14, 2011
Messages
3,213
This is a Missile I made some time ago to simulate Dota's Gyrocopter Missile. It's made in JASS and can still be improved a lot, but does the job.

Check it and see if you can modify it to suit your needs.

Missile Test
 
Status
Not open for further replies.
Top