• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Spawn System

Status
Not open for further replies.
Level 20
Joined
Jul 14, 2011
Messages
3,213
"Easy spawn system" depends on several things.

How do you want to spawn the creep? based on area? based on level? do you have creep banks of arrays or something to spawn from? Is the spawn timed? etc...

An easy spawn System is you place the creeps on the World Editor and detect
Event- A unit dies
Condition - Triggering unit belongs to Neutral Hostile
Action - Wait 30 seconds
Action - Revive (triggering Unit)
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
There is a huge difference between Spawn and Respawn system.

Spawn
Great example is AoS-styled map: DotA.
The armies are spawned until the end of the game

Respawn
Many uses this system in RPG, or specifically to control the population of units in a specific areas.

Now, which one do you like request ?
 
Level 8
Joined
Sep 2, 2012
Messages
308
Spawn From Area . For Example I Chose A Region That 4 Centaurs Come From There I Want This Trigger . Also I Want To Know When You Enter For Example A Region When You Enterd There The Door Behind Will Be Closed Then A Boss Comes To Fight Please Help Me With These *Thanks*
 
Level 9
Joined
Dec 21, 2011
Messages
332
Off-Topic:
If you can, kindly refrain from typing every starting letter in upper case
---
If I can decode what you say correctly, you are creating some kind of RPG, no?

  • Create Units 1
    • Events
      • ---Insert some event/s here---
    • Conditions
      • ---Insert some condition/s here---
    • Actions
      • Unit - Create 4 Anti-Jedi Centaur for Player 1 (Red) at (Center of Death Star <gen>) facing 0.00 degrees
  • Move1
    • Events
      • Unit - A unit enters Death Star <gen>
    • Conditions
      • ---Insert some condition/s here---
    • Actions
      • Unit - Order (Entering unit) to Move To (Center of The Dark Side <gen>)
  • Some kind of Pink Laser Block
    • Events
      • Unit - A unit enters Somewhere in Death Star <gen>
    • Conditions
      • (Entering Unit) Equal To Qui-Gon Jinn
      • Actions
        • Destructible - Close Pink Laser Gate (Horizontal) 1337 <gen>
EDIT : I dunno, but I have a hunch somebody is rubbing his palm in his/her face while saying :"That trigger/s leak/s, stupid lying cake!" Well. Sorry about that.
 
Last edited:
Level 29
Joined
Oct 24, 2012
Messages
6,543
Yes ur triggers leak. Also never use entering unit just use triggering unit

@dark
If u don't understand his triggers u should look for tutorials. Also look at the tutorial things that leak and my tutorial things a GUIer should know. Those will help u a lot.

Leaks are very important to clean if u don't ur map will lag very bad in a short amount of time. Leaks are not the only cause of lag tho sometimes it is inefficient triggers which my tutorial can help u with. If u can't understand something on my tutorial just post on the tutorial and I will help ASAP.
 
Status
Not open for further replies.
Top