• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Creeps

Status
Not open for further replies.
Level 2
Joined
Apr 7, 2008
Messages
23
Well, I complete create terrain and I will create map named ''DvsS RPG''.I have problem with creeps system - If die/Wait 20 seconds/Respawn

There`re screen
creepingsh3lpzt8.jpg
 
Level 2
Joined
Apr 7, 2008
Messages
23
There are Triggerind/Dying unit. Look at trigger ''Set Variables''


EDIT: And about events... I said what`re system. Lol,events = ok.
 
Level 3
Joined
Dec 16, 2007
Messages
46
Here you go :wink:
Code:
Respawn
    Events
        Unit - A unit Dies
    Conditions
    Actions
        Wait 2.00 seconds
        Hero - Instantly revive (Dying unit) at (Position of (Dying unit)), Hide revival graphics
 
Level 2
Joined
Apr 7, 2008
Messages
23
Lol yeah right.


Unit - A unit Dies

Sure!!!! That means if another unit dies , he will respawn. I dont need that shit. :/
 
Level 9
Joined
Oct 17, 2007
Messages
547
Lol dude.. hes right .. use that trigger and add in a condition that checks for the unit type. If thats how u response to the people who put some time in reading and helping u, i highly doubt anyone else will want to help with your future problems. (looks like you will have a lot of problems judging from your responses)

BTW: your "set variable" does COMPLETELY nothing since the game can't tell which one is the "triggering unit" or the "dying unit." Do some research before bashing people's replies to your problems.
 
Level 14
Joined
Nov 4, 2006
Messages
1,241
or you can use sth like this:
  • Events
    • Unit - A Unit dies
  • Conditions
    • unit type of triggering unit equal to your unit type(use more if you have more unit types)
  • Actions
    • Wait 30 sec
    • Unit - create 1 unit of type (unit-type of dying unit) at position of dying unit
and pls watch your language, these people are trying to help you
 
Status
Not open for further replies.
Top