I been trying to make a custom spell for blood lust for hero skill, but it hasnt been working this is what i have
-
Blood Lust
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Ticked
-
-
Actions
-
Set Caster = (Triggering unit)
-
Set Templocation = (Position of Caster)
-
Set Templocation2 = (Templocation offset by (50.00, 0.00))
-
Unit - Create 1 Dummy Cow Adept for (Triggering player) at Templocation2 facing Default building facing degrees
-
Set Dummy = (Last created unit)
-
Unit - Add a 0.50 second Generic expiration timer to (Last created unit)
-
Unit - Add Bloodlust to (Last created unit)
-
Unit - Order (Last created unit) to Orc Shaman - Bloodlust (Picked unit)
-
Custom script: call RemoveLocation(udg_Templocation)
-
Custom script: call RemoveLocation(udg_Templocation2)
-
-