> For the complete documentation index, see [llms.txt](https://drlv.gitbook.io/dragonica-landverse-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://drlv.gitbook.io/dragonica-landverse-whitepaper/undefined/pvp.md).

# การต่อสู้ระหว่างผู้เล่น (PvP)

&#x20;       ระบบการต่อสู้ระหว่างผู้เล่น (PvP) ถือเป็นหนึ่งในคอนเทนต์หลักช่วงท้ายเกม (End-Game) โดยถูกออกแบบมารองรับตั้งแต่การดวลเดี่ยว และการต่อสู้แบบทีม

## การแข่งขันภายในเกม แบ่งออกเป็น 3 รูปแบบหลัก ดังนี้

<figure><img src="/files/0HS7xhW37tU0WbgC3MCG" alt="" width="386"><figcaption></figcaption></figure>

### การฝึกซ้อม (Training Mode)

&#x20;       เหมาะสำหรับผู้เล่นที่ต้องการทดสอบความสามารถของตัวละคร ฝึกจังหวะการใช้สกิล และทดลองรูปแบบการต่อสู้ต่าง ๆ เปิดกว้างสำหรับผู้เล่นเลเวล 20 ขึ้นไป โดยไม่ส่งผลต่อแรงก์หรือสถิติการแข่งขัน จึงเป็นพื้นที่สำคัญสำหรับการเตรียมตัวก่อนเข้าสู่การต่อสู้จริง

### การต่อสู้จัดอันดับ (Ranking Mode)

&#x20;       โหมดนี้เป็นการแข่งขันแบบจริงจังสำหรับผู้เล่นที่ต้องการวัดฝีมือและไต่ระดับแรงก์ โดยผลการแข่งขันจะส่งผลต่อคะแนนจัดอันดับโดยตรง ผู้เล่นจึงจำเป็นต้องวางแผนการเล่น เลือกทีมให้เหมาะสม และประสานงานกับสมาชิกอย่างมีประสิทธิภาพ

### &#x20;**Battle Square**

&#x20;       คือระบบ PvP ทัวร์นาเมนต์ประจำวันสำหรับผู้เล่นระดับ 40 ขึ้นไป จัดขึ้นวันละ 3 รอบ รอบละ 20 นาที โดยแบ่งผู้เล่นออกเป็น 2 ทีม สูงสุด 20 คนต่อรอบ (ทีมละ 10 คน) แข่งกันสะสมแต้มผ่านการยึดครองธงจากมอนสเตอร์ประจำจุด และภารกิจย่อยเฉพาะบุคคล ทีมที่ทำแต้มรวมสูงสุดจะเป็นผู้ชนะและได้รับรางวัลพิเศษเพิ่มเติมนอกเหนือจากรางวัลพื้นฐานที่ผู้เข้าร่วมทุกคนได้รับ ระบบนี้ถูกออกแบบมาเพื่อส่งเสริมการเล่นเป็นทีมและสร้างเป้าหมายการแข่งขันระยะสั้นให้ผู้เล่นเข้าร่วมอย่างต่อเนื่องในแต่ละวัน

| วันประจำสัปดาห์                         | เวลาที่เริ่ม                          |
| --------------------------------------- | ------------------------------------- |
| จันทร์ / อังคาร / พุธ /พฤหัสบดี / ศุกร์ | 18.00 / 20.00 / 22.00                 |
| เสาร์ / อาทิตย์                         | 17.00 / 18.00 / 20.00 / 21.00 / 22.00 |


---

# 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://drlv.gitbook.io/dragonica-landverse-whitepaper/undefined/pvp.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.
