Hi,
it's my first time in these forums, and I'm new to triggers too.
Anyways, I started to make a mass freeze spell for myself where targets will freeze to place in a selected area (can't move, can attack + cast spells). I first tried with Entangling roots as parent spell for the dummy spell, but my targets couldn't attack. I then changed to Orc-Raider-Ensnare, but my buff on my targets will keep on showing nets rather than Ice. Even when I remove all buffs, it still shows nets.
Here is my trigger
Thanks in advance.
it's my first time in these forums, and I'm new to triggers too.
Anyways, I started to make a mass freeze spell for myself where targets will freeze to place in a selected area (can't move, can attack + cast spells). I first tried with Entangling roots as parent spell for the dummy spell, but my targets couldn't attack. I then changed to Orc-Raider-Ensnare, but my buff on my targets will keep on showing nets rather than Ice. Even when I remove all buffs, it still shows nets.
Here is my trigger
-
Mass Root Copy
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Freeze
-
Actions
-
Unit Group - Pick every unit in (Units within (300.00 + (50.00 x (Real((Level of Freeze for (Triggering unit)))))) of (Target point of ability being cast)) and do (Actions)
-
Loop - Actions
- Unit - Create 1 Dummy for (Owner of (Triggering unit)) at (Position of (Picked unit)) facing 0.00 degrees
- Unit - Add a 1.50 second Generic expiration timer to (Last created unit)
- Set FreezeLevel = (Level of Freeze for (Triggering unit))
- Unit - Add Freeze(Dummy) to (Last created unit)
- Unit - Set level of Freeze(Dummy) for (Last created unit) to FreezeLevel
- Unit - Order (Last created unit) to Orc Raider - Ensnare (Picked unit)
-
Loop - Actions
-
Unit Group - Pick every unit in (Units within (300.00 + (50.00 x (Real((Level of Freeze for (Triggering unit)))))) of (Target point of ability being cast)) and do (Actions)
-
Events
Thanks in advance.