HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

AOE Polymorph without CasterSystem?

02-25-2007, 01:59 AM#1
Tiku
Is there a way to make an AOE Polymorph without using the CasterSystem?
Like when a mine dies, itll make all the unit within 300 range of the mine, become Polymorphed

If you could help id appreciate it! =] Sorry for all the spell help posts =/
02-25-2007, 02:12 AM#2
Joker
Just make a unit group for the units in the area targeted, and create a dummy unit to cast polymorph for each one.
02-25-2007, 02:35 AM#3
Falitian
There's a Jass tutorial on here that actually uses mass polymorph and mass slow as examples and has walk-through for them.
02-25-2007, 03:06 AM#4
Tiku
I was looking around and i didnt see the tutorial, Do you know where the tutorial is?
02-25-2007, 03:13 AM#5
Vexorian
It is like the oldest trick in the book, pick every unit in (Units within 500 of (Dying unit ) and do:

-Create dummy unit on position of (picked unit)
-Order last created unit to polymorph (picked unit)
-- make sure the dummy unit has a castable polymorph --
- Add expiration timer to dummy unit
02-25-2007, 03:18 AM#6
Tiku
Alright thanks Vexorian!
+Rep for the help =]