> For the complete documentation index, see [llms.txt](https://wiki.2dro.website/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.2dro.website/readme.md).

# Developer Platform

<h2 align="center">SERVER INFORMATION</h2>

{% tabs %}
{% tab title="SETTINGS" %}

* Pre-renewal
* Transcended Job
* 99/70
* Max Aspd 190
* Instant Cast 150dex
* Armor, Garments and Footgears produce random option stats when identified using Appraiser NPC located in all town.
* Homunculus auto-feed enabled
  {% endtab %}

{% tab title="RATES" %}

* Experience rate x5
* Normal monster Healing droprate x5
* Normal monster Etc droprate x5
* Normal monster Equipment droprate x5
* Normal monster card droprate x1
* MVP droprate x1
* MVP/Mini cards x1
  {% endtab %}

{% tab title="COMMANDS" %}

* [<mark style="color:blue;">@mi</mark>](#user-content-fn-1)[^1]
* [<mark style="color:blue;">@whereis</mark>](#user-content-fn-2)[^2]
* [<mark style="color:blue;">@whodrops</mark>](#user-content-fn-3)[^3]
* [<mark style="color:blue;">@commands</mark>](#user-content-fn-4)[^4]
* [<mark style="color:blue;">@autotrade</mark>](#user-content-fn-5)[^5]
  {% endtab %}
  {% endtabs %}

[^1]: <sup>*<mark style="color:orange;">Syntax:</mark>*</sup>

    <sup>*@mi \<Monster name or ID>*</sup>

    <sup>*<mark style="color:orange;">Example:</mark>*</sup>\ <sup>*@mi Sohee*</sup>

    <sup>*@mi 1170*</sup>

    <sup>*<mark style="color:yellow;">This will display the information of the monster.</mark>*</sup>

[^2]: <sup>*<mark style="color:orange;">Syntax:</mark>*</sup>

    <sup>*@whereis \<Monster name or ID>*</sup>

    <sup>*<mark style="color:orange;">Example:</mark>*</sup>

    <sup>*@whereis sohee*</sup>

    <sup>*@whereis 1170*</sup>

    <sup>*<mark style="color:yellow;">This will display the top 10 map where you can see them. It will also provide the number of spawn of this monster in their respective map</mark>*</sup>

[^3]: <sup>*<mark style="color:orange;">Syntax:</mark>*</sup>

    <sup>*@whodrops \<item name or ID>*</sup>

    <sup>*<mark style="color:orange;">Example:</mark>*</sup>

    <sup>*@whodrops Red\_Herb*</sup>

    <sup>*@whodrops 507*</sup>

    <sup>*<mark style="color:yellow;">This will show the top 10 list of monsters that drops this item. It will also show the drop rates.</mark>*</sup>

[^4]: <sup>*<mark style="color:orange;">Syntax:</mark>*</sup>

    <sup>*@commands*</sup>

    <sup>*<mark style="color:yellow;">This will show all available commands you can use in-game</mark>*</sup>

[^5]: <sup>*<mark style="color:orange;">Syntax:</mark>*</sup>

    <sup>*@autotrade*</sup>

    <sup>*<mark style="color:yellow;">This will allow you to vend offline. Once you setup your vend, use this command. It will logout your character but it will keep your vending character in game. Once you re-login, the vend will close and you will get the earnings automatically.</mark>*</sup>


---

# 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:

```
GET https://wiki.2dro.website/readme.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.
