# Forging

### Pre-RE Forging: Use Emveretarcon instead of Oridecon

#### Why

Refined Oridecon is not easily farmable on our server, so we use **Emveretarcon** as the high-tier forging metal for pre-renewal forging recipes.

#### Item IDs (important)

* **Emveretarcon**: `1011` (`db/re/item_db_etc.yml`)
* **Oridecon**: `984` (`db/re/item_db_etc.yml`)

#### Where this is configured

* `db/pre-re/produce_db.txt`

All forging recipes that previously documented "Oridecon" are implemented using **material ID `1011` (Emveretarcon)**.

#### Affected recipes (examples)

Weapons that require the high-tier metal include (non-exhaustive):

* Saber, Haedongum, Tsurugi, Flamberge
* Gladius, Damascus
* Two-Handed Sword, Broad Sword, Claymore
* Buster, Two-Handed Axe
* Fist, Claw, Finger
* Trident, Halberd, Lance

#### Notes

If the comments still say "Oridecon", they are just outdated documentation; the actual requirement is controlled by the numeric item id.


---

# Agent Instructions: 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://the-ragnarok-classic-1.gitbook.io/wiki/custom-implementation/refine-system/forging.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.
