• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Dungeon Instances

Status
Not open for further replies.
Level 3
Joined
Nov 17, 2011
Messages
11
I am making my first Wc3 map, and would like to add instances to it. Instances being that if my hero enters a certain region he/she will enter a separate map, which will contain the actual dungeon. Entering a region in the dungeon map will then transfer the hero back to the starting map, in the exact state that it was when he/she left.

An example of this is Rexxar entering and exiting Thunder Ridge in the TFT bonus campaign.

I've looked through the tutorials on The hive, as well as tried google, but haven't been able to find a guide for making such instances.

Is it possible to do this in a custom map? If so, does anyone know of a guide or tutorial?

Thanks in advance :grin:
 
Level 5
Joined
Sep 30, 2011
Messages
178
I think you should use campaign editor..... (first make the map, then if unit reach a region, use this:
  • New Map
    • Events
      • Unit - A unit enters your specified region
    • Conditions
    • Actions
      • Game - Set the next level to Next map
      • Game - Victory Player 1 (Red) (Show dialogs, Show scores)
I never actually try this trigger, but try this first
 
Status
Not open for further replies.
Top