> 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/server-modifications/rules.md).

# Rule changes

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

Server settings that differ from stock rAthena Renewal, beyond the rates.

| Setting                          | HangoutRO                                                                                                                                                                              | Stock                                                               |
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| Death penalty                    | None                                                                                                                                                                                   | 1% base and job EXP                                                 |
| Multiple level ups from one kill | On                                                                                                                                                                                     | Off                                                                 |
| Eden boards 11 to 99             | Take several missions at once, turn them in at the board, repeat them without cooldown, base EXP raised, job EXP at half the base. The cash per mission from level 41 is not built yet | One mission at a time, turned in at the NPC, base EXP only below 56 |
| Quest job EXP                    | A quest that pays only base EXP also pays half of it as job EXP. Eden boards below 56 pay base only on kRO                                                                             | Base only                                                           |
| Party EXP share level range      | Even share works with up to 50 levels between the lowest and highest member, from the next restart. See [Party bonus](/hangoutro/systems/party-bonus.md)                               | 15                                                                  |
| EXP and zeny gains shown in chat | On, toggle with `@showexp` and `@showzeny`                                                                                                                                             | Off                                                                 |
| Monster names                    | Show the monster's level and HP percentage                                                                                                                                             | Name only                                                           |
| `@autoloot` and offline vending  | VIP accounts only                                                                                                                                                                      | Every player                                                        |
| Where you can vend               | Prontera allows shops at y 149 and below, the southern half. The plaza is closed to vending. Other maps are unchanged                                                                  | Anywhere                                                            |
| Homunculus levelling             | The EXP table is 30 times faster                                                                                                                                                       | Stock table                                                         |
| Refine announcements             | A successful refine to +8, +9 or +10 is announced to the server and relayed to Discord                                                                                                 | None                                                                |
| Summoner (Doram) creation        | Open during closed beta                                                                                                                                                                | Open                                                                |


---

# 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/server-modifications/rules.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.
