• 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] Permenant Ethereal Form

Status
Not open for further replies.
Level 2
Joined
Nov 2, 2008
Messages
14
Trying to get it to where the Spirit walker model is constantly in his ethereal form. However its not working out quit well. My simplistic thoughts led to this first:

  • The Lost Button
    • Events
      • Dialog - A dialog button is clicked for Dialog
    • Conditions
      • (Clicked dialog button) Equal to DialogB2
    • Actions
      • Unit - Create 1 Spirit Walker for (Triggering player) at (Center of (Playable map area)) facing Default building facing degrees
      • Unit - Order (Last created unit) to Orc Spirit Walker - Ethereal Form
      • Unit - Remove Ethereal Form from (Last created unit)

This worked in the process that it forces the unit into ethereal form. However, you can simply use the ability "Corporeal Form" to switch back to a solid like form....

So I thought 'Well that makes sense, I did tell it to remove the Ethereal Form ability, not the Corporeal form', so I went back and change it to look like this

  • The Lost Button
    • Events
      • Dialog - A dialog button is clicked for Dialog
    • Conditions
      • (Clicked dialog button) Equal to DialogB2
    • Actions
      • Unit - Create 1 Spirit Walker for (Triggering player) at (Center of (Playable map area)) facing Default building facing degrees
      • Unit - Order (Last created unit) to Orc Spirit Walker - Ethereal Form
      • Unit - Remove Corporeal Form from (Last created unit)

This time... the Spirit walker didn't even go into the Ethereal form at all ><;

What am I doing wrong here?
 
Status
Not open for further replies.
Top