Warcraft III resources & community, 2003–2006 · archived

Passive Unit Creation Spell

3 posts
#1

Passive Unit Creation Spell

I want a spell that gives a (%) chance to create a unit when the hero attacks. Is this possible to do?
#2
Events
A unit is attack
Conditions
Random integer between 1 and 100 is less than or equal to (X x (Level of (Ability) for (Attacking unit)))
Actions
Create (Unit) for (Owner of (Attacking Unit)) facing (Deafult Building Degrees)
#3
thanks.