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

Why wont he cast the spell?!

Status
Not open for further replies.
Level 8
Joined
Aug 21, 2009
Messages
408
  • Ability rain of chaos
    • Events
      • Unit - A unit Is attacked
    • Conditions
      • (Unit-type of (Attacked unit)) Equal to Pit Lord
      • (Life of (Attacked unit)) Less than or equal to 20000.00
    • Actions
      • Unit - Pause all units
      • Unit - Unpause (Attacked unit)
      • Cinematic - Turn cinematic mode On for (All players)
      • Unit - Order (Attacked unit) to Special Archimonde - Rain Of Chaos (Position of (Attacked unit))
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • Camera - Pan camera for (Picked player) to (Position of (Attacked unit)) over 0.00 seconds
          • Camera - Rotate camera 360.00 degrees around (Position of (Attacked unit)) for (Picked player) over 4.50 seconds
      • Wait 0.50 seconds
      • Unit - Pause (Attacked unit)
      • Wait 4.00 seconds
      • Cinematic - Turn cinematic mode Off for (All players)
      • Unit - Unpause all units
      • Trigger - Turn off (This trigger)
he ability rain of chaos that the pitlord has is based off the Special Archimonde - Rain Of Chaos ability. Yes the conditions work because the camera circles around the pitlord. would it be me pausing the unit? i do unpause him... Hmm

I do know this has leaks in it, i am aware and will fix that later ^^ Any ideas?
 
Level 8
Joined
Aug 21, 2009
Messages
408
  • Ability rain of chaos
    • Events
      • Unit - A unit Is attacked
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Pit Lord
      • (Life of (Triggering unit)) Less than or equal to 20000.00
    • Actions
      • Hero - Learn skill for (Triggering unit): Special Archimonde - Rain Of Chaos
      • Unit - Pause all units
      • Cinematic - Turn cinematic mode On for (All players)
      • Wait 1.00 seconds
      • Unit - Unpause (Triggering unit)
      • Unit - Order (Triggering unit) to Special Archimonde - Rain Of Chaos (Position of (Triggering unit))
      • Set CameraLoc = (Position of (Triggering unit))
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • Camera - Pan camera for (Picked player) to CameraLoc over 0.00 seconds
          • Camera - Rotate camera 360.00 degrees around CameraLoc for (Picked player) over 4.90 seconds
      • Custom script: call RemoveLocation(udg_CameraLoc)
      • Wait 1.00 seconds
      • Unit - Pause (Triggering unit)
      • Wait 4.00 seconds
      • Cinematic - Turn cinematic mode Off for (All players)
      • Unit - Unpause all units
      • Trigger - Turn off (This trigger)
Still no luck :( maybe i should change the pitlord into a unit rather than a hero? thanks for the pointers ghost :D

Edit: does the
  • Unit - Order (Triggering unit) to Special Archimonde - Rain Of Chaos (Position of (Triggering unit))
leak as well?
 
Level 13
Joined
Oct 27, 2008
Messages
1,176
  • Trigger - Turn off (This trigger)
If it getting cast once than ignore this post
If your trying to get it to cast more than once than remove than line and try it again.
 
Status
Not open for further replies.
Top