- Joined
- Aug 11, 2009
- Messages
- 605
Just a simple spell that increases the size and attack damage of the caster. First dummy spell increases size while the second dummy spell increases damage.
Everytime I cast it, the game freezes for like ~0.1-0.2 sec or something, which is annoying. I am wondering if anyone knows why and how this could be resolved.

Everytime I cast it, the game freezes for like ~0.1-0.2 sec or something, which is annoying. I am wondering if anyone knows why and how this could be resolved.
-
Beastial Wrath
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Beastial Wrath (Beast Hunter)
-
-
Actions
-
Set Point_DummyUnit = (Position of (Triggering unit))
-
Unit - Create 1 Dummy for (Owner of (Triggering unit)) at Point_DummyUnit facing Default building facing degrees
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Add Beastial Wrath [Dummy 1] to (Last created unit)
-
Unit - Order (Last created unit) to Orc Shaman - Bloodlust (Triggering unit)
-
Unit - Create 1 Dummy for (Owner of (Triggering unit)) at Point_DummyUnit facing Default building facing degrees
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Add Beastial Wrath [Dummy 2] to (Last created unit)
-
Unit - Set level of Beastial Wrath [Dummy 2] for (Last created unit) to (Level of Beastial Wrath (Beast Hunter) for (Triggering unit))
-
Unit - Order (Last created unit) to Human Priest - Inner Fire (Triggering unit)
-
Custom script: call RemoveLocation (udg_Point_DummyUnit)
-
-