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

Custom Scripting

Status
Not open for further replies.
Level 16
Joined
Sep 3, 2004
Messages
2,086
Having seen the Caster System and seeing the custom script and lack of JASS, I want a definition of custom scripting out of curiousity.
So when you call a custom script, you can make a spell from a player ahppen without any dummies??? So you could make chain lightning happen on enemies around you with no origin of lightning???

And I basically, although pretty good w/ object and triggers, want an example disected to ezplain what each part means

@Vex: you can delete this if this has a tut although I haven't seen one
 
Level 11
Joined
Jul 20, 2004
Messages
2,760
Basically you can do that Chain Lightning stuff even with triggers. Base it on War Stomp. Once the spell is obviously cast you can pick up all the units around the caster who belong to an enemy and add them to a group. Then you take 1 random unit from the group, create a dummy caster at the position of casting unit and order that dummy to cast chain lightning on that unit. It should work. You can also make a FOR or a "Pick up every unit in group" and create a dummy for each unit and make it cast chain lightning on that unit. It would create a massive chain lightning, very nice effect I guess. I might do it today, I'll think about it.
 
Status
Not open for further replies.
Top