> For the complete documentation index, see [llms.txt](https://www.btkwiki.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.btkwiki.info/ingame-guides/features/boss-raid.md).

# Boss Raid

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

## Boss Raid — Player Guide (4 Stages)

**Summary:** A server‑wide, multi‑stage boss rush. Clear **4 bosses in order** within a **60‑minute** total time limit. After each kill, a **Proceed NPC** appears for **5 minutes,** click it to open and warp to the next stage. Deal damage to earn **Boss Raid Points (BR Points)** and compete for **Top 3** bonus rewards.

### 1) When & Where

* **Schedule:** Announced in-game/ DIscord
* **Entry NPC:** Click the icon  ![](/files/tR7WsRG6QKA29ZZwpQZP) in the upper-right corner
* **Return point:** You’ll be sent back to town automatically when the raid ends.

### 2) Requirements

* **Minimum Level:** **Base Lv 80+**.
* **Recommended:** Bring consumables and play in a party for survivability and DPS.

### 3) How to Join (Step‑by‑Step)

1. Wait for the **announcement** and pre‑start **countdown**.
2. Click the icon in the upper-right corner → choose **“Proceed to Boss raid”** to enter the current stage.
3. Fight the boss. A large on‑screen **HP bar** shows its remaining health.
4. When the boss **dies**, a **Proceed NPC** spawns **at the center** of that stage’s map and **stays for 5 minutes**.
5. **At least one player** must **click the Proceed NPC** to **open the next stage**
6. Everyone else can:
   * **Click the same Proceed NPC** (within 5 minutes), **or**
   * Talk to the **Boss Raid** NPC in town → **“Proceed to Boss raid”** to warp to the **currently active** stage at any time.

> **Important:** If **no one clicks** the Proceed NPC within **5 minutes**, the **next stage won’t start**. Make sure someone clicks promptly after each kill.

### 4) Stage Order & Time Limit

* **Stages (in order):**
  1. `br_thana`
  2. `br_satan`
  3. `br_blz`
  4. `br_ifrit` (final)
* **Total Time:** **60 minutes** for **all 4 stages combined**.\
  You’ll see countdown announcements at **30 min**, **10 min**, **1 min**, and the **last 10 seconds**.
* If time runs out, the boss **escapes** and the raid **fails**. Everyone is warped out.

### 5) Rules & Map Restrictions

* **No Teleport, Warp, Memo, or @load** inside the raid maps.
* **No MVP or mob drops** from the raid bosses/mobs.
* Disconnects or deaths: **You can re‑enter** via the **Boss Raid** NPC as long as the event is still running and a stage is active.

### 6) Rewards & Scoring

#### BR Points (currency)

* You earn **Boss Raid Points (BR Points)** from the event.
* **How to gain:**
  * **Per Boss Kill:** If you deal **≥ 50,000 total damage** to that boss, you earn **+5 BR Points** for that stage.\
    \&#xNAN;*(If your party kills the boss but your personal damage is < 50k, you don’t get these 5 points for that stage.)*
  * **Top 3 Overall (after the final stage):**\
    Total damage is summed **across all stages** for each player. After the last boss:
    * **1st:** +120 BR Points
    * **2nd:** +70 BR Points
    * **3rd:** +45 BR Points
* **Claiming your points:**\
  Talk to **Boss Raid** NPC → **“Claim Boss Raid Points”** to **add them to your account**.

  > Points **do not auto‑credit**, you must **claim** them. Unclaimed points **carry over** to future sessions until you claim.

### FAQ

**Q: I missed the Proceed NPC. How do I catch up?**\
A: If someone already clicked it, the next stage is active—talk to the **Boss Raid** NPC and choose **“Proceed to Boss raid.”** If **nobody clicked within 5 minutes**, the next stage didn’t open, ask teammates to click promptly next time.

**Q: Do I get points if the boss escapes?**\
A: **No.** The **+5 points** per stage are only awarded when that **boss dies**, and only if you dealt **≥50k** damage to it.

**Q: Do points add to my account automatically?**\
A: No. Use **“Claim Boss Raid Points”** after the event to convert them into **#BRPOINTS**.

**Q: Can I see standings mid‑raid?**\
A: Yes—**“View Boss Raid Rankings”** shows **Top 3 players** and **Top 3 guilds** (display).

**Q: Can I join mid‑raid or after dying?**\
A: Yes. As long as the event is running and a stage is active, you can re‑enter via the **Boss Raid** NPC.


---

# 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://www.btkwiki.info/ingame-guides/features/boss-raid.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.
