> 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/01122026.md).

# 01122026

## WoE Max Member Capacity

Reduced down from 36 to 18.

***

## Juperos:&#x20;

We fixed the auto-targeting issue where players/mobs were only focusing Venatu (Water). All Venatu variants are now properly recognized and can be targeted normally, regardless of element.

***

## Whitesmith Refine:

The refine broadcast was misleading in some cases (example: announcing “+7 to +8 success” even though the item actually broke). The announcement logic was adjusted so it will only broadcast when the refine truly succeeds, and it will not trigger on break/fail results.

***

## WoE / Defense Objects:

Barricade and Guardian Stone have been brought back and are functioning again as intended.

***

## Account-Bound Costumes:

Crafting requirements were too expensive compared to buying the costume outright. Material requirements for account-bound costume crafting have been reduced by 25% to make crafting a more reasonable option.

***

## Bio Lab 3:

PK is now permanently enabled in Bio Lab 3. This is no longer tied to MVP conditions or any other triggers, PK is always on for that map.

***

## Elixir of Immunity:

There was an issue where using megaphone/shout while Immunity is active could lead to abnormal behavior (including getting stuck and needing to change character). To prevent this, megaphone use is now blocked while Elixir of Immunity is active.

***

## Skill Zeny Costs:

Cart Termination zeny fees were adjusted to match the intended Mammonite-style scaling. The extra “0” per level was removed, and the cost now scales correctly (150 zeny at level 10).


---

# 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/01122026.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.
