> For the complete documentation index, see [llms.txt](https://wiki.frontierro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.frontierro.com/server-features/world-boss-event.md).

# World Boss Event

{% hint style="info" %}
🌀 **A mysterious portal tears open across the land.** Step through, face the **World Boss** waiting inside, and earn rewards based on how hard you hit — plus a special prize for whoever lands the final blow.
{% endhint %}

## ⏰ Schedule

The portal opens **twice a day** (server time):

| Time         |           |
| ------------ | --------- |
| 🕐 **13:00** | Afternoon |
| 🕙 **22:00** | Evening   |

A server-wide announcement warns everyone **30 seconds before** the portal appears.

## 📍 Where to Go

The portal opens in **Trinity ( 87, 108 )**. Walk into it to be warped to the boss arena — and when the event ends, you're returned to Trinity automatically.

{% hint style="warning" %}
🔒 You must be **Base Level 99 / Job Level 70** to enter the portal.
{% endhint %}

## 🔵🔴 Blue or Red?

Each event randomly opens one of two portals:

{% tabs %}
{% tab title="🔵 Blue Portal" %}
The **common** portal (most events). A test of **defense and resilience** — outlast the boss's onslaught.
{% endtab %}

{% tab title="🔴 Red Portal" %}
The **rare** portal. A test of **aggression and burst damage** — and it pays **more at every rank**, on top of a bigger **final-blow** reward.
{% endtab %}
{% endtabs %}

## ⚔️ How the Fight Works

1. ⏳ Once you're inside, the boss emerges after a short **1-minute countdown**.
2. 💥 Deal as much damage as you can — **every hit is tracked**.
3. 🩸 A boss **HP bar** is shown on-screen so everyone can follow the fight.
4. ⏱️ If the boss isn't defeated within **45 minutes**, it escapes and all participants are warped out.
5. 🏆 When it falls, the **Top 10 damage dealers** and the player who landed the **final blow** are rewarded.

## 🎁 Rewards

Every prize is paid in **World Boss Tickets** — the amount scales with your **damage ranking**, with a bonus for the **final blow**:

| Rank          | 🔵 Blue | 🔴 Red |
| ------------- | :-----: | :----: |
| 🥇 1st        |    20   |   30   |
| 🥈 2nd        |    18   |   20   |
| 🥉 3rd        |    16   |   18   |
| 4th           |    14   |   16   |
| 5th           |    12   |   14   |
| 6th           |    10   |   12   |
| 7th           |    8    |   10   |
| 8th           |    6    |    8   |
| 9th           |    4    |    6   |
| 10th          |    2    |    4   |
| 💀 Final Blow |    20   |   30   |

{% hint style="info" %}
🥇 The full **Top 10 damage rankings** are announced server-wide when the boss dies, so everyone sees who topped the charts.
{% endhint %}


---

# 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.frontierro.com/server-features/world-boss-event.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.
