> For the complete documentation index, see [llms.txt](https://rol-aokth.gitbook.io/aok-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rol-aokth.gitbook.io/aok-guide/in-game-system/house-system.md).

# House System

<figure><img src="/files/EuhtFndPKrgy8q7HcwR9" alt=""><figcaption></figcaption></figure>

### วิธีเริ่มต้นใช้งาน House System

1. เลเวล 10 ขึ้นไปเท่านั้น\
   ตัวละครจะต้องมีเลเวล 10 หรือสูงกว่า โดยกดที่ไอค่อนใหม่ "รูปบ้าน" ![](/files/OQBSSPBrtSncdqdqwnxq) มุมขวาบน

2. ซ่อมแซมบ้านที่ทรุดโทรม

   * รวบรวมวัตถุดิบดังนี้: Wood x10 Black Ore x10 หรือใช้ 10 Cash แทนวัตถุดิบ
   * กด Renovate เพื่อทำการซ่อมแซม

   &#x20;

   <figure><img src="/files/oFAxOBXPUlfXrptk4F0G" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/pS6sMIvUsbRqY3i9j8Wj" alt=""><figcaption></figcaption></figure>

3. สร้างและต่อเติมบ้าน
   * หลังจากซ่อมแซมเรียบร้อย สามารถเลือกต่อเติมตำแหน่งต่าง ๆ ของบ้านได้ตามต้องการ
   * วัตถุดิบหาได้จากการล่ามอนส์เตอร์

### &#x20;ประเภทวัตถุดิบสำหรับต่อเติมบ้าน

* Meat
* Clean Water
* Medicine
* Oak Wood&#x20;
* Rock
* Metal
* Fuel

<figure><img src="/files/m8fxOV1tkZ9KVEC6yr6x" alt=""><figcaption></figcaption></figure>

### วิธีเก็บวัตถุดิบ

1. กด Resource ที่มุมขวาบน จะขึ้นหน้าต่างดังภาพ
2. คลิกที่ ไอคอนกระเป๋า ตรงหลังวัตถุดิบ และจะขึ้นหน้าต่างทางขวามือ กดที่ Max เพื่อเก็บทั้งหมด และกด Exchange เพื่อทำการเก็บ
3. เก็บวัตถุดิบเรียบร้อย

### วิธีอัปเกรดห้อง

1. เลือกห้องที่ต้องการทำการอัปเกรด ตรวจสอบวัตถุดิบ และกดอัปเกรด
2. รอการอัปเกรด
3. เสร็จสิ้น&#x20;

### ค่า Stat&#x20;

\*เมื่อทุกตำแหน่งเป็น Lv. 1

<table><thead><tr><th align="center">Room</th><th align="center">Stat</th><th data-hidden></th></tr></thead><tbody><tr><td align="center">Bedroom</td><td align="center">+2.00% Control Resistance</td><td></td></tr><tr><td align="center">Cafeteria</td><td align="center">+0.01 Move Speed</td><td></td></tr><tr><td align="center">Clinic</td><td align="center">+1,000 HP Recovery</td><td></td></tr><tr><td align="center">Combustion Center</td><td align="center">+2.00% Control Rate</td><td></td></tr><tr><td align="center">Farm</td><td align="center">+0.40% Critical Resistance</td><td></td></tr><tr><td align="center">Fences</td><td align="center">+0.50% Block Rate</td><td></td></tr><tr><td align="center">Guard Tower</td><td align="center">+20 Armor</td><td></td></tr><tr><td align="center">House</td><td align="center">+50,000 HP</td><td></td></tr><tr><td align="center">Hunting Lodge</td><td align="center">Physical Damage +100-200<br>Magic Damage +100-200</td><td></td></tr><tr><td align="center">Hydro Reserve</td><td align="center">+100 MP Recovery</td><td></td></tr><tr><td align="center">Innovation Hub</td><td align="center">+0.01 Attack Speed</td><td></td></tr><tr><td align="center">Mason's Workshop</td><td align="center">+0.20% Critical Damage</td><td></td></tr><tr><td align="center">Smithy</td><td align="center">+0.50% Precision</td><td></td></tr><tr><td align="center">Wood Workshop</td><td align="center">+0.20% Critical Rate</td><td></td></tr></tbody></table>

### หมายเหตุเพิ่มเติม

* เลเวลสูงสุดของบ้านคือ Lv.20
* การอัปเลเวลบ้านต้องอัปเกรดทุกส่วนประกอบให้เต็มก่อน
* ตำแหน่งสำหรับอัปเลเวลบ้านอยู่ที่ "หลังคาบ้าน"
* วัตถุดิบที่เก็บได้สามารถฝากถาวรในส่วน Resource (ไม่สามารถนำออกมาได้)


---

# 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://rol-aokth.gitbook.io/aok-guide/in-game-system/house-system.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.
