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

Multi-Morph v.1

  • Like
Reactions: QuantumMatter
Learns Multi-Morph [Lvl 1]

Turns the target and all enemies 300Aoe of the target into critters for 4 Seconds.

Update 1: Removed unessesary things.

Update 2: Fixed tooltip, Location leak and Aded Expiration timer for all Dummies.

Keywords:
Polymorph, Morph, Hex, Sheep
Contents

Multi-Morph v.1 (Map)

Reviews
21:22, 22nd Sep 2009 Deuterium: 1. Use a copy of a root ability of your choice (I'll advice using Channel) instead of editing one of Blizzard's originals. 2. Use an ability which has a targeting image (AoE target cursor). 3. Since you...

Moderator

M

Moderator

21:22, 22nd Sep 2009
Deuterium:

1. Use a copy of a root ability of your choice (I'll advice using Channel) instead of editing one of Blizzard's originals.


2. Use an ability which has a targeting image (AoE target cursor).


3. Since you already have a variable for the triggering unit, use it instead of re-using triggering unit:
  • (Owner of (Triggering unit))) Equal to True)


Spell is extremely simple and basic. I doubt anyone would be needing this, but if someone does, this should work just fine.
 
Level 17
Joined
Mar 17, 2009
Messages
1,349

Deuterium's Brief Review:


1. Use a copy of a root ability of your choice (I'll advice using Channel) instead of editing one of Blizzard's originals.


2. Use an ability which has a targeting image (AoE target cursor).


3. Since you already have a variable for the triggering unit, use it instead of re-using triggering unit:
  • (Owner of (Triggering unit))) Equal to True)


Spell is extremely simple and basic. I doubt anyone would be needing this, but if someone does, this should work just fine.
 
Level 3
Joined
Jan 23, 2008
Messages
37
Dunno what i did wrong, but after importing the spell, only a target was polymorphed, but not the units in AOE. However the special effect was well played on those units.
 
Top