> 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/dailies/gold-room.md).

# Gold Room

<figure><img src="/files/x6XjZmbL4f2rvH2N30bf" alt=""><figcaption></figcaption></figure>

The **Gold Room** is the perfect spot for players, especially newcomers, to farm **Gold**, which can later be exchanged for **Zeny**.

### Entry Requirements:

* 5 Free Access for New Account.
* **Cost:** 250,000 Zeny per entry
* **CAPTCHA:** You must solve a 7-digit number verification before entering

### Prerequisites

* Clear inventory space (at least 60 inventory slots)
* Must not be overweight (50%+ weight triggers rejection)
* No active disguises or special statuses when entering

#### Disabled Items inside the Gold Room

```
Boxes

644 - Gift Box
664 - Gift Box 1
665 - Gift Box 2
666 - Gift Box 3
667 - Gift Box 4
603 - Old blue box
617 - Old purple box
616 - Old Card Album

Cards
4389 - Plasma Card
4215 - Blazer Card
4355 - Gremlin Card 
4321 - Hylozoist Card
4196 - Marin Card
4205 - Mimic Card
4187 - Raydric Archer Card
4219 - Sage Worm Card
4415 - Snowier Card
4224 - Stem word card
4282 - Tengu Card 
4188 - Leib Olmai Card
4206 - Myst Case Card
4243 - Antonio Card
```

***

{% hint style="danger" %}

* Auto-Pilot is strictly prohibited in the Gold Room.
* Bot checks are in place, and GMs conduct periodic inspections to ensure compliance.
  {% endhint %}

***

#### Monster Types & Rewards

<table data-full-width="false"><thead><tr><th>Monster</th><th>Spawn Count</th><th>GP (Regular)</th><th>GP (VIP)</th><th>Special Drop</th></tr></thead><tbody><tr><td>Golden Bird <strong>(@mi:20021)</strong></td><td>650</td><td>0-2 points</td><td>1-3 ponts</td><td>Aegis Gold Plate (5% chance)</td></tr><tr><td>Guardian<br>(@mi:20022)</td><td>10</td><td>5 points</td><td>5 points</td><td></td></tr></tbody></table>

### VIP Benefits

* **Double Point Multiplier:** VIP players earn significantly more Gold Points
* **Guaranteed Minimum:** VIP players always get at least 1 point per regular Golden Bird kill

### Death Penalties

#### 📉 Point Loss

* **Penalty:** Lose 25% of total Gold Points on death
* **Daily Points:** Daily earned points are not affected by death penalty
* **Zero Protection:** No penalty if you have 0 Gold Points

#### Daily Points System

**🚫 Daily Limits**

* **Maximum Daily Points:** 15,000 Gold Points per day&#x20;
* **Reset Time:** 00:00 server time daily
* **Cap Enforcement:** No points awarded once daily limit is reached

***

#### Gold Room Bot Checker System

The **Gold Room** uses an active bot-detection system to ensure fair gameplay and prevent automated farming.

***

#### Trigger Conditions

* The bot checker will **only trigger when a Golden Bird is killed**.
* Each Golden Bird kill has a **chance** to activate the bot check.

***

#### Bot Check Process

When the bot check is triggered:

1. You are **warped** to a special map called **“Bot Checker Verification Map”**.
2. You must **find and talk to the Security NPC**.
3. The Security NPC will ask a **verification question**.
4. You have:
   * **3 attempts** to answer correctly
   * **3 minutes** to complete the verification

***

#### Failure Conditions

You will be **jailed for 24 hours** if:

* You answer incorrectly **3 times**, **or**
* You **fail to answer** within the **3-minute** time limit.

***

#### Success Outcome

If you pass the bot check:

* You receive a **random amount of Gold Room Points**.
* You are **returned to the Safe Zone** in the Gold Room.

***

#### Tips for the Verification Map

* **Observe the map layout** – it may vary slightly each time.
* **Do not delay** – the **3-minute timer is strict**.
* **Answer carefully** – you only have **3 attempts**.

### Gold Room Ranking

Rankings reset every Sunday at 12:00 AM.

| Rank    | Reward       |
| ------- | ------------ |
| Rank 1  | 15 Gold Card |
| Rank 2  | 10 Gold Card |
| Rank 3  | 8 Gold Card  |
| Rank 4  | 3 Gold Card  |
| Rank 5  | 3 Gold Card  |
| Rank 6  | 3 Gold Card  |
| Rank 7  | 2 Gold Card  |
| Rank 8  | 2 Gold Card  |
| Rank 9  | 2 Gold Card  |
| Rank 10 | 2 Gold Card  |

### Gold Room Shop

{% hint style="info" %}
**Restriction:** Daily Points are bound to the Gepard Client, meaning only one client per machine is allowed to access the Gold Room for farming.
{% endhint %}


---

# 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/dailies/gold-room.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.
