- Joined
- Aug 26, 2008
- Messages
- 15
Well. I didnt find anything anywhere but Here is my problem
It wont work...Can't figure out why. Take a lookie.
When hero build/uses the item Conquest hall(make castle item) and build the hall it sets the rez point at the hall. when a hero dies after 45 seconds it should revive full health and mana. It doesn't.
Then This comes in
Yeah, Sooo??
Oh...Btw, that is the one i made lol...Here is the orig.
And this xD
THANK YOU!! it would help amazingly.
It wont work...Can't figure out why. Take a lookie.
When hero build/uses the item Conquest hall(make castle item) and build the hall it sets the rez point at the hall. when a hero dies after 45 seconds it should revive full health and mana. It doesn't.
Code:
Intial Respawn
Events
Unit - A unit owned by Player 9 (Gray) Finishes construction
Conditions
(Unit-type of (Constructed structure)) Equal to Conquest Hall
Actions
Set WuRespawn = (Position of (Constructed structure))
Code:
Wu Respawn
Events
Unit - A unit owned by Player 10 (Light Blue) Dies
Conditions
Actions
Game - Display to (All players) the text: A Hero Has Died. He...
Wait 45.00 seconds
Hero - Instantly revive (Revivable Hero) at WuRespawn, Show revival graphics
Oh...Btw, that is the one i made lol...Here is the orig.
Code:
Wu Respawn
Events
Unit - A unit Dies
Conditions
(((Triggering unit) is A Hero) Equal to True) and ((Owner of (Dying unit)) Equal to (Random player from Wu))
Actions
Wait 45.00 seconds
Hero - Instantly revive (Dying unit) at WuRespawn, Hide revival graphics
Code:
Player Groups
Events
Map initialization
Conditions
Actions
Set Wei = (All allies of Player 1 (Red))
Set Shu = (All allies of Player 5 (Yellow))
Set Wu = (All allies of Player 9 (Gray))