• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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