> 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/cash-and-vip/cash-shop.md).

# Cash Shop

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

Open the Cash Shop from the client. Prices are in cash points. The client labels the first tab "Popular".

| Tab         | Item                                                                                                              | Price             |
| ----------- | ----------------------------------------------------------------------------------------------------------------- | ----------------- |
| Popular     | VIP Ticket 7 / 30 / 90 days                                                                                       | 100 / 350 / 900   |
| Popular     | Autocombat Pack 8 / 12 / 24 hours                                                                                 | 15 / 20 / 35      |
| Popular     | Autosupport Pack 8 / 12 / 24 hours                                                                                | 10 / 15 / 25      |
| Popular     | Inventory Expansion, +10 slots up to 200                                                                          | 10                |
| Scrolls     | Battle Manual Box (10)                                                                                            | 40                |
| Scrolls     | Bubble Gum Box (10)                                                                                               | 60                |
| Consumables | Kafra Card Box (10), Giant Fly Wing Box (10), Convex Mirror Box (5)                                               | 20 each           |
| Consumables | Token of Siegfried Box (10), Dead Branch Box                                                                      | 30 each           |
| Consumables | Enriched Elunium Box, Enriched Oridecon Box                                                                       | 50 each           |
| Consumables | HD Oridecon Box (10), HD Elunium Box (10), weapons and armor up to +10                                            | 100 each          |
| Consumables | HD Bradium Box (10), HD Carnium Box (10), weapons and armor from +11 to +20                                       | 250 each          |
| Consumables | Blacksmith Blessing, for normal weapons and armor from +8 up, not shadow gear                                     | 15                |
| Consumables | Infinite Fly Wing Box (30 days)                                                                                   | 80                |
| Consumables | Infinite Giant Fly Wing Box (30 days)                                                                             | 100               |
| Consumables | Infinite Concentration / Awakening / Berserk Potion Box (30 days)                                                 | 60 / 80 / 100     |
| Consumables | Costume Enchant Stone Box 1 to 12, see [Costume enchants](/hangoutro/systems/costume-enchants.md)                 | 20 to 50          |
| Permanent   | Halter Lead Box, a mount that never expires and can be trained, see [Mount levels](/hangoutro/systems/mount.md)   | 500               |
| Permanent   | VIP Tickets                                                                                                       | 100 / 350 / 900   |
| Permanent   | Gym Pass Box (10)                                                                                                 | 60                |
| Permanent   | Neuralizer Box                                                                                                    | 40                |
| Permanent   | Job Hat Box                                                                                                       | 40,000            |
| Permanent   | Class Shadow Cube: Earring, Pendant, Armor, Shoes, see [Shadow equipment](/hangoutro/systems/shadow-equipment.md) | 20 / 20 / 30 / 30 |
| Limited     | Overseas Care Package 30 to 85, newest first                                                                      | 100 each          |
| Other       | Nyangvine Fruit (Navigation payment)                                                                              | 2                 |

Auto Hunt packs cannot be stored, traded or put in a cart.

An Overseas Care Package gives one item when you open it, at the odds the [iRO Wiki](https://irowiki.org/wiki/Overseas_Care_Package) lists for that box, and the box's description shows every item and its odds. Most openings are consumables such as Blacksmith Blessings and Bloody Branches, and the rare equipment in each box lands well under 1% to a few percent of the time. Equipment comes unidentified, so bring a Magnifier. From OCP 40 on, every box also gives an OCP Exchange Token. Keep them, because the token exchange is not open yet. The boxes cannot be traded or stored in the guild storage.

The buy window takes a quantity, so you can buy several Blacksmith Blessings in one purchase.

A failed refine with HD ore drops the item one level instead of breaking it. Enriched ore only raises the odds. Blacksmith Blessing keeps the refine level but stops at +10, so from +11 up HD Bradium and HD Carnium are the only protection. For HD Etherium, HD Etherdeocon and the HD Etel ores, take the matching HD ore, 3 Etel Dust and 50,000 zeny to Dietrich in the Prontera refinery (`prt_in` 63,69).

The Job Hat Box opens a menu of the eight kRO level 100 job hats and gives the one you choose. On HangoutRO the hats carry the international server's effects, are job locked, slotted and refinable, and nothing else hands them out. At 40,000 points the box is a long term goal rather than a purchase.


---

# 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/cash-and-vip/cash-shop.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.
