> For the complete documentation index, see [llms.txt](https://wiki.osro-revo.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-revo.gg/features/freebies/referral-manager.md).

# Referral Manager

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

Invite your friends and earn **Referral Tickets** as a reward! This system encourages players to bring in new adventurers to the world of OldschoolRO while making sure the system remains fair.

***

### How It Works:

```admonition
Referring is easy!
```

1. The invited player must speak to the **Referral Manager NPC**.
2. They’ll enter the name of the player who referred them.
3. Their **playtime** and **activity** will start being tracked.
4. Once requirements are met, the referrer receives **Referral Points** automatically.

***

### Requirements for a Successful Referral:

```admonition
These must be fulfilled by the referred player.
```

| Activity         | Requirement |
| ---------------- | ----------- |
| General Playtime | TBA         |
| Activities       | TBA         |
| Idle Limit       | TBA         |

{% hint style="warning" %}
If the player is AFK too long, tracking pauses and resumes once they become active again.
{% endhint %}

***

### Anti-Abuse and Fairness Rules:

```admonition
No Cheating!
```

To keep things fair, the system checks for:

* Duplicate **IP Addresses**
* Duplicate **Mac Addresses**

#### 🚫 Players **cannot**:

* Refer themselves
* Be referred by someone they already referred
* Create multiple accounts using the same device or IP

{% hint style="danger" %}
If a duplicate is detected, the referral is denied and **no rewards** are granted.
{% endhint %}

***

### Rewards and Shop:

```admonition
Each valid referral gives 1 Referral Point.
```

* Use **Referral Points** to claim **Referral Tickets**.
* Spend these tickets at the **Referral Shop** for account-bound items.

{% hint style="danger" %}
All items in the Referral Shop are **Account-Bound**.
{% endhint %}

***

### Tips:

```admonition
Want more rewards?
```

* Refer friends who are really interested in playing!
* Monitor their progress using the **“View Invited”** option.
* Stay active to continue earning.

***

Let your journey be more rewarding! Invite friends and reap the benefits together!


---

# 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-revo.gg/features/freebies/referral-manager.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.
