> 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/items.md).

# Item 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)

Changes to official items, and the custom items the server adds. Everything else in the item database is kRO Renewal as rAthena ships it.

### Changed official items

| Item                         | Change                                                                                                                                                       |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Homunculus Tablet            | Gives 50 intimacy instead of 1, the value the international server uses                                                                                      |
| The eight level 100 job hats | Carry the international server's effects instead of kRO's. The Job Hat Box in the Cash Shop gives one, see [Cash Shop](/hangoutro/cash-and-vip/cash-shop.md) |
| Cloth dye                    | Dyes go to 35 and hair colours to 33 on most bodies. Bodies without a palette that far show a lower dye instead of crashing                                  |

### Custom items

| Item                                                                      | Where it comes from                                                                                                            |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| VIP Ticket 7, 30 and 90 days                                              | Cash Shop. Adds VIP time on use                                                                                                |
| Autocombat and Autosupport Packs and Devices                              | Eden traders, Cash Shop and attendance, see [Auto Hunt](/hangoutro/systems/auto-hunt.md)                                       |
| Cash Coupon (10)                                                          | Attendance. Adds 10 cash points, bound to the account                                                                          |
| Job Hat Box                                                               | Cash Shop, 40,000 points                                                                                                       |
| Infinite Fly Wing, Infinite Giant Fly Wing and the three infinite potions | Rentals from the Cash Shop's 30 day boxes and the Starter Pack                                                                 |
| Inventory Expansion Coupon                                                | Starter Pack and Cash Shop, +10 inventory slots                                                                                |
| Costume headgears, wings and cosmetic weapons                             | Imported from other clients. Costume slots only, no stats. No source in game yet, see [Roadmap](/hangoutro/roadmap/roadmap.md) |


---

# 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/items.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.
