D
Dr.mc.coy
Guest
Hi there.
I've got a question. I'm sitting on a RPG-Campaign, and now I need a Spawn-script, like WoW. I've got a Test-Map for this TEst, because I have no Idea how to do this. Is there any functions to revive a Unit? My Trigger is like this:
if(Unit_Murloc) dies
do
wait 5 seconds
set Life of (Unit_Murloc) to 100.00%
Move Unit to Position of (Soldier)
But the Live is not set to 100%m I think because the Unit is allready dead, just the corpse is put to the Position of the Soldier. Are there any Options to revive the Murloc? It's necessary, that the revived Murloc is the same as the original Murloc, because they need to drop something.
Well,
I hope you guys can help me,
Dr.mc.coy
I've got a question. I'm sitting on a RPG-Campaign, and now I need a Spawn-script, like WoW. I've got a Test-Map for this TEst, because I have no Idea how to do this. Is there any functions to revive a Unit? My Trigger is like this:
if(Unit_Murloc) dies
do
wait 5 seconds
set Life of (Unit_Murloc) to 100.00%
Move Unit to Position of (Soldier)
But the Live is not set to 100%m I think because the Unit is allready dead, just the corpse is put to the Position of the Soldier. Are there any Options to revive the Murloc? It's necessary, that the revived Murloc is the same as the original Murloc, because they need to drop something.
Well,
I hope you guys can help me,
Dr.mc.coy


