HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Only let ppl make 1 hero from altar?

07-11-2004, 01:44 PM#1
Chryosmere
On my map i need to make it so u can pick from several heros at the altar you build but after that you can never pick a hero from it again.. all it is is just a place to revive the hero after that (even when tehy tech to tier 2 etc they can't make a hero). How can i do this? You can't just kill the altar because the unit can rebuild it.. and there are different altars for different races. Just said that stuff incase.
07-11-2004, 02:11 PM#2
randyM4A1
Quote:
Originally Posted by Chryosmere
On my map i need to make it so u can pick from several heros at the altar you build but after that you can never pick a hero from it again.. all it is is just a place to revive the hero after that (even when tehy tech to tier 2 etc they can't make a hero). How can i do this? You can't just kill the altar because the unit can rebuild it.. and there are different altars for different races. Just said that stuff incase.

Not sure what kind of map are you making... but then if ya makin a mellee map buildings and stuffs...you can set it in the Game (Consultant) and if ya makin a custom map like Open RPG then set it in the triggers ..there so many ways to do that ... next time tell peoples what map ya makin so it will be eazy for peeps to help ya....!
07-11-2004, 02:26 PM#3
Chryosmere
Its kinda of melee.... does that help? anyway i looked aronud and cant find anything so yeh
07-11-2004, 03:03 PM#4
Undead_Lives
you can do it with triggers....(the way i know) but other than that i think if u search in the toolbars you can find something that limits hero lvl, and maybe number of heros.
07-11-2004, 04:32 PM#5
Milkman
There is an action called:
Player - Limit training of Heroes to 1 for Player 1 (Red)
This will work just fine at mamp initialization. Just do this:
For each (Integer A) from 1 to (Number of players in (All players controlled by a User player)), do (Actions)
Loop - Actions
Player - Limit training of Heroes to 1 for (Player((Integer A)))

Or you can have a separate action for each of the players. In case you have trouble with the above action that is.
07-12-2004, 01:17 AM#6
Chryosmere
Cool thanks