> For the complete documentation index, see [llms.txt](https://docs.maplestoryn.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maplestoryn.io/msn-101/beginners-guide/item-and-equipment/set-items.md).

# Set Items

## **Table of Contents**

1. **What are Set Items?**&#x20;
2. **Checking Set Effects**&#x20;
3. **Set Effect Application**&#x20;
4. **Lucky Items**&#x20;

## **1. What are Set Items?**

When you equip the required number of items from the same set, you can get various bonus effects.&#x20;

Set items bonuses are additionally applied on top of the base stats of the equipped item. \
&#x20;\
You can get set items just like other normal items – by hunting bosses and field monsters, participating in events, and completing party quests.&#x20;

## **2. Checking Set Effects**

When you equip a set item, you can check the set effects and a list of all items needed to complete the set. The number of set items can be more than the maximum bonus requirements. &#x20;

Note: You will not get additional effects even if you equip more set items than the number required for the maximum bonus.&#x20;

<figure><img src="/files/Gqly0Rkf5vBnV5kXH1pV" alt="" width="540"><figcaption></figcaption></figure>

## **3.** Set Effect Application

If you equip items from multiple sets at the same time, each set effect Is applied altogether.&#x20;

Additionally, if you equip the required number of pieces from the same set, all applicable bonuses will be applied.&#x20;

**Example)** If you equip 3 items from the Boss Accessory Set and 6 items from the Royal Von Leon Magician Set, you will receive the following set bonuses:&#x20;

* Boss Accessory Set: **3-Set** Bonus&#x20;
* Royal Von Leon Magician Set **4-Set** Bonus&#x20;
* Royal Von Leon Magician Set **5-Set** Bonus&#x20;
* Royal Von Leon Magician Set **6-Set** Bonus&#x20;

## **4. Lucky Items**

Lucky items are the wildcards for set items! &#x20;

If you have at least 3 items from the same set equipped, an additional Lucky item will count as one item from the exact set when equipped - granting you an even more powerful set bonus.&#x20;

<figure><img src="/files/X5t3EvTLa5XNalChZhkn" alt="" width="324"><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://docs.maplestoryn.io/msn-101/beginners-guide/item-and-equipment/set-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.
