- Joined
- May 16, 2020
- Messages
- 660
Hi guys,
This is driving me crazy. I want to do something VERY basic, but for some reason the game refuses to execute it properly.
I want to order a dummy unit to cast Earthquake on a location. That's it. I spent the last 2 hours reducing the functions to the most fundamental level and narrow down the error, but nothing worked.
When I cast the ability, the dummy unit is correctly summoned and has the ability Earthquake. However, it simply refuses to cast it. I CAN cast it manually however (so mana cost ist no an issue).
Can anyone please tell me what is going wrong? Is this a bug?
Here also a pic from the dummy ability:
Edit: Here also the main ability:
This is driving me crazy. I want to do something VERY basic, but for some reason the game refuses to execute it properly.
I want to order a dummy unit to cast Earthquake on a location. That's it. I spent the last 2 hours reducing the functions to the most fundamental level and narrow down the error, but nothing worked.
When I cast the ability, the dummy unit is correctly summoned and has the ability Earthquake. However, it simply refuses to cast it. I CAN cast it manually however (so mana cost ist no an issue).
Can anyone please tell me what is going wrong? Is this a bug?
-
TEST
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Elemental Destruction
-
-
Actions
-
Unit - Create 1 Tauren for (Owner of (Triggering unit)) at (Target point of ability being cast) facing Default building facing degrees
-
Unit - Add Elemental Destruction (Earth) to (Last created unit)
-
Unit - Order (Last created unit) to Orc Far Seer - Earthquake (Target point of ability being cast)
-
Unit - Add a 10.50 second Generic expiration timer to (Last created unit)
-
-
Here also a pic from the dummy ability:

Edit: Here also the main ability:

Last edited: