> For the complete documentation index, see [llms.txt](https://wiki.dreamy.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dreamy.kr/help/faq.md).

# 💡 자주 묻는 질문

<details>

<summary>피로도가 100인데 악몽에 어떻게 들어가나요?</summary>

일반 월드에서 침대를 사용하면 악몽 입장이 시작됩니다.

</details>

<details>

<summary>악몽 난이도를 직접 선택할 수 있나요?</summary>

아니요. 악몽 난이도는 플레이어의 전투력을 기준으로 자동 결정됩니다. 난이도별 전투력 구간은 악몽 페이지에서 확인할 수 있습니다.

</details>

<details>

<summary>다른 월드로 이동하면 재화와 인벤토리가 사라지나요?</summary>

아니요. GOLD·CRYSTAL·EMERALD와 인벤토리, 클래스 정보는 모든 월드에서 그대로 유지됩니다. 사망해도 인벤토리는 유지됩니다.

</details>

<details>

<summary>장비가 부서지면 사라지나요?</summary>

아니요. 장비는 내구도 1에서 완전히 파괴되지 않고 사용만 멈춥니다. 수리키트(500 GOLD)로 최대 내구도의 25%를 회복할 수 있습니다.

</details>

<details>

<summary>모루나 인챈트 테이블은 왜 안 되나요?</summary>

Dreamy는 자체 성장 시스템을 사용합니다. 수리는 수리키트로, 인챈트는 인챈트 큐브(5 CRYSTAL)로 할 수 있습니다.

</details>

<details>

<summary>GOLD와 CRYSTAL은 어떻게 바꾸나요?</summary>

환전 기능으로 바꿀 수 있습니다. 300 GOLD당 1 CRYSTAL, 반대로는 1 CRYSTAL당 270 GOLD입니다(왕복 시 10% 손실).

</details>

<details>

<summary>클래스는 언제 전직할 수 있나요?</summary>

전투력 34 이상이면 레인저·팔라딘·메이지 중 하나로 전직할 수 있습니다. 전직 비용은 5,000 CRYSTAL이며, 인벤토리에 빈칸이 있어야 합니다. 랭크는 4까지 올릴 수 있으며 단계별 비용은 전투 및 성장 페이지를 참고해 주세요.

</details>

<details>

<summary>악몽에서 실패하면 어떻게 되나요?</summary>

사망 시 보유 GOLD의 10%(최대 5,000)+500, 시간 초과 시 5%(최대 2,500)+500의 GOLD를 잃습니다. 중도 이탈은 사망으로 처리되니 주의하세요.

</details>

<details>

<summary>확성기는 어떻게 사용하나요?</summary>

확성기를 사용하면 채팅 모드와 관계없이 전 서버 모든 플레이어에게 메시지가 전달됩니다(최대 100자). 쿨타임은 비회원 20분, 멤버십 회원 5분입니다.

</details>

여기 없는 질문은 서버 디스코드나 운영진에게 문의해 주세요!


---

# 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.dreamy.kr/help/faq.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.
