- Joined
- Dec 19, 2023
- Messages
- 16
Hi people,
I've been learning how to make spells on my own for sometime now and then realised the Hive has loads of tutorials. Sadly, I can't seem to figure out what's going wrong in my triggers.
It is a hero ability, copied off the Firebolt (Warlock). What is it meant to do: Shoot firebolt, hit target, create an effect, damage everything in a 250 radius for x amount of damage. Pretty basic, right? Well, here comes the "fun" part that I can't explain.
I have 1 triggers for this:
If I set the radius to 50000 while keeping the damage as it is, it will eliminate everything off the map.
The effect isn't being displayed at all.
Any idea what I'm doing wrong? I'm sure something is wrong but can't figure it out. Help, please!
I've been learning how to make spells on my own for sometime now and then realised the Hive has loads of tutorials. Sadly, I can't seem to figure out what's going wrong in my triggers.
It is a hero ability, copied off the Firebolt (Warlock). What is it meant to do: Shoot firebolt, hit target, create an effect, damage everything in a 250 radius for x amount of damage. Pretty basic, right? Well, here comes the "fun" part that I can't explain.
I have 1 triggers for this:
-
Events
-
Unit - A unit finishes casting an ability
-
I've changed this to the below as well and same result
-
Unit - A unit starts the effect of an ability
-
Conditions
-
(Ability being cast) equal to firebolt(TBC name)
-
Actions
-
Wait 1.00 seconds
-
Unit - Create 1 DummyUnit for (owner of triggering unit) at (position of triggering unit)
-
Unit - Add a 3.00 second generic expiration timer to (last created unit)
-
Unit - Move (Last created unit) instantly to (target point of ability being cast)
-
Special Effect - Create a special effect attached to the origin1 of (last created unit) using...
-
Unit - Cause (last created unit) to damage circular area after 0.00 seconds of radius 250 at (position of last created unit), dealing 5000 damage (testing purpose)...
-
Wait 5.00 seconds
-
Special Effect - Destroy (last created special effect)
If I set the radius to 50000 while keeping the damage as it is, it will eliminate everything off the map.
The effect isn't being displayed at all.
Any idea what I'm doing wrong? I'm sure something is wrong but can't figure it out. Help, please!
Last edited: