# bt\_alljob

## **การเชื่อมเพื่อลดเวลาในการฟาร์มตามจำนวนคนในปาร์ตี้**

สำหรับตัวอย่างนี้จะเป็นการลดเวลาฟาร์ม 0.2 วินาที/คน\
จะต้องแก้ไขที่ไฟล์ *config/functions.client.lua*

<figure><img src="/files/KV6Qilc9HTXkdNdbR0ib" alt=""><figcaption><p>ภาพรวมของโค้ด</p></figcaption></figure>

<figure><img src="/files/2K9hEhioHPVnvhVLShdy" alt=""><figcaption><p>ส่วนที่เชื่อมเพิ่มเติม</p></figcaption></figure>

## **การเชื่อม EXP สำหรับการฟาร์ม**

สำหรับตัวอย่างนี้จะเป็นการเพิ่ม 1 exp ต่อการฟาร์ม 1 ครั้ง\
จะต้องแก้ไขที่ไฟล์ *config/functions.server.lua*

<figure><img src="/files/QIiDZIaSOxYpZaGE3HxP" alt=""><figcaption><p>ส่วนที่เขียนเพิ่มคือบรรทัดที่ 4-6</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.zobyeteam.com/resource/zobyeteam_party/connection/bt_alljob.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
