# MVP Spawn Checker

## MVP Spawn Checker

The **MVP Spawn Checker** is an essential tool designed to monitor and track the status of MVP monsters in real-time. It keeps a log of the last known spawn times and the defeat status of MVPs, ensuring that critical data is not lost during unexpected server interruptions, such as accidental script reloads or map crashes.

* **MVP Status Tracking:** The checker continuously monitors the spawn of MVPs, recording whether they have been defeated or are still alive.
* **Map Registry Integration:** The MVP status data is securely saved in the map registry, which is a database system that registers the state of MVPs on a specific map.
* **Server Recovery Support:** In the event of an accidental script reload or map crash, the server can revert to the last known state of the MVPs, ensuring that players can resume their experience without any disruptions or confusion regarding the MVPs' status.
* **Smooth Game Continuity:** By preserving the status of the MVPs, the checker helps maintain continuity in the game world. Players will not face inconsistencies related to MVP spawn times and statuses, making the game experience more immersive and less frustrating.

This feature is especially important for servers that have frequent MVP hunts or boss events, as it ensures that players don't encounter problems due to unexpected technical issues. The MVP Spawn Checker effectively ensures that the world remains consistent, even when the server experiences disruptions.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ark-project-valkyrie.gitbook.io/ark-project-valkyrie/server-features/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
