S
salempc
Guest
Ok so I am making this map where there are three elements.
When 2 of them cast their spell at the same time they will execute a 3rd combine spell. I have tried the combination system with the finger of death ability, and worked perfectly (each time 2 abilities were used together, a dummy unit would cast finger of death, triggers and so on to divide the spoils of the kill later on)
I have tried anyway, to use a custom spell, giving it the string order "impale" as it is based off impale.
so my trigger looks like this for earth and fire:
The spell doesnt activate for me. I am sure im using the right method for making the dummy cast it. It doesnt make sense
When 2 of them cast their spell at the same time they will execute a 3rd combine spell. I have tried the combination system with the finger of death ability, and worked perfectly (each time 2 abilities were used together, a dummy unit would cast finger of death, triggers and so on to divide the spoils of the kill later on)
I have tried anyway, to use a custom spell, giving it the string order "impale" as it is based off impale.
so my trigger looks like this for earth and fire:
Code:
Then - Actions
Unit - Create 1 Dummy Unit for (Owner of (Casting unit)) at (Position of (Casting unit)) facing (Position of (Target unit of ability being cast))
Unit - Add Fire/Earth to (Last created unit)
Unit - Order (Last created unit) to Undead Crypt Lord - Impale (Target unit of ability being cast)
Unit - Remove (Last created unit) from the game
The spell doesnt activate for me. I am sure im using the right method for making the dummy cast it. It doesnt make sense


