I made an ability using the cluster rockets ability that called 'Mass Replication".
Description:
Mass Replication - [Level 1]
Creates clones of every unit in an area of 400 AoE. Clones deal 50% damage of the original unit, take 200% damage and last for 25 seconds.
And I made a trigger:
Event:
A unit begins casting a spell
Condition:
(Ability being cast) Equal to Mass Replication
Action:
Create 1 dummy at postion of (Casting Unit) facing blah blah
Create 1 Wand of Illusion for (Last created unit)
Add 1 second exp timer for (Last Crtd Unit)
Unit Group - Pick every units within an area of 400 from (target pt of abl being cast) and do (Actions)
Loop-Actions:
Order (Last Crtd Unit) to use (Last created item) to (picked unit)
--------------------------------------------------------------------------
Problem:
When I tested it, only 2 Illusions were made.
BTW, I've changed status of Item Illusions and changed the number of charges for Wand of Illusion to 100.
Help please!
Description:
Mass Replication - [Level 1]
Creates clones of every unit in an area of 400 AoE. Clones deal 50% damage of the original unit, take 200% damage and last for 25 seconds.
And I made a trigger:
Event:
A unit begins casting a spell
Condition:
(Ability being cast) Equal to Mass Replication
Action:
Create 1 dummy at postion of (Casting Unit) facing blah blah
Create 1 Wand of Illusion for (Last created unit)
Add 1 second exp timer for (Last Crtd Unit)
Unit Group - Pick every units within an area of 400 from (target pt of abl being cast) and do (Actions)
Loop-Actions:
Order (Last Crtd Unit) to use (Last created item) to (picked unit)
--------------------------------------------------------------------------
Problem:
When I tested it, only 2 Illusions were made.
BTW, I've changed status of Item Illusions and changed the number of charges for Wand of Illusion to 100.
Help please!
Last edited by a moderator: