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

Rotate buildings at reforged (Triggers)

Status
Not open for further replies.
Level 4
Joined
Sep 27, 2018
Messages
61
There is a way to rotete buildings at reforged?
No editor, I know you can change stats - Is a Building
With triggers I have this:
  • TrpRotacion
    • Events
      • Destructible - Palanca 5851 <gen> dies
    • Conditions
    • Actions
      • Unit - Pause all units
      • Visibility - Create an initially Enabled visibility modifier for Player 1 (Red) emitting Visibility from (Position of Trampilla 0421 <gen>) to a radius of 500.00.
      • Camera - Apply Camera 037 <gen> for Player 1 (Red) over 1.00 seconds
      • Wait 1.00 seconds
      • Sound - Play GateOpen <gen>
      • Unit - Make Trampilla 0421 <gen> face 0.00 over 3.00 seconds
      • Neutral Building - Set Trampilla 0421 <gen> destination to (Center of Viento07 <gen>)
      • Set VariableSet VientoDireccion = Viento07 <gen>
      • Wait 3.00 seconds
      • Camera - Pan camera for Player 1 (Red) to (Position of (Dying destructible)) over 1.00 seconds
      • Visibility - Destroy (Last created visibility modifier)
      • Unit - Unpause all units
It doesn't work.
 
"Make unit face angle" only works for units with a turn radius, won't work for structures

You have two options:

  • change the default building facing radius -- this would make all units face a different direction than 270 degrees
  • remove the unit and create a new structure with a specified facing angle
Edit: see below, this information isn't quite right
 
Last edited:
Level 4
Joined
Sep 27, 2018
Messages
61
"Make unit face angle" only works for units with a turn radius, won't work for structures

You have two options:

  • change the default building facing radius -- this would make all units face a different direction than 270 degrees
  • remove the unit and create a new structure with a specified facing angle
I've resolved it, it actually works for buildings.
It have to change Movement - Speed base and Movement - turn rate
It worked. This is solved.
 
Status
Not open for further replies.
Top