Addon Spawner

Spawner

The Spawner addon for uMMORPG offers different types of spawners, allowing you to creatively customize the gaming experience on your server. Whether creating challenges, populating your world with specific entities, or adding elements of surprise through random spawn options, the Spawner addon provides a wide range of tools for game server administrators.

Key Features:

  1. AreaFixedSpawner:

    • Allows spawning any network entity at a specific location when the server starts.
    • Place specific features in predefined locations on your map.
  2. AreaMobSpawner:

    • A powerful tool for spawning monsters or other entities.
    • Customization options including random appearance around a given point.
    • Set spawn conditions such as spawn probability and adjust the level of spawned entities.
  3. AreaStartSpawner:

    • Spawns any network entity as soon as the server starts.
    • Set a spawn probability to control how often these entities appear at game start.
  4. AreaWaveSpawner:

    • Ideal for creating waves of enemies.
    • Set conditions for triggering waves, such as the number of players present or levels reached.
    • Reward players if they manage to overcome all waves, adding a strategic dimension to gameplay.

Benefits:

  • Creative Customization: Add specific entities and create varied gameplay scenarios to enrich the gaming experience.
  • Flexibility and Control: Adjust spawn conditions and parameters to meet your server's specific needs.
  • Immersion and Challenge: Add elements of surprise and strategic challenges to keep players engaged.
  • Easy Management: Intuitive interface for configuring and managing different types of spawners.

How It Works:

  • AreaFixedSpawner: Spawn entities at fixed locations when the server starts.
  • AreaMobSpawner: Configure random spawns with conditions for probability and level.
  • AreaStartSpawner: Define entities to spawn at server start with controlled probabilities.
  • AreaWaveSpawner: Create enemy waves with trigger conditions and rewards for players.

Enhance your uMMORPG server with the Spawner addon, offering extensive customization to create a dynamic and engaging gaming environment.



Tutoriel for installation

1) in project

  • 1.1) import "2D Only Spawner" or "3D Only spawner" in addon
  • 1.2) (optional) create your copy prefab

1) add in scene :

  • 1.1) add prefab in scene, click on it and parametrize it

Advice :

    1. I advise you to create your own scriptables and not to use those present in the addons
    1. I also advise you to create your own prefabs, this will avoid any subsequent overwriting

Tips:

  • copying a file on Unity is very simple, just press Ctrl+d

Requirement

  1. Tools

Add Define

  1. _iMMOSPAWNER

Video Tutoriel

  1. No video tutoriel

Addon Date

  1. Created : 2024-06-02
  2. Updated : 2024-06-03

Tutoriel Date

  1. Update : 2024-06-07 00:20:53

File Date

  1. Update : 2025-05-30

Explore Our Addons:

Bindpoint addon for uMMORPG
Bindpoint

create spawn points on your Map where players can register automatically or on demand, coupled with another addon it can also have pre-requisites (race, level, and a lot of other things)

Settings addon for uMMORPG
Settings

Allows customization of hotkeys, management of player interactions, graphical quality adjustments, and sound volume control.

Networked Switch addon for uMMORPG
Networked Switch

Allows any player within range to activate a switch per click. This switch will toggle activations/deactivations of a linked game object. The original plan was to use this as a “light switch” and a...