> 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/custom-systems.md).

# Custom Systems

Welcome to the Eternum Wiki! This page explains some of the unique custom features you will encounter on your journey, including how to earn rewards just by playing and how to break down your old equipment into valuable materials.

***

## 1. The Hourly Token System

Eternum rewards dedication! As a token of appreciation for playing, active adventurers are granted **Hourly Tokens** entirely for free.

**How it works:**

* Every **1 hour** you are online, you will automatically receive **1x Hourly Token**.
* **Requirements:** You must be at least Level 50 and possess a Premium Account.
* **Restrictions:** You will *not* receive tokens if you are AFK inside a Training Area. Additionally, to prevent abuse, a maximum of **2 characters per IP address** can receive the hourly reward at the same time.

***

## 2. Kaelen's Reward Shop

Once you have collected enough Hourly Tokens, you can spend them by visiting **NPC Kaelen**. Kaelen is a special merchant who values your time above all else!

**Available Rewards:**

* **Exercise Weapons** *(Sword, Axe, Club, Bow, Wand)*: 30 Tokens
* **Random Outfit Box**: 30 Tokens
* **Amulet of Loss**: 25 Tokens
* **Dummy Ticket**: 15 Tokens
* **Enhancement Scrolls** *(Experience, Skill, or Magic Level)*: 60 Tokens

*“Time is the most valuable currency. Spend it wisely!”* — Kaelen

***

## 3. The Perfect Orb Extractor System

Don't throw away or sell your old rare equipment to standard NPCs! The **Perfect Orb Extractor** allows you to break down your old, powerful gear and extract its raw magical essence in the form of fragments and orbs.

**How it works:**

* You can use the **Perfect Orb Extractor** tool on any equippable gear (weapons, armors, shields, etc.).
* **Requirements:** The item MUST be either **Unidentified** OR have a **Rarity Tier** (Tier 1+). Normal, identified items without rarity cannot be destroyed.
* **Fragment Extraction:** When destroyed, the item yields a random amount of fragments depending on its **Power**. The higher the Power of the item, the more fragments you receive (up to 1,000 fragments for incredibly powerful gear!).
* **Types of Fragments:** You can extract Special, Ascension, Fortification, or Highroller fragments. Once you gather 100 fragments, they form a full Orb!
* **The True Sight Orb:** For every "empty attribute slot" the destroyed item had, it rolls a chance to extract a highly coveted **True Sight Orb** directly! The chance scales based on the item's rarity and power.


---

# 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/custom-systems.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.
