> For the complete documentation index, see [llms.txt](https://lokagamers.gitbook.io/rowiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lokagamers.gitbook.io/rowiki/server-information/patch-notes/cbt/may-2025/may-16-2025.md).

# May 16, 2025

## May 16, 2025

Patch notes for Friday, May 16, 2025.

#### Patcher

* The patcher window no longer remains visible in the background after the client closes.

#### Character Creation

* Non-VIP accounts can create up to `5` character slots.
* VIP accounts can create up to `15` character slots.
* Character deletion now has a `24-hour` timer.
* Default nickname creation only accepts one alphanumeric word.
* Nicknames must be `4` to `23` characters.
* Spaces and symbols are not allowed in default nickname creation.

#### Special Character Nickname

* Players can change their nickname with spaces and symbols through the **Nickname Changer** NPC.
* Successful nickname changes trigger auto-relog.
* Friend list name updates apply after both players relog.

#### Font In-Game

* The in-game font now uses `Verdana`.

#### Skill Tree

* The Skill Tree now opens maximized by default.

#### Party Name

* Party names are now visible even without a Guild.

#### Guild

* Default guild capacity is `10` members.
* Maximum guild capacity is `25` members.
* Guild Extension adds `+3` members per level:
  * `Lv 1`: `+3`
  * `Lv 2`: `+3`
  * `Lv 3`: `+3`
  * `Lv 4`: `+3`
  * `Lv 5`: `+3`

#### Big Billboard

* Added a billboard in **Payon Town** at `101, 137`.
* Added a billboard in **Payon Town** at `78, 137`.


---

# 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://lokagamers.gitbook.io/rowiki/server-information/patch-notes/cbt/may-2025/may-16-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.
