• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

i need aura that can slow nearby enemys

Status
Not open for further replies.
Level 2
Joined
Mar 30, 2005
Messages
14
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...
 
Level 2
Joined
May 10, 2005
Messages
13
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?
 
Level 10
Joined
Jul 2, 2004
Messages
690
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
 
Status
Not open for further replies.
Top