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

Plz Help!!!!!!!!!!!!!!!!

Status
Not open for further replies.
Level 1
Joined
Apr 30, 2008
Messages
1
Hey this might be a stupid question but with the starting points how do i get rid of tHe units and the town hall
 
Level 6
Joined
Mar 17, 2008
Messages
150
Code:
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)


You see that trigger right whenever you create or just start the map in the Trigger editor?

(You should remove the BOLD ( CODE BELOW ) text ----- Recommended: Remove the trigger)

Code:
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)
        [B][I]Melee Game - Remove creeps and critters from used start locations (for all players)[/I][/B]
        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)

-----------------------
There are no stupid questions, just stupid people (whose exclamation mark key is stuck).

Bit harsh, look at his posts, he's a New Member. Respect him as the others.
 
Status
Not open for further replies.
Top