> 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/weekly-rewards/pvp-ranking.md).

# PvP Ranking

### PvP Weekly Reward (Free for All)

* **Mode:** Free for All PvP (map only)
* **Ranking Reset:** Every Sunday at 00:00
* **Rewards:** Only the Top 3 players with the most kills each week get rewards
* **How to Claim:** Talk to the PvP Manager NPC in town and select "Claim Reward (FFA)"
* **Note:** Only kills in Free for All count. Anti-farming rules apply.

**Compete every week, reach the Top 3, and claim your prize!**

#### Rewards:

<table><thead><tr><th width="101" align="center">Rank</th><th>Rewards</th></tr></thead><tbody><tr><td align="center">1</td><td>x1 Top 1 PvP Reward Box<br><strong>Contains:</strong><br>x1 7D VIP Ticket<br>x1 Noctis Costume Selection Box [7D]<br>x1 PvP Monarch Title Card [7D]<br>x1 Gympass Box<br>x20 Gachapon Coupon [HG]<br>x15 Donation Tickets</td></tr><tr><td align="center">2</td><td>x1 Top 1 PvP Reward Box<br><strong>Contains:</strong><br>x1 7D VIP Ticket<br>x1 Norse Costume Selection Box [7D]<br>x1 Gympass Box<br>x15 Gachapon Coupon [HG]<br>x10 Donation Tickets</td></tr><tr><td align="center">3</td><td>x1 Top 3 PvP Reward Box<br><strong>Contains:</strong><br>x1 3D VIP Ticket<br>x1 Starwars Costume Selection Box [7D]<br>x1 Gympass Box<br>x10  Gachapon Coupon [HG]<br>x5 Donation Tickets</td></tr></tbody></table>


---

# 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/weekly-rewards/pvp-ranking.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.
