Hi, I am a beginner spell maker, I read some introductary guides, and have tried to create 2 spells but I can't get them to work.
The problem with both is that I try to combine two spell effects in one, making the second effect be cast by a Dummy.
Spell 1: The hero casts Bloodlust, and after the effect runs out I want the target to be affected by cripple
The problem with both is that I try to combine two spell effects in one, making the second effect be cast by a Dummy.
Spell 1: The hero casts Bloodlust, and after the effect runs out I want the target to be affected by cripple
-
Bloodlust spell
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Bloodlust (Vol)
-
-
Actions
-
Unit - Create 1 DUMMY1 for (Owner of (Casting unit)) at (Position of (Casting unit)) facing Default building facing degrees
-
Unit - Add a 9.50 second Generic expiration timer to (Last created unit)
-
Unit - Set level of Cripple (vol) for DUMMY1 for (Last created unit) to (Level of Bloodlust (Vol) for (Triggering unit))
-
Wait 8.00 seconds
-
Unit - Order (Last created unit) to Undead Necromancer - Cripple (Target unit of ability being cast)
-
-
-
Volalite Polymorph Spell
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Vol Polymorph
-
-
Actions
-
Unit - Create 1 DUMMY1 for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing Default building facing degrees
-
Unit - Add a 1.50 second Generic expiration timer to (Last created unit)
-
Unit - Set level of Vol DUMMY1 Rejuvination for (Last created unit) to (Level of Vol Polymorph for (Triggering unit))
-
Unit - Order (Last created unit) to Night Elf Druid Of The Claw - Rejuvenation (Target unit of ability being cast)
-
-
Last edited by a moderator: