> For the complete documentation index, see [llms.txt](https://ro0-4.gitbook.io/godro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ro0-4.gitbook.io/godro/server-events/radio-station.md).

# Radio Station

## What it is

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

The **Radio Station** is a daily activity where players earn a reward by **staying close to the Radio Station NPC** for a required amount of time. Think of it like “listening to the radio” — the longer you stay in range, the closer you get to claiming the day’s gift.

***

#### How it works

1. **Talk to the Radio Station NPC**
   * The NPC explains the rules: how far you’re allowed to be from the station, and how long you must stay nearby.
   * You can also play music while you’re there (random track or pick a track number).
2. **Stay within the listening zone**
   * As long as you are within the allowed distance from the NPC, your listening time will **progress automatically**.
   * A countdown/progress display will show how much time is left before your reward unlocks.
3. **Progress pauses if you leave**
   * If you step outside the listening zone or leave the map, the system **stops counting** until you return.
   * Your progress is preserved, so you can continue later.
4. **Claim the reward**

* Once you complete the required listening time, the reward is granted automatically.
* You’ll see a confirmation message that you received the Radio Station reward.

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

***

#### Music Features (Optional)

While you’re listening, you can:

* **Play a random radio track**, or
* **Choose a track number** from the available list

Music will only play while you’re in the system’s active listening flow, and it stops when you leave.

***

#### Reward Limits and Reset

* The reward is **once per day** (or once per reset cycle).
* If you already claimed today’s reward, the NPC will show:
  * “Already claimed”
  * **Time remaining until the next reset**

There are two possible reset styles (your server chooses which one is active):

* **Global Reset:** everyone resets at the same server time each day
* **Personal Reset:** your next availability starts after a fixed amount of time from when you claimed (<mark style="color:yellow;">**Current**</mark>)

***

#### Tips

* Don’t wander too far — staying within the zone is what counts.
* You can do it in chunks: progress carries over if you leave and come back later.
* If you’re already done for the day, check the NPC to see the exact time remaining until reset.

***

#### Quick Summary

✅ Stay near Radio Station NPC\
✅ Timer progresses only inside the zone\
✅ Leaving pauses progress (but doesn’t wipe it)\
✅ Reward auto-claims when time is completed\
✅ Once per reset cycle (daily/personal depending on server setting)


---

# 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://ro0-4.gitbook.io/godro/server-events/radio-station.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.
