> For the complete documentation index, see [llms.txt](https://hangout-ragnarok.gitbook.io/hangoutro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hangout-ragnarok.gitbook.io/hangoutro/guides/crimson.md).

# Crimson weapons

![](https://3134290582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD6EUknkxguLsWdqRSsct%2Fuploads%2Fgit-blob-6335b5db18e26533d5aa22f476790874380d872c%2Ffeatures.jpg?alt=media)

A Crimson weapon carries most players from level 70 to the start of the instances. Its attack grows with your refine and your base level, so a cheap weapon you refine beats an expensive one you do not.

### What it does

Every Crimson weapon runs the same script:

```
ATK  + 5 per 10 base levels above 70, plus (refine x refine)
MATK + (refine x refine) / 2
```

The refine part stops counting at +15, where it is worth 225 ATK and 112 MATK.

| Your state     | ATK from the script |
| -------------- | ------------------- |
| Level 70, +0   | 0                   |
| Level 100, +7  | 15 + 49 = 64        |
| Level 150, +10 | 40 + 100 = 140      |
| Level 175, +14 | 52 + 196 = 248      |
| Level 200, +15 | 65 + 225 = 290      |

Squaring the refine is what matters. Going from +9 to +10 adds 19 ATK, but +14 to +15 adds 29, and the first nine refines together only add 81. The weapon is worth carrying unrefined and worth hoarding ore for.

### The set

All of them need base level 70, have two slots, and are weapon level 3. Most accept any class that can hold the weapon type.

| Weapon                   | Type     | Drops from     | Where                       |
| ------------------------ | -------- | -------------- | --------------------------- |
| Crimson Dagger           | Dagger   | Sleeper        | yuno\_fild02, 03, 06        |
| Crimson Saber            | 1H Sword | Pasana         | in\_sphinx3, 4, 5           |
| Crimson Two-Handed Sword | 2H Sword | Tamruan        | ayo\_dun02                  |
| Crimson Mace             | Mace     | Solider        | tur\_dun02                  |
| Crimson Rod              | Staff    | Bathory        | alde\_dun04, c\_tower1      |
| Crimson Knuckles         | Knuckle  | Jaguar         | bra\_fild01                 |
| Crimson Revolver         | Revolver | Metaling, Mole | ein\_fild06, 07, 08         |
| Crimson Katar            | Katar    | Injustice      | gl\_prison, gl\_prison1     |
| Crimson Spear            | 1H Spear | Stem Worm      | Also from the Owl Duke line |
| Crimson Lance            | 2H Spear | Owl Duke       | Also Gryphon                |
| Crimson Bible            | Book     | Evil Druid     |                             |
| Crimson Violin           | Musical  | Miyabi Ningyo  |                             |
| Crimson Whip             | Whip     | Wicked Nymph   |                             |
| Crimson Bow              | Bow      | Owl Baron      |                             |
| Crimson Two-Handed Axe   | 2H Axe   | Majoruros      |                             |
| Crimson Huuma Shuriken   | Huuma    | Tengu          |                             |
| Crimson Two-Handed Staff | 2H Staff | Owl Duke       |                             |

Base drop rates are 0.5% on the ordinary monsters, which our 15x turns into 7.5%. The Swift, Elusive, Solid, Furious and Ringleader versions of those monsters drop them at 2.5%, or 37.5% here, so a variant is worth killing on sight.

### Refining it

A weapon level 3 item refines with Oridecon, and the Cash Shop sells Enriched Oridecon and Blacksmith Blessing. Enriched raises the odds, and a Blessing keeps the refine level when an attempt at +8, +9 or +10 fails, which is where most weapons are lost. See [Cash Shop](/hangoutro/cash-and-vip/cash-shop.md).

A successful refine to +8, +9 or +10 is announced to the whole server and relayed to Discord.

### When to move on

Crimson stops being the answer when an instance hands you something better for your class, which is usually somewhere past level 130. The refine you put into it is not wasted, because it stays a decent weapon to lend an alt.


---

# 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://hangout-ragnarok.gitbook.io/hangoutro/guides/crimson.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.
