> 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/support/how-to-play/enhance.md).

# Enhance - ตีบวก

#### ขั้นตอนหาวัตถุดิบ (ไม้  และ แร่)&#x20;

1. ซื้ออุปกรณ์ที่ NPC <mark style="color:red;">**Sarasate**</mark> ทางทิศตะวันออกของเมือง <mark style="color:blue;">**Wroclaw Fortress**</mark> ให้ชื้อ <mark style="color:purple;">**Forest Axe**</mark> เพื่อใช้สำหรับตัดต้นไม้ และ <mark style="color:purple;">**Pick Axe**</mark> สำหรับขุดแร่

<figure><img src="/files/sHMnalKfCDX7YwDlJ0A7" alt=""><figcaption><p><mark style="color:red;"><strong>Sarasate</strong></mark> แผนที่ <mark style="color:blue;"><strong>Wroclaw Fortress</strong></mark></p></figcaption></figure>

2. การขุดแร่ ให้สวมใส่ <mark style="color:red;">**Pick Axe**</mark> สำหรับการขุดแร่ แร่จะอยู่ตามแผนที่ต่างๆ ให้กดโจมตีเสมือนตีมอนส์เตอร์ โดยแต่ละแผนที่จะสุ่มได้แร่แต่ละแบบแตกต่างออกไป
3. การตัดไม้ ให้สวมใส่ <mark style="color:red;">**Forest Axe**</mark> สำหรับตัดไม้ จะได้ <mark style="color:purple;">**Wood**</mark> ไว้สำหรับตีบวกขั้นแรก

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

#### ขั้นตอนการตีบวกไอเทม

1. กด <mark style="color:red;">**เลือกไอเทม**</mark> ที่ต้องการ แล้วให้คลิกคำว่า <mark style="color:purple;">**Refine**</mark>
2. ระบบจะแจ้งไอเทมส่วนผสมที่ต้องการโดยอัตโนมัติ\
   (ตัวอย่างเช่น +0 ไป +1 ต้องใช้ <mark style="color:red;">**Wood**</mark> จำนวน 5 ชิ้น และ <mark style="color:yellow;">**100 Gold**</mark> \
   จะมีเปอร์เซ็นอัตราความสำเร็จ +1 100%
3. หากผู้เล่นมีส่วนผสมของไอเทมครบแล้ว และแน่ใจว่าต้องการตีบวก ให้กด <mark style="color:purple;">**Refine**</mark> เป็นอันเสร็จ
4. ระดับความยากง่ายขึ้นอยู่กับระดับของไอเทม

<figure><img src="/files/2II76vfaC3o1ndKC2VXc" alt=""><figcaption><p>การเลือกไอเทมเพื่อตีบวก</p></figcaption></figure>


---

# 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/support/how-to-play/enhance.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.
