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

# Warper System

The Warper System provides fast access to a large collection of maps while preserving important quest progression and Renewal restrictions.

{% hint style="info" %}
The Warper remembers your most recent destination. Select **Last Warp** to return to the last map and coordinates used through the Warper.
{% endhint %}

### Main Destinations

The main menu is divided into the following categories:

| Category       | Description                                                  |
| -------------- | ------------------------------------------------------------ |
| Ark Lobby      | Direct access to the central Ark Lobby.                      |
| Towns          | Major cities and regional settlements.                       |
| Fields         | Outdoor hunting maps grouped by region.                      |
| Dungeons       | Standard dungeon entrances and floors.                       |
| Leveling Areas | Hunting maps organized into ten-level brackets.              |
| Guild Castles  | War of Emperium castle maps.                                 |
| Guild Dungeons | Guild dungeon locations.                                     |
| Instances      | Entrances for supported instance content.                    |
| Special Areas  | Battlegrounds, arenas, markets, and other utility locations. |

### Leveling Areas

Leveling maps are organized into the following brackets:

| Bracket | Bracket | Bracket | Bracket |
| ------- | ------- | ------- | ------- |
| 1–10    | 51–60   | 101–110 | 151–160 |
| 11–20   | 61–70   | 111–120 | 161–170 |
| 21–30   | 71–80   | 121–130 | 171–180 |
| 31–40   | 81–90   | 131–140 | 181–190 |
| 41–50   | 91–100  | 141–150 | 191–200 |

The level shown beside each map is a recommendation based on the monsters found there. It is not necessarily a strict entry requirement.

### Quest Locked Destinations

Some maps cannot be accessed until the related story or entrance quest is complete. When a destination is locked, the Warper displays the required quest instead of teleporting the player.

Quest protection is enabled for selected content, including:

* Varmundt's Mansion and Episode 17.2 areas
* Illusion of Abyss
* Illusion of Frozen
* Illusion of Moonlight
* Illusion of Teddy Bear
* Illusion of Twins
* Illusion of Underwater
* Illusion of Vampire
* Selected instance entrances

{% hint style="warning" %}
Quest locks are intentional. They prevent the Warper from bypassing story progression, entrance quests, or access requirements.
{% endhint %}

### Instance Entrances

The Warper includes entrances for:

* Bakonawa Lake
* Bangungot Hospital 2F
* Buwaya Cave
* Devil Tower
* Eclage Interior
* Endless Tower
* Faceworm's Nest
* Geffen Magic Tournament
* Ghost Palace
* Hazy Forest
* Horror Toy Factory
* Malangdo Culvert
* Nidhoggur's Nest
* Octopus Cave
* Old Glast Heim
* Orc's Memory
* Sarah and Fenrir
* Sara's Memory
* Sealed Shrine
* Wolfchev's Laboratory

Many of these entrances require completion of their official prerequisite quest.

### Special Areas

The Special Areas menu contains:

| Destination             | Purpose                          |
| ----------------------- | -------------------------------- |
| Auction Hall            | Auction related area.            |
| Battlegrounds           | Battleground waiting room.       |
| Casino                  | Casino area.                     |
| Dimensional Rift        | Renewal dimensional content hub. |
| Eden Group Headquarters | Eden Group headquarters.         |
| Kunlun Arena            | Kunlun arena.                    |
| Izlude Arena            | Izlude arena.                    |
| Monster Race Arena      | Monster racing area.             |
| Para Market             | Renewal market area.             |
| Turbo Track             | Turbo Track entrance.            |

{% hint style="success" %}
Warper NPCs are placed in many towns and important locations, so players do not need to return to a single city to use the service.
{% 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.arkvalkyrie.com/server-features/warper-system.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.
