# Party System & Party Buff

### Introduction

Parties are groups of up to 12 players made for the purpose of easier leveling and companionship.

### Create Party

<figure><img src="https://content.gitbook.com/content/WaZe2vfu3BjOEB1DZ1cf/blobs/p7upjc6DMA9xeDdXsjaw/image.png" alt="" width="375"><figcaption><p>Create Party Button</p></figcaption></figure>

To create a party, type /organize "name of party". Another way would be to click the "Create Party" button in the party window interface and typing the party name in the "Party Name Registration" box. You must have level 7 Basic Skill to create a party, and level 5 Basic Skill to join a party.

### Invite Party

The player who creates the party is the leader. The leader can remotely invite people to the party by typing /invite "name of player" or clicking the "Party Invitation" in the party window interface and typing the character name to be invited.

## **Party Item Sharing System**

<figure><img src="https://content.gitbook.com/content/WaZe2vfu3BjOEB1DZ1cf/blobs/A0dl1YNVkPD5dmPwfFyg/image.png" alt=""><figcaption><p>Party Item Sharing</p></figcaption></figure>

1. [VIP](https://maxion-1.gitbook.io/ragnarok-landverse-america/game-guide/vip-system) players can share items with other [VIP](https://maxion-1.gitbook.io/ragnarok-landverse-america/game-guide/vip-system) players in the party.
2. Non-VIP players will now always keep any items they pick up, even if the party is set to share items.

### **Stamina System in Parties**

* If the **party is not set to share EXP**, only the **player who defeats the monster** will lose stamina, while other party members will **not** be affected.
* If **party sharing is enabled**, when a party member defeats a monster, **all members who gain at least 1 EXP** will lose **1 Stamina**.
* **EXP from monsters killed by a party member without Stamina** will still grant **full EXP** to players who have **remaining Stamina**.

## **Party Buff System**

The Party Buff System is designed to enhance the cooperative gameplay experience by rewarding players who team up and stay together on the same map. This system offers experience (EXP) multipliers based on the number of members in a party, incentivizing group play and collaboration.

### Mechanics of the Party Buff System

The Party Buff System activates when party members share and remain on the same map. The EXP multipliers vary depending on the size of the party:

* **For parties with 2 to 5 members:**
  * EXP is multiplied by 5% per member.
* **For parties with 6 to 11 members:**
  * EXP is multiplied by 10% per member.
* **For parties with 12 members:**
  * EXP is multiplied by 15% per member.

### Detailed Formula for EXP Calculation

To calculate the EXP each party member receives, the following formula is used:

Formula: (EXP of Monster / Number of people) x (Percentage that meets the condition x Number of member in party)

<mark style="color:red;">**Note:**</mark> <mark style="color:red;"></mark><mark style="color:red;">All decimals are rounded down, regardless of whether the value is 0.8 or 0.9.</mark>


---

# 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://maxion-1.gitbook.io/ragnarok-landverse-america/game-guide/party-system-and-party-buff.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.
