Ok so i want to make the death knight conersion to also give a buff of atack speed,for that purpose i tried making an simple trigger that adds the unholy frenzy to the target for god knows the reason it doesnt work.
-
Sacrificial Berserk
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Sacrificial Berserk
-
-
Actions
-
Set TempLoc41 = (Position of (Triggering unit))
-
Unit - Create 1 Dummy for (Triggering player) at TempLoc41 facing Default building facing degrees
-
Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
-
Unit - Add Unholy Frenzy to (Last created unit)
-
Unit - Set level of Unholy Frenzy for (Last created unit) to (Level of Sacrificial Berserk for (Triggering unit))
-
Unit - Order (Last created unit) to Undead Necromancer - Unholy Frenzy (Triggering unit)
-
Custom script: call RemoveLocation (udg_TempLoc41)
-
-