HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Summoning stuff

09-15-2003, 03:58 PM#1
Kyanou
I'm working on a MOD, and I'm in charge of the Demon Race of that MOD.
What I am trying to do is to make my hero in such a way that whaenver he gives the final blow to kill a units, that specific units will become a phoenix egg that will hatch after 60 seconds into a Demon(that I will model).

The problem is that I don't know how to do it. If anybody could tell me how. I would greatly apreciate that.

-Kyanou
09-15-2003, 04:33 PM#2
Zwan
Try toying around with the parasite ability, or Doom
09-15-2003, 04:39 PM#3
Sen'jin
just edit black arrow ?
09-15-2003, 04:56 PM#4
Kyanou
Yeah but how do I make an egg that hatchs in the Demon after that?
09-15-2003, 07:56 PM#5
Das Jank
Give him an ability based off of Black Arrow. Change the new ability so that it spawns a unit that has the phoenix egg model and then set a trigger thats like:

Events:
A unit enters (playable map area)
Condition:
Unit equal to phoenix egg
Action:
Set expiration timer for triggering unit.

Then just make another trigger thats like:

Events:
A unit dies.
Condition:
Unit Equal to Phoenix egg
Action:
Create 1 demon for (Owner of (dying unit)) at (Position of (Dying unit)) facing Default building facing degrees
09-16-2003, 09:06 AM#6
Kyanou
Sounds rather simple. Just that I really suck wiht triggers. I'll try anyway.