• 🏆 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!

Way to make Tornado vulnerable?

Status
Not open for further replies.
Level 7
Joined
Jul 1, 2008
Messages
1,025
Ok basicaly I'm trying to create a spell whereby a Unit is summoned but the caster has to keep channeling the spell in order to keep the unit there, if the caster stops channeling the spell, the unit is destroyed.

I'm basing it off the tornado spell but for some REALY anoying reason the created unit is invulnerable, this would be totaly op for this kind of spell as the casters is a normal unit and can be massed if the player wants.

Anyone know how to make it vulnerable?
 
Level 6
Joined
Jul 22, 2009
Messages
214
Base your spell on Channel, create the summoned unit via trigger, kill the summoned unit with another trigger if the hero stop channeling.
 
Level 11
Joined
Jul 7, 2010
Messages
709
HINT: Use this;
  • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
      • (Current order of (Triggering unit)) Equal to (Order(channel))
    • Then - Actions
    • Else - Actions
Triggering unit = Casting unit,
--There are other ways to do this.
---Just trying to help.
 
Status
Not open for further replies.
Top