mmo-arch icon indicating copy to clipboard operation
mmo-arch copied to clipboard

Feature Request: NPC Spawning system

Open JoeyHengst opened this issue 4 years ago • 1 comments

It would be nice to have a NPC Microservice or system? Which would handle spawning of npc's, movement of npc's.

NPC can be categorized in different types:

  • citizens
  • world mobs, dungeon mobs
  • raidbosses
  • pets
  • animals
  • mounts?

JoeyHengst avatar Mar 06 '20 19:03 JoeyHengst

There are NPC Config files for specific maps to be used across multiple microservices in order to coordinate spawn location and behavior, so the map server will be responsible for the movement of the npcs and determining distance, while other AI related services would be responsible for what to do with that information.

jwhenry3 avatar Mar 31 '20 14:03 jwhenry3