> For the complete documentation index, see [llms.txt](https://playdarkro.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playdarkro.gitbook.io/wiki/patch-notes/changelogs/11-24-2025.md).

# 11-24-2025

```
- Updated Guild Package you will now get Guild Equipment Box!
- Fixed Trap Skill max of 10 per player
- Fixed Demon of the Sun Moon and Stars Blindess (Please Test!)
- Allowed Teleport Skill Level 1 in Gold Room
- Turn the Invasion Map to NOSKILL mapflag
- Increase Pike Weight from 100 to 300
- Increase The Paper mobs in ama_dun03 from 30 to 60, reduced despawn from 10mins to 1min
- Increase Shinobi mobs in ama_dun03 reduced despawn from 10mins to 1min
- Removed BOT in Champ Room
- MVP Monsters Random Respawn Coordinates
- Fixed @tracker card, added LHZ Cards for transparency
- Bot Checker still in progress (We found a bug and still working on it!)
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://playdarkro.gitbook.io/wiki/patch-notes/changelogs/11-24-2025.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
