NPC Event Maker
Design Dynamic NPC events and their spawn points.
1. Event Settings
Static
2. NPC Children
3. Spawn Points
4. Generate XML
Click the button below to generate the XML. After generating, you must complete the following steps to make your event live on your server:
- Copy the entire
<event>...</event>block from the events.xml output box and paste it into your server's<db>/events.xmlfile. - Copy the code from the cfgeventspawns.xml output box and paste it into your server's
<db>/cfgeventspawns.xmlfile. - Your new NPC needs a loadout. Go to the Spawnabletypes Editor to define what gear your NPC will spawn with.
- Finally, ensure your NPC's classname (e.g., "MyCustomNPC") exists in your master loot table. You can easily add it using our Types Editor.
events.xml
...
cfgeventspawns.xml
...