> For the complete documentation index, see [llms.txt](https://ro0-4.gitbook.io/godro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ro0-4.gitbook.io/godro/custom-features/job-change-platinum-quest.md).

# Job Change / Platinum Quest

Welcome to the **Job Changer / Platinum Skill Quest** system! This NPC helps you advance to your **2nd job class** and unlock your **Platinum Skills** with ease — all without needing to do official job change quests.

***

## 🎟️ **Bonus: Job Change Teleport Ticket**

When you reach **Job Level 40** as a 1st job class, you will automatically receive a **Job Change Teleport Ticket** via in-game message.\
This ticket is **account-bound** and can only be used **once**, so make sure to use it wisely! It teleports you directly to the **Job Changer / Platinum** NPC.

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

***

## 🔄 Job Change (2-1 / 2-2 Classes)

**Requirements:**

* Must be **1st job class** (Swordman, Mage, Archer, etc.)
* Must reach **Job Level 40 or higher**
* Must have **no unused skill points**

**How to change job:**

1. Talk to the **Job Changer / Platinum** NPC.
2. Choose your desired 2nd job.
3. Select one of the following qualification methods:
   * **Pay Zeny**: ₱150,000 Zeny fee.
   * **Hunt Quest**: Kill a certain number of monsters based on your target job.

### **Example Hunt Quests:**

| Target Job                                       | Monster           | Amount |
| ------------------------------------------------ | ----------------- | ------ |
| Knight                                           | Swordfish         | 15     |
| Crusader                                         | Zombie Prisoner   | 15     |
| Hunter                                           | Injustice         | 20     |
| Dancer                                           | Skeleton Prisoner | 20     |
| Monk                                             | Vadon             | 30     |
| Blacksmith                                       | Orc Warrior       | 25     |
| Assassin                                         | Soldier Skeleton  | 15     |
| *...and others depending on your job selection.* |                   |        |

> ⚔️ You can switch from one route (hunt ↔ fee) at any time or abandon the quest and restart.

### **Progress Tracking:**

* Your kill count is tracked live.
* You’ll see messages showing your progress as you hunt.

***

## 🌟 Platinum Skills

Platinum Skills are exclusive passive or utility skills normally obtained through special quests. This system lets you unlock them easily by submitting required items.

**Requirements:**

* Bring the following items:

| Item Name         | ID   | Quantity |
| ----------------- | ---- | -------- |
| **Blue Gemstone** | 969  | 5        |
| **Opal**          | 717  | 3        |
| **Crystal Blue**  | 1010 | 1        |

**Steps:**

1. Talk to the **Job Changer / Platinum** NPC.
2. Select **Get Platinum Skill**.
3. Submit the required items.
4. Receive all your eligible Platinum Skills instantly.

***

#### 📍 NPC Location

* **Map**: Prontera (prontera)
* **Coordinates**: 162, 167
* **Name**: `Job Change / Platinum`&#x20;

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


---

# 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://ro0-4.gitbook.io/godro/custom-features/job-change-platinum-quest.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.
