Warcraft III resources & community, 2003–2006 · archived

i need aura that can slow nearby enemys

7 posts
#1

i need aura that can slow nearby enemys

i need an aura for my old kingdom map that slows down nearby enemies, and has a 5% chance to freeze them if theyre below lvl 5...
#2
try to edit endurance aura with negative value, change the target to enemy units. what's the detail about the chance to freeze? i mean, you want the enemy has 5% chance to freeze when it attack your allies, or when it attacked by your allies, or what?
#3
Well there is a slow aura - Tornado slow aura, but it has no icon. The icon can be easily placed using trigger and another passive abibity with 0 values.

I have a question to Leopard. Since i get the lastest wc3 version i can't make negative values. So my question is how i can make them now?
#4
That's preety easy. Go to Preferences in "File" and click on Allow Editor to use Real Negative Values (or something like this).

-Rui
#5
...Or.. hold SHIFT when you double click the field that you want to edit.
#6
for the freeze:

every (1.00) of the game

set (Freeze_Chance) = (random integar between 1 and 20)
unit group - pick all units within (range of aura) and do -
if
(random integar) = 1
(picked unit) is (an enemy unit) = true
then
create 1 (dummy) for (owner of aura)
order (dummy) to (freeze spell) (picked unit)
else
do nothing
#7
For (freeze spell) I suggest you use a Frost Nova with no effects. :)

~Daelin