• 🏆 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!

How to make Town Hall not show up?

Status
Not open for further replies.
Level 2
Joined
Mar 1, 2008
Messages
16
I'm making a map where the starting units are already there but when i put a starting location the town hall shows up when i test it. That's fine and all but i didn't want any buildings. How do I fix That?
 
Level 32
Joined
Oct 23, 2006
Messages
5,291
If one deletes (or edits) the following trigger, a Town Hall will not be created at the starting location.

[TRIGGER=Melee Initialization]Melee Initialization
Events
Map initialization
Conditions
Actions
Melee Game - Use melee time of day (for all players)
Melee Game - Limit Heroes to 1 per Hero-type (for all players)
Melee Game - Give trained Heroes a Scroll of Town Portal (for all players)
Melee Game - Set starting resources (for all players)
Melee Game - Remove creeps and critters from used start locations (for all players)
Melee Game - Create starting units (for all players)
Melee Game - Run melee AI scripts (for computer players)
Melee Game - Enforce victory/defeat conditions (for all players)
[/TRIGGER]
 
Level 2
Joined
Mar 1, 2008
Messages
16
thanks ill go try that

wait do you mean delete them all, or just one of them?
 
Last edited by a moderator:
Status
Not open for further replies.
Top