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

How do you make like a crater? (cant explain in title)

Status
Not open for further replies.
Level 8
Joined
Aug 1, 2008
Messages
420
I want to kind of make cracks in the ground. Kind of like i think if you cast volcano. (i cant really remember)

  • Environment - Create a 0.50 second Temporary crater deformation at (Center of (Playable map area)) with radius 512.00 and depth 64.00
that doesnt even work. How would i do it? Dummy ability? what ability makes a crater?
 
Level 8
Joined
Aug 1, 2008
Messages
420
Hang around, ill try to explain what it is.
ah here. War stomp. it leaves the cracks on the ground when you cast it. could i do that an easier way then using a dummy war stomp?
 
  • Actions
    • Set Point1 = (Target point of ability being cast)
    • Ubersplat - Create ubersplat at (Point1) of type Thunder Clap with color (100.00%, 100.00%, 100.00%) and 0.00% transparency (Disable paused state, Disable skipping birth time)
    • Ubersplat - Change (Last created ubersplat): Enable render always state
    • Custom script: call RemoveLocation (udg_Point1)
 
Level 8
Joined
Aug 1, 2008
Messages
420
I created a unit, and made the unit the effect like an earthquake, seemed the simplest way. but thanks for the trouble :)
 
Status
Not open for further replies.
Top