# Town Relations

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

Support your favorite town with donations and earn exclusive buffs. The Town Relations system is a server-wide feature that tracks donations per town and rewards the top contributor with a powerful, persistent status buff.

***

The Town Relations system allows players to **donate Zeny to different towns** in the game. The top donor for each town receives a **special buff** exclusive to that location.

***

### Features:

* Donate Zeny to any town
* See top contributors in real time
* Gain a **unique buff** as the top donor

***

### Donation System:

```admonition
Minimum Donation Requirement
```

* Players can only donate in multiples of a **minimum Zeny value**.
* If the donation is accepted and becomes the highest for that town, the donor will:
  * Receive a **permanent buff** as long as they remain the top donor

```admonition
Buff Rules
```

* If another player donates more, the previous buff is **automatically removed**.

***

### Buff System Logic:

* The server checks the donation amount and compares it to the previous highest.
* If the new donor exceeds it:
  * The previous benefactor's buff is removed
  * The new top donor receives the buff immediately

***

### Town Relations Bonuses:

<details>

<summary>Prontera Buff</summary>

\- Max HP Rate: +15%\
\- Max SP Rate: +5%\
\- Attack Rate: +10%\
\- Magic Attack Rate: +10%\
\- Attack Speed: +1\
\- All Stats: +3

</details>

<details>

<summary>Morroc Buff</summary>

\- Attack Speed: +1\
\- Flee: +5\
\- Agility: +3\
\- Strength: +1\
\- Luck: +2\
\- Critical Attack Rate: +5%

</details>

<details>

<summary>Geffen Buff</summary>

\- Magic Attack Rate: +10%\
\- Max Weight: +300\
\- Variable Cast Rate: -5%\
\- Intelligence: +3\
\- Dexterity: +2\
\- Vitality: +2

</details>

<details>

<summary>Payon Buff</summary>

\- Ranged Attack Rate: +5%\
\- Flee: +3\
\- Agility: +2\
\- Dexterity: +3\
\- Luck: +1\
\- Attack Speed Rate: +5%

</details>

<details>

<summary>Alberta Buff</summary>

\- Max Weight: +1000\
\- Strength: +3\
\- Agility: +2\
\- Vitality: +1\
\- Attack Rate: +5%\
\- Magic Attack Rate: +5%

</details>

<details>

<summary>Izude Buff</summary>

\- Base Attack: +20\
\- Vitality: +3\
\- Attack Speed Rate: +5%\
\- SP Recovery Rate: +5%

</details>

<details>

<summary>Aldebaran Buff</summary>

\- Speed Rate: +10%\
\- Agility: +3\
\- Intelligence: +3\
\- Attack Rate: +5%\
\- Magic Attack Rate: +5%\
\- Attack Speed Rate: +5%

</details>

<details>

<summary>Xmas Buff</summary>

\- Drop Rate: +10%\
\- Water Resistance: +20%\
\- Luck: +3\
\- Strength: +3\
\- Attack Rate: +5%\
\- Magic Attack Rate: +5%\
\- Attack Speed Rate: +5%

</details>

<details>

<summary>Comodo Buff</summary>

\- Drop Rate: +10%\
\- Critical Attack Rate: +5%\
\- Agility: +3\
\- Luck: +3\
\- Attack Rate: +5%\
\- Magic Attack Rate: +5%\
\- Attack Speed Rate: +5%

</details>

<details>

<summary>Yuno Buff</summary>

\- Variable Cast Rate: -5%\
\- Defense for All Sizes: +5%\
\- Intelligence: +3\
\- Vitality: +3\
\- Attack Rate: +5%\
\- Magic Attack Rate: +5%\
\- Attack Speed Rate: +5%

</details>

<details>

<summary>Amatsu Buff</summary>

\- SP Usage Rate: -10%\
\- Delay Rate: -5%\
\- Dexterity: +3\
\- Intelligence: +3\
\- Attack Rate: +5%\
\- Magic Attack Rate: +5%\
\- Attack Speed Rate: +5%

</details>

<details>

<summary>Gonryun Buff</summary>

\- Long Range Defense: +5%\
\- Vitality: +3\
\- Intelligence: +3\
\- Attack Rate: +5%\
\- Magic Attack Rate: +5%\
\- Attack Speed Rate: +5%

</details>

***

### Town Mayor NPC Locations

These NPCs handle town donations and rankings. Each one represents their respective city.

***

### **Weekly Automated Buff Reset:**

Every **Monday 00:01 AM (server time)**, the system automatically clears all town buffs and donation data. This scheduled reset ensures every town has a fair chance to gain support, and keeps the competition for benefits fresh and balanced.

**What happens during the reset:**

* **Town Buffs** are removed from all characters.
* **Donation Records** for all towns are wiped from the system.
* **Top Donors** are reset.
* Any active buffs related to town contributions are forcefully ended.

{% hint style="warning" %}
🕒 **When:** Every Monday at 0&#x30;**:01 AM**
{% endhint %}

***


---

# Agent Instructions: 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:

```
GET https://wiki.osro-revo.gg/features/town-relations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
