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?
imported_Freezer
#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?
673 posts Sunny Singapore, the lil' red dot joined
#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