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

# Anthem Trial

The **Anthem Trial** is a short, repeatable daily challenge where you clear multiple mini-waves of monsters. Before each round, you get a **random buff** (“Inner Rune”), then you defeat a **random set of monsters** (“Outer Rune”).

### Quick Start

* **Where**: Prontera — talk to **`Anthem Registrar`** at **(184, 209)**.
* **Solo or Party**:
  * **Solo**: you can register and enter by yourself.
  * **Party**: **only the party leader** can register; other members join by talking to the registrar and entering the party’s instance.
* **Daily limits**:
  * **Once per day per character** (server-time midnight reset).
  * Also **once per day per device** (Gepard Shield hardware ID check). If someone on the same device already completed it today, you cannot run it again until tomorrow.

***

### Requirements (Important)

* **Base Level 255** is required to enter (solo and party).
* **Gepard Shield with a valid hardware ID** is required (solo and party).
* **Party rule**: all **online** party members must meet the requirements.

***

### How the Trial Works

#### 1) Enter the instance

1. Go to Prontera (184, 209) and talk to **`Anthem Registrar`**.
2. Choose **Enter the Anthem Trial**.
3. You’ll be sent to the instance waiting room and will see **`Anthem Guide`**.

#### 2) Start the waves

Talk to **`Anthem Guide`** and choose **Begin the trial**. You’ll fight **5 rounds** total. Each round has:

* **Inner Rune (Buff)**: one random buff applied to everyone inside the instance:
  * Blessing
  * Increase AGI
  * Endure (shorter duration than the others)
  * Magnificat
  * Gloria
* **Outer Rune (Monsters)**: a random number of monsters (between **3 and 8**) of a random type for that round.

#### 3) Monster scaling

Monsters get tankier as rounds go on:

* Round 1: **100%** HP
* Round 2: **125%** HP
* Round 3: **150%** HP
* Round 4: **175%** HP
* Round 5: **200%** HP

#### 4) Finish

### After the last round, you’ll get rewards and the instance will return you to Prontera automatically after a short countdown.

### Possible Monsters

The script selects from different “tiers” based on Base Level, but since entry requires Base Level 255, you’ll effectively always see the **highest tier list**. Examples of possible monsters (high tier):

* **1569**
* **1834**
* **1829**
* **1830**
* **1634** (Your server’s database determines the monster names for these IDs.)

***

### Rewards

When you complete the trial (and you have not already completed it today), you receive:

* **Base EXP**: ( (30000 + 15000 \times \text{tier}) \times 3 )
* **Job EXP**: ( (15000 + 7500 \times \text{tier}) \times 3 )
* **Event Bubble Gum 15**: **1–3**
* **Item `12103`**: **5–14**
* **Yggberry Box**: **50–99**
* **VIP Ticket 3H**: **15%** chance
* **VIP Ticket 4H**: **5%** chance
* **Activity Points**: **+10** Notes:
* Rewards are granted per eligible character inside the instance at completion time.
* If your character already has today’s completion recorded, you won’t get rewards again until tomorrow.

***

### Leaving, Re-entering, and Common Issues

#### Leaving early

* Talk to **`Anthem Guide`** and choose **Leave the instance**.
* The completion message also mentions **Butterfly Wing** as an early exit option.

#### Re-entering an active run

If your solo/party Anthem instance is still active (for example, you died and ended up outside), the registrar will attempt to let you **re-enter** instead of creating a new one.

#### “Only the party leader can open…”

That’s normal: **only the leader** can create the run. Non-leaders can still **join** if the party already has an Anthem instance active.

#### “A device in this party already completed…”

### This is the **device lock** (Gepard hardware ID). Even if characters are different, the same device can’t complete it twice in the same day.

### Fast Tips (Newbie-Friendly)

* **Bring sustain**: rounds scale up to 200% monster HP on the last round.
* **Don’t AFK inside**: rewards are granted at completion time; be present and inside the instance.
* **Party helps**: buffs apply to everyone, and faster clears mean less risk of wipe/time loss.


---

# 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/anthem-trial.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.
