> For the complete documentation index, see [llms.txt](https://ro0-4.gitbook.io/godro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ro0-4.gitbook.io/godro/server-updates/patches/07032025.md).

# 07032025

## 🔧 Update Changelog

#### General Improvements

**Tool Dealer Shop**

* Added Special Shop in the menu
* NOTE: 'Discount' skill will not work here.
* All items sold here are tradable.
* Special Shop: **7Days Fly Wing Box**, **Status Reset Stone**, **Skill Reset Stone**.

***

**Monk Combo Skills Delay Fix**

* **Chain Combo** and **Combo Finish** now correctly respect the delay settings configured in the **Attack Skills** section.
* This resolves previous issues where these skills could bypass delay during automated chaining.

***

**Enhanced Protect Team-Mates Function**

* The **Protect Team-Mates** feature has been upgraded for smarter ally protection in **Slave Mode**.
* New configuration option available in **Smart Battle > Configuration**.
* Behavior Highlights:
  * Automatically detects and intercepts monsters targeting a party ally (typically a slave).
  * If aggro is taken early or the bot's damage isn't sufficient to secure the kill, auto attacking will stop once the slave is no longer in danger.
  * This may result in half-dead monsters being left behind intentionally.
  * The bot prioritizes ally safety over full mob elimination.

***

#### Map Fixes

**Einbroch Airship Glitch (Patch required)**

* Resolved an issue where players could get stuck on the airship in **Einbroch**, typically during map transitions or auto-navigation.
* Players will now correctly spawn and move without issues.

***

**Teleport Delay**

* Self-inflicted damage such as **'Grand Cross'** does not trigger the teleport delay timer. The delay is only applied when receiving damage from other sources.


---

# 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://ro0-4.gitbook.io/godro/server-updates/patches/07032025.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.
