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,623
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