> For the complete documentation index, see [llms.txt](https://cruel-ro.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://cruel-ro.gitbook.io/wiki/server-changelogs.md).

# Server Changelogs

<h2 align="center">🛠️ <strong>Change Log Update (10/29/2025)</strong></h2>

* New upper and costume set added (Quest Lady and Cash Shop)
* Card Deposit: Now activated
* New NPC: Coin Manager added

<h2 align="center">🛠️ <strong>Change Log Update (10/14/2025)</strong></h2>

* **Norse Weapon** – Now available at the Quest Lady
* **Card Unlock System** – New account-wide feature added
* **Sealed Valkyrie Set** – Half-effect version of the original Valkyrie Set, now obtainable via the Quest Lady
* **New Enchants for Weapons** – Added **ATK +3%**, **MATK +3%**, and **HP +3%**

<h2 align="center">🛠️ <strong>Change Log Update (9/25/2025)</strong></h2>

🔧 **Updates & Fixes**

🛠 **Character Deletion Fix**\
Issue resolved — character deletion now functions properly.

🧙 **New NPC: Fallen Hero (Safe Card Remover)**\
A new NPC has arrived to help you safely remove cards without risking your gear.

🎟 **Battle Pass Update**\
Now available in the **Cash Shop** starting **October 1**!

🛒 **Cash Shop Update**\
New exclusive items have been added — check them out in-game!

🏆 **MVP Shop Revamp**\
The MVP Shop has been improved and is now viewable in the **browser version**.

🌐 **RO Browser Update**\
Enhanced performance and smoother gameplay for browser users.

✨ **Enchanter Adjustment**\
No more breaking costumes during enchant — however, enchantment fees have been **increased** to balance the system.

<h2 align="center">🛠️ <strong>Change Log Update (9/9/2025)</strong></h2>

🛠️ **Fixes and New Features Update**

🐞 **Fixes:**\
\~ Dialogue bug resolved\
\~ Adjusted overlapping event schedules (Sabong, Disguise, Dice, Bomb Poring)\
\~ Shout text color changed to **yellow** for better visibility

⚙️ **Improvements & Adjustments:**\
\~ Added **Elven** to Seiyablem (slot creation)\
\~ Added **pop-up support** in browser version\
\~ Enabled **skill hotkey functionality** in browser version\
\~ **Auto Combat Duration** expanded to **4H / 8H**\
\~ **Hourly VIP Update** now functioning properly

🌟 **New Features:**\
\~ **Website Rankings** now live\
\~ **New Cash Shop Item:** *Angel Scroll*\
\~ **New Hourly Shop Item Added**\
\~ **Gacha System:** x10 Pull option added\
\~ **Daily Auto feature** increased


---

# 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://cruel-ro.gitbook.io/wiki/server-changelogs.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.
