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

How to teleport a unit?

Status
Not open for further replies.
Level 4
Joined
Dec 2, 2009
Messages
53
Hi

I try make my new map and i need know how to create stage
exemple: Tomb of Jaracon have this system.
pls help me
 
Level 4
Joined
Dec 2, 2009
Messages
53
Explain more about they way these stages work; you force us otherwise to play the map :p

i'm working on Ragnarok map
ragnarok u need enter in some portal to teleport to another map, i'm trying make this system in my map
 
Level 11
Joined
Aug 6, 2009
Messages
697
I think you mean when someone enters a teleporter,they are teleported to a different area and their camera is set up to that area.Heres the function on how to lock the owner of entering unit's camera to the stage.
  • Camera - Set the camera bounds for (Owner of (Triggering unit)) to Stage 3 <gen>
 

Deleted member 177737

D

Deleted member 177737

I think he wants to know how to make another map load when you enter a portal, and how to transfer all of the hero data (if there is a hero) to that map.
If thats what you want, sorry I don't know how either =P
 
Level 17
Joined
Apr 3, 2010
Messages
1,101
If you want to do what yayoi suggested then you would have to use gamecaching but this is only usefull in single player. Otherwise you could try a save load system and before transporting give the players a code that will load there units in the next stage.
 
It's not possible to move through maps in multiplayer unfortunately ;/
If you want to implement idea like Warcraft3 TFT orc additional camaign has (Rexxar one) you are forced to create signle-player map only and work with game-caches. You can see how blizzard is doing that in thier campaign, if you open given campaign from war3 folder.

Although, you can always divide your map into differend areas, use pathing blockers/terrain/cliffsv to prevent players from entering areas that they are not allowed to enter and use one of save/load systems to make game's appearance even greater.
 
Status
Not open for further replies.
Top