> For the complete documentation index, see [llms.txt](https://wiki.osro.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.osro.gg/beginners-guide/costume-maker.md).

# Costume Maker

<figure><img src="/files/QAljCBac7UrUoX0oUgWY" alt=""><figcaption><p>@npc 26</p></figcaption></figure>

The Costume Maker is one of Oldschool RO's exclusive features. This handy NPC lets you convert regular headgear pieces into full costumes using costume tickets and credits.

While converted costumes maintain the original headgear's appearance, any item effects or stats will be disabled. However, you can easily restore the gear to its normal, functional state whenever desired. It's a fashionable compromise that ensures your character always looks their best, even when min-maxing gear. The Costume Maker brings new levels of aesthetic flexibility to your Ragnarok adventures!

### Convert Information: <a href="#convert-information" id="convert-information"></a>

| Normal Convert                                                                                                                             | Convert with Option Enchant                                                                                                                                                                                                                                                                                    |
| ------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p> • <img src="/files/rspon3SZZKSTE3PO78H8" alt=""> 1x Costume Ticket<br> • <img src="/files/zOOahF1WF8ZKRUNCnz13" alt=""> 5x Credits</p> | <p> • <img src="/files/zLAV90FUccNqrw6c1qd8" alt=""> 3x Costume Tickets</p><p> • <img src="/files/YBopafgE3KZWumeVyGNk" alt=""> 1x Costume Enchant Scroll<br> • <img src="/files/XIN1KXAO4ndTatVqYH8u" alt=""> 1x Headgear Option Scroll<br> • <img src="/files/zr3ypSfOyQGNvCUyillN" alt=""> 300x Credits</p> |

### Option Enchants: <a href="#option-enchants" id="option-enchants"></a>

| Available Enchants                                                                                                                                        | Success Rates                                                                                          |
| --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| <p><strong>Tier 1:</strong> Gives +1 Random Stats<br><strong>Tier 2:</strong> Gives +2 Random Stats<br><strong>Tier 3:</strong> Gives +4 Random Stats</p> | <p><strong>Tier 1 = 100%</strong><br><strong>Tier 2 = 20%</strong><br><strong>Tier 3 = 5%</strong></p> |


---

# 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://wiki.osro.gg/beginners-guide/costume-maker.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.
