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!
im makeing an orpg and i have some problems with making a respwan trigger for the monsters. i want them to spwan at a specifed place (without region if possible). if u get any idea post it plz
The problem with gray respawn is that this will be at the point of dying unit. If you have it there and the unit follows you into your base or something then it will keep spawning there :O Big problem. Heres how to do it.
Event-
Map initialization
Conditons-
Actions-
Unit group - pick every unit in all units owned by Neutral Hostile and do actions
- Set Respawn_Point [Respawn_Count]=Position of Picked Unit
- Set Custom Value of Picked unit to Respawn_Count
- Set Respawn_Count= Respawn Count + 1
That is your first one. Next:
Event-
Unit- A unit Dies
Conditions-
-Owner of Dying Unit= Neutral Hostile
Actions-
Wait 25 seconds
Create 1 Unit type of dying unit for owner of dying unit at Respawn_Point[Custom value of Dying Unit]
Set Custom Value of (Last Created Unit) to Custom Value of Dying Unit
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.