# In-Game Settings Hub

<figure><img src="/files/OxyL1Z2pKkagHvOrB0fS" alt=""><figcaption></figcaption></figure>

This menu lets **every player** fine tune quality of life options that would normally require chat commands or third party tools. Open it via **`Settings`** button from the top-right UI any time to:

| Tab               | What it controls                                        |
| ----------------- | ------------------------------------------------------- |
| **Commands**      | Which @commands auto-run on login.                      |
| **Channel**       | Auto-join / leave for public chat channels.             |
| **Notification**  | On-screen banners & pop-ups.                            |
| **Announcement**  | Global broadcast filters (item drops, PvP, events …).   |
| **Packet Filter** | Client-side packet toggles to reduce visual spam / lag. |
| **Security**      | Per-account trade / drop lock with a 4-digit PIN.       |

{% hint style="warning" %}
All choices are stored per character and executed automatically every time you log in.
{% endhint %}

<figure><img src="/files/8vl0U8rZiDnJg6rD9jtZ" alt=""><figcaption></figcaption></figure>

### 1. Commands (Auto Run)

| Command                             | Effect on login                          |
| ----------------------------------- | ---------------------------------------- |
| **Show Zeny** (`@showzeny`)         | Notification for every zeny transaction. |
| **Show EXP** (`@showexp`)           | Displays gained Base/Job EXP.            |
| **Auto-Refresh** (`@autorefresh N`) | Sends `refresh` every *N* seconds.       |
| **No KS** (`@noks`)                 | Activates anti Kill Steal system.        |
| **No Ask** (`@noask`)               | Blocks trades / party / guild invites.   |

***

### 2. Channel (Auto Join)

| Channel   | Hash-tag   |
| --------- | ---------- |
| Main chat | `#main`    |
| Support   | `#support` |
| Market    | `#market`  |
| Recruit   | `#recruit` |

{% hint style="warning" %}
The script **joins everything once** on your very first login, afterwards you manage each channel here.
{% endhint %}

***

### 3. Notifications

| Banner                  | Meaning                                  |
| ----------------------- | ---------------------------------------- |
| **Server Notice**       | Yellow scrolling text on login.          |
| **Event Banners**       | Event start/finish images.               |
| **Daily Rewards**       | Pop up when you qualify for attendance.  |
| **Battle Info**         | Kill/death feed.                         |
| **Stamina Consumption** | Remaining stamina for repeatable quests. |

{% hint style="warning" %}
*Toggles are inverted* (✔️ = **hide**, ✖️ = **show**), matching the original script logic.
{% endhint %}

***

### 4. Announcement Filters

| Category  | Broadcast examples                                |
| --------- | ------------------------------------------------- |
| **Item**  | Rare drops, cards, refines.                       |
| **Event** | Mini events, gacha, tournaments.                  |
| **NPC**   | Megaphone shouts, MVP kills, Deposit milestones.  |
| **PvP**   | PK kill feed, arena entry notices.                |
| **Quest** | Mission clears, blueprint crafting, daily quests. |

{% hint style="warning" %}
Inside each category you can individually disable sub-topics. Red ✖️ = hidden, Green ✔️ = visible.
{% endhint %}

***

### 5. Packet Filters

| Packet group           | Common use-case               |
| ---------------------- | ----------------------------- |
| Chat                   | Hide spam in crowded areas.   |
| Emotes                 | Hide emotes.                  |
| Item Usage             | Remove potion effects.        |
| Attack Animation       | Hide swing animations.        |
| Buff Animation         | Skip skill effect graphics.   |
| Status Effect          | Hide status effects.          |
| Target Skill Animation | Disable skill effects.        |
| Ground Skill Animation | Disable AoE effects.          |
| Song & Dances          | Mute bard/dancer songs.       |
| Direction              | Block look direction packets. |

{% hint style="warning" %}
Extra filter layer (All / Party / Guild / Other / Pets / Monsters) lets you e.g. *see guild-mates’ buffs but hide everything else*.
{% endhint %}

***

### 6. Security (Account PIN lock)

| Action                 | What happens                                                        |
| ---------------------- | ------------------------------------------------------------------- |
| **Set Passcode**       | Creates a 4-digit PIN (1000-9999).                                  |
| **Transaction Status** | <p>✔️ = transactions allowed<br>✖️ = blocked until PIN entered.</p> |
| **Change Passcode**    | Requires old PIN first.                                             |
| **Disable System**     | Removes PIN completely.                                             |

{% hint style="warning" %}
While locked you **cannot** trade, drop, vend or mail items/zeny.
{% endhint %}

***

Enjoy a clutter free, secure and personalised adventure!


---

# 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://wiki.osro-revo.gg/accessibility/in-game-settings-hub.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.
