T
The_Master
Guest
Ok, im a little lost on the WC3 editor becuase im too used to the SC one...
Im making a map where at the start, the people get to pick their heros. When the hero dies, it should be able to revive, but only twice. I dont think you need much more of a description about the map than that, but if you need more info tell me
so here goes-
First off- after they pick a hero, the hero spawns.
What i want differant is- I'm currently using wisps to tell the game where to spawn the heros (much like what Resident Evil X does). But wisps obviously give away the spawn points, which for my map, is a bad thing. what trigger can i use so the spawn points arent so obvious??
Second- When i hero dies, i need it to revive at one of those random points. The heros can only revive twice after their death. What trigger can i use to do this?
I tryed looking at Ryoko's site, and it helped a little, but not as much as I hoped.... if theres a link explaining how to do what i want done, please, by all means, post the link.
THX in advance ^_^
Im making a map where at the start, the people get to pick their heros. When the hero dies, it should be able to revive, but only twice. I dont think you need much more of a description about the map than that, but if you need more info tell me
so here goes-
First off- after they pick a hero, the hero spawns.
Code:
Events-
Unit- A unit enters Hero1 <gen>
Conditions-
Hero1 less than 2
(unit-type of (triggering unit)) equel to selector
Actions-
Unit- replace (triggering unit) with a Hero1 using The new unit's Max life and mana
Unit- move (last replaced unit) instantly to (position of (random unit from (Units of type start area)))
Camera- Pan camera for (owner of (triggering unit)) to (position of (last replaced uint)) over 0.00 seconds
Second- When i hero dies, i need it to revive at one of those random points. The heros can only revive twice after their death. What trigger can i use to do this?
I tryed looking at Ryoko's site, and it helped a little, but not as much as I hoped.... if theres a link explaining how to do what i want done, please, by all means, post the link.
THX in advance ^_^


