HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How to effect a hero exactly after he got revived by an ankh?

01-25-2004, 05:47 PM#1
Bloodlust
Hello.

Lets say I got a Hero with a custom ankh and i want something to happen when he got revived by the ankh. Like giving him an ability or something like that.

I tried some stuff but it didnt work.


Thank you.
01-25-2004, 06:34 PM#2
volatile
item - unit manipulates item - ankh... that would set you up for a unit that has just used an ankh, I am not sure if the ankh use is right after death or right at ressurection...

Events
---> Your Hero Unit - A unit Uses an item

Conditions
----> Manipulated = a lot of things. (Item-type of (Item being manipulated)) Equal to Ankh of Reincarnation

Actions
-whatever here

Hope this helps...
01-26-2004, 04:43 PM#3
Bloodlust
more ideas?
01-27-2004, 02:51 PM#4
Vexorian
Reincarnation like abilities will not trigger uses an ability / uses an item

You only chance is to have a specific unit event (A unit 's hp becomes less than 0) , check if the unit has the ankh, add game time wait equivalent to the reincarnation delay and done.

USe trigger - add event to add the specific unit event