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

I need help

Status
Not open for further replies.
Level 3
Joined
May 28, 2006
Messages
42
I would like to know how to do a few things on my map.
1. How do you set the food limit.
2. How do you set the victory conditions.
 
Level 3
Joined
May 28, 2006
Messages
42
Can someone plz tell me how to set the food limit and how to set the victory conditions.
 
Level 12
Joined
Nov 24, 2005
Messages
922
[trigger:1:5557feb1a2]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:1:5557feb1a2]

These are the standard game victory conditions
 
Level 3
Joined
May 28, 2006
Messages
42
ok,
i want the humans to win if they kill a summoner and the undead to win if they summon a deamon and destroy a human dock witch counts as a base.
 
Level 12
Joined
Nov 24, 2005
Messages
922
[trigger:1:1b1d0f1c9e]Human Win
Events
Unit - A unit Dies
Conditions
(Unit-type of (Dying unit)) Equal to Necromancer
Actions
Game - Victory Player 1 (Red) (Skip dialogs, Show scores)
[/trigger:1:1b1d0f1c9e]

Necromancer is your summoner
Player 1 (Red) is the humans

-----
This is if they destroy the port
[trigger:1:1b1d0f1c9e]Undead Win
Events
Unit - A unit Dies
Conditions
(Unit-type of (Dying unit)) Equal to Human Shipyard
Actions
Game - Victory Player 2 (Blue) (Skip dialogs, Show scores)
[/trigger:1:1b1d0f1c9e]

--------
This is if they train the deamon
[trigger:1:1b1d0f1c9e]Undead Win B
Events
Unit - A unit Finishes training a unit
Conditions
(Unit-type of (Trained unit)) Equal to Abomination
Actions
Game - Victory Player 2 (Blue) (Skip dialogs, Show scores)
[/trigger:1:1b1d0f1c9e]
 
Level 24
Joined
Jun 14, 2005
Messages
2,506
Ok Don't Double post. Posting the question twice is not going to get anyone to help you. Consider yourself warned.

And Healingpoison those are just the standard melee triggers, I belive only one of them actualy has something to do with the victory conditions :p
 
Level 3
Joined
May 28, 2006
Messages
42
I need some more help,
When i try to test my map with my friend over lan it says the file is too big,same with battle.net,
is there any way to fix this.
 
Level 3
Joined
May 28, 2006
Messages
42
ok,i checked ,it takes up 9.99mb, how am i supposed to get rid of enough models or whatever to make it work without ruining it.
 
Status
Not open for further replies.
Top