• 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.

Chain Lightning model

Status
Not open for further replies.
Level 3
Joined
Jul 2, 2006
Messages
35
I can't get the beam of lightning from chain Lightning! I want to replace the knives in fan of knives to that beam, but it won't appear... why?
 
Last edited:
Level 6
Joined
Jan 7, 2007
Messages
247
maybe because chain lightning effect is *lightning effect* and fan knives are not o_O
 
Level 9
Joined
Jun 18, 2004
Messages
565
IRON WARRIOR TO THE RESCUE!

No, you cannot actually make them into a missle effect...you CAN, however, make a Lightning Effect around the caster!

  • Casted
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Fan of Lightning
    • Actions
      • Lightning - Create a Chain Lightning - Primary lightning effect from source (Position of (Casting unit)) to target ((Position of (Casting unit)) offset by 475.00 towards 45.00 degrees)
      • Set Zappo[1] = (Last created lightning effect)
      • Lightning - Create a Chain Lightning - Primary lightning effect from source (Position of (Casting unit)) to target ((Position of (Casting unit)) offset by 475.00 towards 180.00 degrees)
      • Set Zappo[2] = (Last created lightning effect)
      • Lightning - Create a Chain Lightning - Primary lightning effect from source (Position of (Casting unit)) to target ((Position of (Casting unit)) offset by 475.00 towards -45.00 degrees)
      • Set Zappo[3] = (Last created lightning effect)
      • Trigger - Run (This RemoveLightning) (ignoring conditions)
That creates the Lightning effect around the caster. Been awhile since I've used the Warden, so the angles might not be perfect. The trigger than gets ran at the end is...

  • Remove Lightning
    • Events
    • Conditions
    • Actions
      • Wait 0.50 seconds
      • Lightning - Destroy Zappo[1]
      • Lightning - Destroy Zappo[2]
      • Lightning - Destroy Zappo[3]
This removes the Lightning FX after 0.5 seconds. It won't look perfect, and you can fiddle around with it a heckofalot, but it's the best option I can think of.

Good luck!
 
Level 7
Joined
Jun 10, 2007
Messages
225
This just popped into my head: Someone should make a unit, which when moved instantly from point x to point y, it will leave a streamer behind it with the model of chain lightning. Think of the trail behind Faerie Dragon missiles.
 
Status
Not open for further replies.
Top