- Joined
- Jul 29, 2007
- Messages
- 5,174
Any idea why this doesn't work ?
[Edit] ops, I have 2 browsers of the hive opened and put this on the wrong one >.<
Oh well
-
Projectile
-
Events
-
Time - Every 0.05 seconds of game time
-
-
Conditions
-
Actions
-
Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in (Units in (Playable map area) matching (((Matching unit) has buff BUFF) Equal to True)) and do (Actions)
-
Loop - Actions
-
Set Integer = (Integer + 1)
-
Set Point[Integer] = (Position of (Picked unit))
-
Unit Group - Pick every unit in (Units within 40.00 of Point[Integer] matching ((Unit-type of (Matching unit)) Equal to UNIT)) and do (Actions)
-
Loop - Actions
-
Unit - Cause (Picked unit) to damage circular area after 0.00 seconds of radius 80.00 at Point[Integer], dealing 10.00 damage of attack type Spells and damage type Normal
-
Custom script: call RemoveLocation(udg_Point[udg_Integer])
-
Unit - Kill (Picked unit)
-
-
-
-
-
-
[Edit] ops, I have 2 browsers of the hive opened and put this on the wrong one >.<
Oh well