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

Minor model edit request

Status
Not open for further replies.
Level 7
Joined
Jul 21, 2019
Messages
177
Hello, i wonder if anyone could please edit the Resurrection Stone model for me? i need two versions, one facing north-east and one facing north-west, ingame there are SW and SE facing version but i need the other two so i can cover all the corners of my map.

Thanks in advance
 
Level 30
Joined
Feb 18, 2014
Messages
3,625
Or, you can simply use triggers to rotate the building.
  • Rotate Building
    • Events
    • Conditions
    • Actions
      • Set u = Resurrection Stone (southwest facing) 0001 <gen>
      • Custom script: call SetUnitPosition(udg_u, GetUnitX(udg_u), GetUnitY(udg_u))
      • Custom script: call SetUnitFacing(udg_u, 360)
 
Status
Not open for further replies.
Top