• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] How to move effects?

Status
Not open for further replies.
Level 2
Joined
Jul 8, 2007
Messages
19
Hello guys.
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 now if i cast this ultimate on someone he just shows one blue effect, on the targeted unit.
But he should move it to some others and jump.
Thanks for ya help.
Cya
Could you plz help me?
 
Level 2
Joined
Jul 8, 2007
Messages
19
really?
Why do you think?
How can i fix this?
Or have a better idea to do this trigger?
So that its jumping from unit to unit after a while and in the end all units lightned shall be attacked by 400 damage.
Thanks
 
Status
Not open for further replies.
Top