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

Creating a teleport

Status
Not open for further replies.
Level 5
Joined
Jan 15, 2018
Messages
129
Im not sure how to word this correctly so i couldnt find it in the seach bar. How can i create a teleporter that leads to a different area of the map. For example sending a unit on the Moria gate will send the unit into Moria.

There are many of these in LTA, going into the undercity of lordaeron for example.
 
Level 7
Joined
Apr 17, 2017
Messages
316
Create 2 Regions using object editor's Region Palette, 1 for Moria gate, the other for Moria.

Use that region as : A unit enters <Moria gate>
Then
set temppoint = Center Of Moria

Move triggering unit to temppoint

then leak removal: call RemoveLocation(udg_temppoint)
 
Level 5
Joined
Jan 15, 2018
Messages
129
Way gates was the word choice i was looking for. Thank you, i was able to find a thread on it. Is it possible to make the way gate function only after a research has finished?
 
Last edited:
Status
Not open for further replies.
Top