> For the complete documentation index, see [llms.txt](https://eternum-1.gitbook.io/eternum-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eternum-1.gitbook.io/eternum-wiki/en.md).

# Tibia Eternum Wiki - English

Welcome to the **Tibia Eternum** player wiki! Here you will find comprehensive guides on server mechanics, systems, and custom features to enhance your gameplay experience.

***

## 🗺️ World & Exploration

* 🗺️ [**Custom Areas**](/eternum-wiki/en/custom-areas.md) ![HOT](https://img.shields.io/badge/-HOT-red) — Discover exclusive hunting zones and locations.
* 🏰 [**Dungeons**](/eternum-wiki/en/dungeons.md) ![HOT](https://img.shields.io/badge/-HOT-red) — Challenge formidable dungeon bosses and earn unique rewards.
* 📦 [**Cursed Chests**](/eternum-wiki/en/cursed-chests.md) ![HOT](https://img.shields.io/badge/-HOT-red) — Find and unlock hidden treasure chests across the world.

## ⚔️ Combat & Progression

* ⚡ [**Upgrade Systems**](/eternum-wiki/en/upgrade-systems.md) ![HOT](https://img.shields.io/badge/-HOT-red) — Enhance your weapons and equipment.
* 📊 [**Stat Guide**](/eternum-wiki/en/stat-guide.md) — Understand character attributes and stat allocation.
* ✨ [**Custom Spells**](/eternum-wiki/en/spells.md) ![HOT](https://img.shields.io/badge/-HOT-red) — Learn about unique custom spells available on the server.
* ⚔️ [**Eternum Hotkey System**](/eternum-wiki/en/hotkeys.md) — Essential hotkeys and setups for player vs player combat.
* ⭐ [**Monster Star System**](/eternum-wiki/en/monster-star-system.md) — Fight empowered monsters with increased difficulty and loot.
* 🩸 [**Sacrifice System**](/eternum-wiki/en/sacrifice-system.md) — Sacrifice coins for global bonuses.
* 🥋 [**Sets System**](/eternum-wiki/en/sets-system.md) ![HOT](https://img.shields.io/badge/-HOT-red) — Combine armor sets for special set bonuses.

## ⚙️ Systems & Utility

* 📜 [**Daily Tasks**](/eternum-wiki/en/tasks.md) — Complete daily missions for experience and rewards.
* 👥 [**Shared Experience**](/eternum-wiki/en/shared-experience.md) — Party hunting mechanics and experience share rules.
* 🛡️ [**Safe Training**](/eternum-wiki/en/safe-training.md) ![HOT](https://img.shields.io/badge/-HOT-red) — Train your skills safely while offline or AFK.
* 🔮 [**Relic System**](/eternum-wiki/en/relic-system.md) ![HOT](https://img.shields.io/badge/-HOT-red) — Collect and equip relics to boost your powers.
* 🔒 [**Item Protection**](/eternum-wiki/en/item-protection.md) ![HOT](https://img.shields.io/badge/-HOT-red) — Protect your valuable items from loss or damage.
* ⚖️ [**Market**](/eternum-wiki/en/market.md) — Trade items with other players efficiently.
* 💰 [**Autoloot System**](/eternum-wiki/en/autoloot-system.md) ![HOT](https://img.shields.io/badge/-HOT-red) — Configure automatic loot collection.
* 📺 [**Live Cast**](/eternum-wiki/en/live-cast.md) — Broadcast your gameplay live to other players.
* 🎟️ [**Events and Passes**](/eternum-wiki/en/events-and-passes.md) — Participate in server events and seasonal passes.
* 🎁 [**Items and Extras**](/eternum-wiki/en/items-and-extras.md) — Special items, cosmetics, and extra features.


---

# 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://eternum-1.gitbook.io/eternum-wiki/en.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.
