2 posts Phoenix, AZ, USA joined 2004-12-29
#1 2005-08-28
Help: AOE Protect spell? I'm trying to make an AOE protect spell that adds a buff to friendly units within the aoe that reduces damage by a certain %, but I can't seem to get it to work.
Any ideas on a good way to go about doing this?
Thanks in advance.
616 posts Sweden joined 2005-04-29
#2 2005-08-29
Just make a common pick-unit function and let a dummy cast Cripple on the targets.
604 posts Indonesia joined 2004-12-29
#3 2005-08-29
.... or create dummy units on the center of AOE, order it to cast howl of terror.
2 posts Phoenix, AZ, USA joined 2004-12-29
#4 2005-08-31
Thanks. I was trying to do it in JASS but I kept breaking it.