> For the complete documentation index, see [llms.txt](https://hangout-ragnarok.gitbook.io/hangoutro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hangout-ragnarok.gitbook.io/hangoutro/systems/party-bonus.md).

# Party bonus

![](https://3134290582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD6EUknkxguLsWdqRSsct%2Fuploads%2Fgit-blob-6335b5db18e26533d5aa22f476790874380d872c%2Ffeatures.jpg?alt=media)

A party that hunts together earns more. Once six members stand on the same map, everyone in the party gets extra EXP from monsters and a higher drop rate, and every member beyond six adds one more percent.

{% hint style="info" %}
The party bonus is live since September 17, 2026.
{% endhint %}

| Members on the map | EXP and drop bonus |
| ------------------ | ------------------ |
| 6                  | +4%                |
| 7                  | +5%                |
| 8                  | +6%                |
| 9                  | +7%                |
| 10                 | +8%                |
| 11                 | +9%                |
| 12                 | +10%               |

### Rules

* Members count only while on the same map as you. Someone in town does not count for the party in the dungeon.
* Members who are vending or standing idle do not count.
* Even share is not required for the bonus. The bonus applies on top of whatever share setting the party uses.
* The bonus stacks with VIP, Battle Manuals and Bubble Gum.

### Sharing EXP across levels

A party can turn on even EXP share only while its lowest and highest members are within a set number of levels. On kRO that number is 15. On HangoutRO it is 50, so a level 90 and a level 40 can share, and a high level character can carry a friend through the early game. Renewal's level gap penalty still applies to the monsters you fight, so the low level member gets less from monsters far above them, but the share itself works.

{% hint style="info" %}
The 50 level range takes effect at the next server restart. Until then the range is 15.
{% endhint %}


---

# 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://hangout-ragnarok.gitbook.io/hangoutro/systems/party-bonus.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.
