HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Easiest way to make a 100% custom aura?

07-05-2006, 06:48 PM#1
Lordy
I want to make a slow aura, but I can't use unholy aura cause I want to manually (with code) slow the unit. How can I detect whether a unit is or is not anymore effected by an aura?
So.., I kinda want to detect all units coming within a certain range of the auraunit, but I also want to detect when the units come outside of that certain range of the auraunit.
07-05-2006, 06:52 PM#2
Jacek
You may check for aura buff
07-05-2006, 07:43 PM#3
The)TideHunter(
Use the ability Tornado Slow, its a slow aura, it should work great =).
07-06-2006, 12:17 AM#4
Daminon
Vexorian's aura template.
07-06-2006, 02:07 AM#5
Naakaloh
It's typically preferable to use an ability to slow rather than reducing movement speed by triggers because other factors could cause permanent changes in movement speed.
07-06-2006, 10:37 AM#6
Lordy
Nah I NEED to use triggers.- so I guess Vex's aura template, or doing something with checking whether the unit has an aura buff, are my options.