> For the complete documentation index, see [llms.txt](https://aincrad-legacy.gitbook.io/aincrad-legacy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aincrad-legacy.gitbook.io/aincrad-legacy-docs/getting-started/server-information.md).

# Server Information

The quick reference card for Aincrad Legacy - the essential numbers, the pace of the world, and the rules every Adventurer agrees to. If you only read one page before logging in, make it this one.

| **Server Rates and Stats**   | -----------                 | **Other Key Info**     | -----------                                                                    |
| ---------------------------- | --------------------------- | ---------------------- | ------------------------------------------------------------------------------ |
| **Max Level:**               | 200/200                     | **Server Type:**       | Full custom (SAO-inspired)                                                     |
| **EXP Rates:**               | Custom rates (Slow paced)   | **Server Content:**    | 100th Floor Tower                                                              |
| **Item Drops:**              | Custom rates (medium rates) | **Available Classes:** | Weapon x Role combos, 129 variants                                             |
| **Monster Essence (cards):** | 1%                          | **Server Location:**   | North America (UTC-5)                                                          |
| **Instant Cast:**            | Custom (gear + CON)         | **Multi-clienting:**   | **Strictly Forbidden**                                                         |
| **Max Attack Speed:**        | 300/600 APM (soft/hard cap) | **Player Commands:**   | See [Useful Commands](/aincrad-legacy-docs/getting-started/useful-commands.md) |
| **Stat/Trait cap:**          | Max 100/50                  | **Party size:**        | Max 5 Players                                                                  |

## Progression pace

The pace you feel is the pace the world was designed for - every monster, mission, and drop is tuned around this world's own content.

* **Character Level** grows from combat and content across the floors.
* **Adventure Level** grows only through [Adventurer's Company](/aincrad-legacy-docs/progression/adventurers-company.md) missions - never from combat.

See [Character & Adventure Levels](/aincrad-legacy-docs/getting-started/levels.md) for what each level does.

## What is different here

Almost everything - this is a full custom experience. The essentials:

* Every Adventurer is defined by a **combat role** - Damage Dealer, Tanker, or Supporter. See [Choosing Your Role](/aincrad-legacy-docs/getting-started/choosing-your-role.md).
* There are **no healing items and no healing skills**. Recovery comes from natural regeneration - see [Recovery & Regeneration](/aincrad-legacy-docs/combat-system/recovery.md).
* Dying has a real cost. See [Death Penalty](/aincrad-legacy-docs/getting-started/death-penalty.md).
* The elemental system has been redesigned into [Armor & Attack Types](/aincrad-legacy-docs/combat-system/armor-and-attack-types.md).

## Guilds

Any Adventurer can found a guild at **Character Level 25** for **1,000,000 Col**. Guilds are more than a social circle here - they are your gateway into the [Faction system](/aincrad-legacy-docs/factions/overview.md), where the large-scale conflicts of Aincrad play out.

## Essential rules

Breaking these puts your account at risk.

1. **One account, one client.** Multi-clienting is forbidden - you may not run more than one game client or play more than one account at the same time.
2. **No real-money trading.** Buying or selling Col, items, or accounts for real money is strictly forbidden, and will result in a permanent ban.

## Community

Join the official **Aincrad Legacy Discord** - announcements, support, and the rest of the community live there:

[**discord.gg/gw9bCYbrmV**](https://discord.gg/gw9bCYbrmV)

> Have a question this page does not answer? The [Useful Commands](/aincrad-legacy-docs/getting-started/useful-commands.md) page covers the in-game info commands, the rest of the wiki covers every system in depth, and the [Discord](https://discord.gg/gw9bCYbrmV) covers everything else.


---

# 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://aincrad-legacy.gitbook.io/aincrad-legacy-docs/getting-started/server-information.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.
