• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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
 
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