> For the complete documentation index, see [llms.txt](https://mu-occidental.gitbook.io/mu-occidental-wiki-esp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mu-occidental.gitbook.io/mu-occidental-wiki-esp/items/tier-items.md).

# Tier Items

| TIER               | SET                                                                                                                                                                   | WEAPONS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **TIER 1**         | "Leather Set" ; "Pad Set"; "Vine Set".                                                                                                                                | "Kris"; "Short Sword"; "Rapier"; "Small Axe"; "Hand Axe"; "Double Axe"; "Mace"; "Morning Star"; "Flail"; "Short Bow"; "Bow"; "Elven Bow"; "Skull Staff"; "Angelic Staff";" Small Shield"; "Horn Shield"; "Kite Shield"; "Elven Shield"; "Mystery Stick".                                                                                                                                                                                                                                          |
| **TIER 2**         | "Bronze Set ; "Bone Set"; "Silk Set"                                                                                                                                  | "Katana"; "Sword of Assassin"; "Blade"; "Gladius"; "Falchion"; "Tomahawk";"Elven Axe";" Battle Axe"; "Nikea Axe"; "Larkan Axe"; "Great Hammer"; "Crystal Morning Star"; "Crystal Sword"; Elemental Mace"; "Light Spear"; "Spear"; "Dragon Lance"; "Giant Trident"; "Serpent Spear"; "Double Poleaxe"; "Halberd"; "Berdysh"; "Great Scythe"; "Battle Bow"; "Tiger Bow"; "Serpent Staff";" Thunder Staff"; "Violent Wind Stick"; "Buckler"; "Dragon Slayer Shield"; "Skull Shield"; "Spiked Shield" |
| **TIER 3**         | "Scale Set"; "Brass Set"; "Plate Set"; "Sphinx Set"; "Wind Set"; "Spirit Set"; "Light Plate Set"; "Violent Wind Set"                                                  | "Serpent Sword"; "Sword of Salamander"; "Light Saber"; "Legendary Sword"; "Heliacal Sword";" Double Blade";" Crescent Axe"; "Battle Scepter"; "Master Scepter"; "Bill of Balrog"; "Silver Bow"; "Serpent Crossbow"; "Bluewing Crossbow"; "Gorgon Staff"; "Legendary Staff"; "Staff of Resurrection";" Red Wing Stick"; "Book of Samut"; "Tower Shield"; "Plate Shield"; "Large Round Shield"; "Serpent Shield"                                                                                    |
| **TIER 4**         | "Dragon Set";"Legendary Set";"Guardian Set";"Adamantine set";"Red Wing Set";"Sacred Set";"Storm Crow Set"                                                             | "Sacred Glove"; "Lighting Sword"; "Giant Sword"; "Great Scepter"; "Aquagold Crossbow"; "Staff of Destruction"; "Book of Neil"; "Bronze Shield"; "Legendary Shield"                                                                                                                                                                                                                                                                                                                                |
| **TIER 5**         | "Ashcrow Set"; "Eclipse Set"; "Iris Set"; "Dark Steel set"; "Ancient Set": "Storm Hard Set"                                                                           | "Sword of Destruction"; "Dark Breaker"; "Thunder Blade";" Holly Storm Claws"; "Rune Blade"; "Lord Scepter"; "Dragon Spear"; "Saint Crossbow"; "Celestial Bow"; "Great Reign Crossbow";  "Dragon Soul Staff"; "Ancient Stick"; "Book of Lagle"; "Dragon Shield"; "Grand Soul Shield"; "Elemental Shield"                                                                                                                                                                                           |
| **TIER 6**         | "Black Dragon Set": "Dark Phoenix Set"; "Eclipse Set" ; "Grand Soul Set"; "Iris Set"; "Divine Set"; "Glorious set"; "Demonic Set"; "Piercing Set"; "Thunder Hawk Set" | "Knight Blade"; "Staff of Kundun"; "Demonic Stick"                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| **TIER 7**         | "Great Dragon Set"; "Dark Soul Set"; "Red Spirit Set"; "Dark Master set"; "Glorius Set"; "Piercing Set"; "Hurricane Set"; "Demonic Set"                               | "Sword Dancer";" Piercing Glove"; "Dark Reign Blade"; "Daybreak"; "Shining Scepter"; "Great Lord Scepter"; "Arrow Viper Bow"; "Albatross Bow"; "Platina Staff"                                                                                                                                                                                                                                                                                                                                    |
| **TIER 380**       | "Dragon Knight Set"; "Sylphid Ray Set"; "Sunlight set"; "Storm Blitz Set"; "Phoenix Soul Set": "Volcano Set"                                                          | "Bone Blade"; "Explosion Blade"; "Phoenix Soul Star"; "Soleil Scepter"; "Sylph Wind Bow"; "Grand Viper Staff"; "Storm Blitz Stick"                                                                                                                                                                                                                                                                                                                                                                |
| **TIER SOCKET**    | "Titan Set"; "Brave Set"; "Hades Set"; "Seraphim Set"; "Faith Set"; "Royal set"; "Eternal Wing Set"; "Phantom Set"; "Destroy Set";                                    | "Flameberge"; "Sword Breaker"; "Rune Bastard Sword"; "Absolute Scepter"; "Dark Stinger"; "Deadly Staff"; "Imperial Staff"; "Lilium Stick"; "Crimson Glory Shield";  "Salamander Shield"; "Frost Barrier"; "Guardian Shield"                                                                                                                                                                                                                                                                       |
| **UNIQUE WEAPONS** |                                                                                                                                                                       | "Frost Mace"; "Striker Scepter"; "Brova"; "Aileen Bow"; "Chromatic Staff"; "Raven Stick"                                                                                                                                                                                                                                                                                                                                                                                                          |
|                    |                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |


---

# 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://mu-occidental.gitbook.io/mu-occidental-wiki-esp/items/tier-items.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.
