> For the complete documentation index, see [llms.txt](https://wiki.frontierro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.frontierro.com/server-features/town-relation-system.md).

# Town Relation System

Town Relations is a **city-vs-city contribution system**. Each character is tied to a home town (by default, your save point or registration choice), and your activity adds to that town's standing.

## 🙋 How to Participate

* Talk to the **Town Relations NPC** in your home town to check your contribution and your town's rank.
* Special town-relations events (announced on **Discord**) award bonus contribution.

## 🎁 Rewards

Winning towns may receive:

* **Map-wide buffs** for the duration of the next standings window.
* **Bragging rights** on the leaderboard.

Specific rewards rotate — check the NPC in town for the current standings window.

## 🏆 Town Buffs

Each town carries its own signature buff. Here's what the three major cities grant:

| Town            | Focus          | Buff                                                            |
| --------------- | -------------- | --------------------------------------------------------------- |
| 🏰 **Prontera** | All-rounder    | +5% EXP · +5% Drop · +5% damage to Boss · +5 DEX · +1 All Stats |
| 🏹 **Payon**    | Physical might | +5% EXP · +5% Drop · +5 STR · +10 ATK · +20 DEF                 |
| 🔮 **Geffen**   | Arcane power   | +5% EXP · +5% Drop · +10% MATK · +5 INT · +200 Max SP           |

## 🔄 Switching Towns

You can change your home town anytime through the **Town Relations NPC**.


---

# 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.frontierro.com/server-features/town-relation-system.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.
