- Joined
- Mar 30, 2013
- Messages
- 337
Hello I want to make a skill that : summon a frost core that will make all your units in the range of 500 magic resistance by 20% and enemy units -10% move speed and -15% attack speed in the range of 150
I added 2 aura to that frost core , 1 slow aura for -10% move speed and -15% attack speed in the range of 150 and another slow aura just for the buff
I'm using Warcraft 3 1.30.1
I added 2 aura to that frost core , 1 slow aura for -10% move speed and -15% attack speed in the range of 150 and another slow aura just for the buff
-
Untitled Trigger 004
-
Events
-
Unit - A unit Spawns a summoned unit
-
-
Conditions
-
(Unit-type of (Summoned unit)) Equal to Frostium Crystal
-
-
Actions
-
Set FrostiumCrystal1 = (Position of (Summoned unit))
-
Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Add all units of (Units within 500.00 of FrostiumCrystal1) to FrostiumCrystal
-
Custom script: call RemoveLocation(udg_FrostiumCrystal1)
-
-
-
Untitled Trigger 008 Copy
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
Actions
-
Unit Group - Pick every unit in FrostiumCrystal and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked unit) has buff ..Frostium Crystal (magic resistance aura)) Equal to True
-
-
Then - Actions
-
Unit - Add ..Frostium Crystal (magic resis) to (Picked unit)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked unit) has buff ..Frostium Crystal (magic resistance aura)) Equal to False
-
-
Then - Actions
-
Unit - Remove ..Frostium Crystal (magic resis) from (Picked unit)
-
Unit Group - Remove (Picked unit) from FrostiumCrystal
-
-
Else - Actions
-
-
-
-
-
-
-
I'm using Warcraft 3 1.30.1
Last edited: