Hello guys.
I have again a problem with my map
I wanted to create an own ulitmate and nearly got everything working:
But he should move it to some others and jump.
Thanks for ya help.
Cya
Could you plz help me?
I have again a problem with my map
I wanted to create an own ulitmate and nearly got everything working:
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Mind seeking
-
Actions
-
Set CasterBlue = (Casting unit)
-
Set Blueison[1] = Bluegroup
-
Set Blueison[2] = Bluegroup
-
Lightning - Create a Drain Mana lightning effect from source (Position of CasterBlue) to target (Position of (Target unit of ability being cast))
-
Unit - Set life of (Target unit of ability being cast) to ((Life of (Picked unit)) - 200.00)
-
Set BlueLines[1] = (Last created lightning effect)
-
Unit - Pause CasterBlue
-
Wait 2.00 seconds
-
Cinematic - Fade out and back in over 2.00 seconds using texture Dream and color (100.00%, 50.00%, 50.00%) with 10.00% transparency
-
Unit Group - Add (Random unit from (Units within 800.00 of (Position of CasterBlue) matching ((Triggering unit) Not equal to CasterBlue))) to Blueison[1]
-
Unit Group - Add (Random unit from (Units within 800.00 of (Position of CasterBlue) matching ((Triggering unit) Not equal to CasterBlue))) to Blueison[1]
-
Lightning - Move BlueLines[1] to source (Position of (Target unit of ability being cast)) and target (Position of (Random unit from Blueison[1]))
-
Wait 2.00 seconds
-
Unit Group - Add (Random unit from (Units within 800.00 of (Position of CasterBlue) matching ((Triggering unit) Not equal to CasterBlue))) to Blueison[2]
-
Unit Group - Add (Random unit from (Units within 800.00 of (Position of CasterBlue) matching ((Triggering unit) Not equal to CasterBlue))) to Blueison[2]
-
Lightning - Move BlueLines[1] to source (Position of CasterBlue) and target (Position of (Random unit from Blueison[2]))
-
Wait 4.00 seconds
-
Unit - Set life of CasterBlue to ((Life of CasterBlue) + 400.00)
-
Unit Group - Pick every unit in Bluegroup and do (Actions)
-
Loop - Actions
-
Unit - Set life of (Picked unit) to ((Life of (Picked unit)) - 400.00)
-
-
-
Unit - Unpause CasterBlue
-
Lightning - Destroy BlueLines[1]
-
Custom script: set udg_AstaraelGroup = null
-
Custom script: set udg_Blueison[2] = null
-
Custom script: set udg_Blueison[1] = null
But he should move it to some others and jump.
Thanks for ya help.
Cya
Could you plz help me?