- Joined
- Nov 9, 2006
- Messages
- 2,561
Whats wrong here is the order, cus the dummy gets created, but it wont CAST the silly spell.
The dummy spell is based of the item illusions, as you may know the item spell doesnt have any casting order Id, so i put on the: order string - use/turn on, to invisibility and changed the casting range to 999999.
The problem is the casting here u see, so im not sure what to do...
Heres the trigger:
I didnt add the other 3-4 and 5-6 spell, they look almost exactly the same...
and heres the picture of the spell in object editor incase wanna see.
The dummy spell is based of the item illusions, as you may know the item spell doesnt have any casting order Id, so i put on the: order string - use/turn on, to invisibility and changed the casting range to 999999.
The problem is the casting here u see, so im not sure what to do...
Heres the trigger:
Code:
Decoy
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Decoy
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
Or - Any (Conditions) are true
Conditions
(Level of Decoy for (Triggering unit)) Equal to 1
(Level of Decoy for (Triggering unit)) Equal to 2
Then - Actions
Unit - Create 1 #Dummy Unit# for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing 0.00 degrees
Unit - Add a 6.00 second Generic expiration timer to (Last created unit)
Unit - Add Decoy lvl 1-2 (Dummy Casting) to (Last created unit)
Unit - Order (Last created unit) to Human Sorceress - Invisibility (Triggering unit)
Else - Actions
Do nothing
and heres the picture of the spell in object editor incase wanna see.