• 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.

Spell: Droppping Bombs

Status
Not open for further replies.
Edit: Disregard this request, I changed my mind.

Hello, if someone has a skill in spell making and if someone can spare some time, can someone create a spell where the bomber (flying machine) periodically drop bombs every 5 seconds, the bomb has to be a unit (a dummy, you can choose whatever unit you want) and that unit bomb will fall from the height of the flying machine to the ground, and the bomb unit should die when it touches the ground. No explosive special effects needed :)

Also I am aware that 1.30 offer a better solution when it comes to spells but I prefer the good old use of dummy/missile units instead of using special effects as a missile/bomb. :)

Thanks in advance! :)
 
Last edited:

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,877
I think in this case the Special Effect editing is very very simple.
  • Set Height = (Current flying height of YourBomber)
  • Special Effect - Set Height of YourBombSfx to: Height
And then you would periodically do this to make the Bomb drop:
  • Actions
    • Set Height = (Height - 25.00)
    • Special Effect - Set Height of YourBombSfx to: Height
 
Status
Not open for further replies.
Top