plz i need help to do a footman map!!!

Status
Not open for further replies.
Level 2
Joined
Oct 14, 2004
Messages
19
someone help me. i really want to do a footman wars map, but i dont know how do do a lot of things. :lol:
1: the hero selection
2: footmans "born" in your base.

how to make this things???
 
Level 6
Joined
Jul 17, 2004
Messages
300
USE THIS OR ELSE.....

Do you have any skills of Triggering maps or using the Object editor?... :shock:

Well for the Footman spawning make a trigger like

Time: every 1.00 (or what-ever you want) seconds.

Actions: Unit create 1 footman at region HumanBase1

If you want to have different units that you can spawn you need to have some varible skills....

Do this: make a new trigger, call it...Player1 spawn.

Event: Map installiton

Action: Set varible to Player1 units (use unit-type) to footman...


Next when we want to upgrade...Make a custom unit and name it to Upgrade to Ghouls (or some other name)

Go to the Trigger Editor and make a new trigger, Call it: Upgrade to Ghouls
Event: a unit of player 1 finish training a Unit.
Conditon: Unit-Type of trained unit equal to: Upgrade to Ghouls..
Actions: Set varible: Player1 units to Ghoul (the NORMAL unit)


Then you have to change the spawning of footmans so go back to the footman spawning trigger and change the unit create action to spawn player1 units (the varible) instead of your old footmans....


For the Hero choosing go back to the Object Editor and make some Heroes (like, Chicken of death, Sheep with a Bazooka, Blade Guardian, Fat Billy Bob, Footie Captain and all other heroes...) then make a new custom unit and take a ALTAR...scroll down to units trained and fill it with all your units trained! Then go back to the Trigger Editor and make a new trigger named like: CHOOSE HERO PLAYER1

Event: Player 1 finished training a unit.

Actions (USe If-Then-Else, The multi one) If: Unit type of trained unit equal to: (One of your heroes) then do unit- Remove: Altar. Unit- Move Trained unit instantly to Region: HumanBase1

Do this agin and agin until you have choosed all your heroes!!
That's...How you make a Footman Spawning AND Hero selection! 8)

And you man...IF YOU DONT USE THIS...I gonna just killa ya! :wink: :lol: :twisted:
 
Status
Not open for further replies.
Top