> For the complete documentation index, see [llms.txt](https://wiki.osro.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.osro.gg/events/guild-of-the-month.md).

# Guild of the Month

### **Guild of the Month - Season 37**

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

| Phase                          | Date                                       |
| ------------------------------ | ------------------------------------------ |
| **GOTM Part 1 (Points Phase)** | June 25, 2026 – July 16, 2026              |
| **GOTM Part 2 (GVG Finals)**   | Saturday, July 18, 2026 @ 10:00 PM (GMT+8) |

***

## **Part 1 — Point System**

### **War of Emperium (WoE)**

| Category                         | Points |
| -------------------------------- | ------ |
| Longest Defender                 | 1      |
| Castle Owner                     | 1      |
| Guild Participation (100+ kills) | 1      |
| Most Valuable Guild (MVG)        | 1      |

#### **Rules**

* Guild Capacity: **15**
* No Alliance
* No feeding of kills with alt accounts **(−2 Points)**
* No exchange of Emperium breaking with alt accounts **(−2 Points)**
* Both guilds lose **(−1 Point)** if clearly helping each other in a castle
  * *Example:* Owner defends Emperium while another guild defends pre-emp.
* If suspected, report immediately in **#request** so staff can investigate.
* Guild must be actively participating to be eligible for **Part 1 and Part 2 rewards.**
* <mark style="color:$success;">**\[NEW]**</mark> Max Refine Cap: +11
* <mark style="color:$success;">**\[NEW]**</mark> No Options, Artifacts and Charms
* <mark style="color:$success;">**\[NEW]**</mark> Max SP Cap: 4,500

***

### **King of Emperium (KoE)**

*(Every Monday and Friday)*

| Category                  | Points |
| ------------------------- | ------ |
| Longest Defender          | 1      |
| Flag Owner                | 1.5    |
| Most Valuable Guild (MVG) | 0.5    |

#### **Rules**

* No Alliance
* No feeding of kills with alt accounts **(−2 Points)**
* No exchange of Emperium breaking with alt accounts **(−2 Points)**
* Both guilds lose **(−2 Points)** if clearly helping each other on the map.

***

### **Guild Break Count Mechanics**

To properly count your break points:

* Do **not reconnect for 7–10 seconds** after breaking the Emperium, **or**
* Wait for the official break announcement.

Final validation will always follow the ranking shown in **`@woerank`**.

***

### **Advancement to Part 2**

* The **Top 4 guilds** in the Points Ranking will advance to **Part 2 (GVG Event).**

***

## **Part 2 — Guild vs Guild (GVG)**

| Setting           | Details                                  |
| ----------------- | ---------------------------------------- |
| Format            | Round Robin                              |
| Match Style       | Best of 2 per match                      |
| Winner            | Guild with most points                   |
| Max Members       | 15                                       |
| Round Duration    | 10 minutes                               |
| Victory Condition | Most players left alive after 10 minutes |

#### **Rules**

* No Emergency Call
* Disconnection calls **will not be accepted** once the round starts or mid-fight.
* Guilds have **10 minutes to prepare** after recall.
* No DC calls after preparation time expires.
* Guild must create a chatroom before each round if there are issues.

***

## **Part 1 Rewards**

| Rank      | Rewards                                                                                                               |
| --------- | --------------------------------------------------------------------------------------------------------------------- |
| **Top 1** | +12 Armor Refine Deed, +14 Weapon Refine Deed, +10 Accessory Refine Deed, Rare Card Album, Void Card Deposit (choice) |
| **Top 2** | +11 Armor Refine Deed, +12 Weapon Refine Deed, +9 Accessory Refine Deed, MVP Coin + Mini Coin                         |
| **Top 3** | +10 Armor Refine Deed, +11 Weapon Refine Deed, +9 Accessory Refine Deed, MVP Coin + Mini Coin                         |
| **Top 4** | +10 Armor Refine Deed, +10 Weapon Refine Deed, MVP Coin + Mini Coin                                                   |

***

## **Part 2 Rewards**

| Rank              | Rewards                                                                                                                       |
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| **GOTM Champion** | +14 Weapon Refine Deed, +12 Armor Refine Deed, Guild of the Month Flag in Prontera, Rare Card Album, MVP Card Unlock (choice) |
| **2nd Place**     | +13 Weapon Refine Deed, +11 Armor Refine Deed, +9 Accessory Refine Deed, MVP Coin + Mini Coin                                 |
| **3rd Place**     | +12 Weapon Refine Deed, +10 Armor Refine Deed, +8 Accessory Refine Deed, MVP Coin + Mini Coin                                 |
| **4th Place**     | +11 Weapon Refine Deed, +9 Armor Refine Deed, MVP Coin + Mini Coin                                                            |

***

> **Disclaimer:** Rules, rewards, and mechanics are subject to change without prior notice.

***


---

# 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://wiki.osro.gg/events/guild-of-the-month.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.
