# Refine Ticket Master

***

### NPC Location

<figure><img src="/files/q8grNvlFOfAecUCtU0tn" alt=""><figcaption></figcaption></figure>

| NPC                  | Location                   | Coordinates    |
| -------------------- | -------------------------- | -------------- |
| Refine Ticket Master | Prontera Refinery Interior | `prt_in 65 57` |

***

### System Overview

The Refine Ticket Master uses a strict step-by-step refine system.

Players **cannot jump** from a low refine level directly to a high refine level.

For example:

| Current Refine | Ticket Used             |     Result |
| -------------: | ----------------------- | ---------: |
|      +4 Weapon | +5 Weapon Refine Ticket |  +5 Weapon |
|      +5 Weapon | +6 Weapon Refine Ticket |  +6 Weapon |
|      +6 Weapon | +7 Weapon Refine Ticket |  +7 Weapon |
|      +7 Weapon | +8 Weapon Refine Ticket |  +8 Weapon |
|      +8 Weapon | +9 Weapon Refine Ticket |  +9 Weapon |
|      +9 Weapon | +10 Weapon Certificate  | +10 Weapon |

***

### Important Rule

> **You cannot skip refine levels.**

A ticket only works if your equipment is exactly **1 level lower** than the ticket.

Example:

| Item Refine | Ticket                 | Can Use? |
| ----------: | ---------------------- | -------- |
|   +4 Weapon | +10 Weapon Certificate | ❌ No     |
|   +5 Weapon | +10 Weapon Certificate | ❌ No     |
|   +8 Weapon | +10 Weapon Certificate | ❌ No     |
|   +9 Weapon | +10 Weapon Certificate | ✅ Yes    |

This means a **+10 Weapon Certificate** requires an exact **+9 weapon**.

***

### Weapon Refine Tickets

| Ticket                  | Item ID | Required Weapon Refine |     Result |
| ----------------------- | ------: | ---------------------: | ---------: |
| +5 Weapon Refine Ticket |  `6456` |              +4 Weapon |  +5 Weapon |
| +6 Weapon Refine Ticket |  `6231` |              +5 Weapon |  +6 Weapon |
| +7 Weapon Refine Ticket |  `6230` |              +6 Weapon |  +7 Weapon |
| +8 Weapon Refine Ticket |  `6229` |              +7 Weapon |  +8 Weapon |
| +9 Weapon Refine Ticket |  `6228` |              +8 Weapon |  +9 Weapon |
| +10 Weapon Certificate  |  `6993` |              +9 Weapon | +10 Weapon |

***

### Armor Refine Tickets

| Ticket                 | Item ID | Required Armor Refine |    Result |
| ---------------------- | ------: | --------------------: | --------: |
| +5 Armor Refine Ticket |  `6457` |              +4 Armor |  +5 Armor |
| +6 Armor Refine Ticket |  `6235` |              +5 Armor |  +6 Armor |
| +7 Armor Refine Ticket |  `6234` |              +6 Armor |  +7 Armor |
| +8 Armor Refine Ticket |  `6233` |              +7 Armor |  +8 Armor |
| +10 Armor Certificate  |  `6994` |              +9 Armor | +10 Armor |

***

### Equipment Types

#### Weapon Tickets

Weapon tickets can only be used on weapons.

Valid weapon slots:

| Slot              |
| ----------------- |
| Right Hand Weapon |
| Left Hand Weapon  |

If the selected item is not a weapon, the NPC will reject it.

***

#### Armor Tickets

Armor tickets can only be used on armor-type equipment.

Valid armor-type slots:

| Slot           |
| -------------- |
| Upper Headgear |
| Armor          |
| Shield         |
| Garment        |
| Shoes          |

If the selected item is a weapon, the NPC will reject it.

***


---

# 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:

```
GET https://darkgroom.gitbook.io/darkgroom-docs/enhancements/refine-ticket-master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
