For the complete documentation index, see llms.txt. This page is also available as Markdown.

📑MapManager

Individual settings for each GameServer map: PK, drop rates, MuHelper, shops, and other rules.

Column
Accepted Values ​​
Description

IDX

Map number

Map index (the same number used in other files, such as Gate.txt).

NPK

0, 1, 2, or *

Map PK rule. 0 = Normal PK. 1 = PK disabled (safe zone). 2 = Free combat without becoming an Outlaw or gaining PK points. * = Uses the general server setting.

VRG

Number (10–12 recommended)

View range for monsters, NPCs, and characters on this map.

PVP

0 or 1

Allows (1) the use of the /offpvp command on this map.

EXR

Number (%) or *

Map experience rate — percentage of the Common.dat value. * = 100%.

MDF

Number (%) or *

Zen drop rate for Free players. See note regarding * below.

MDV1 / MDV2 / MDV3

Number (%) or *

Same as MDF, for VIP 1 / VIP 2 / VIP 3.

MDV

Number (0 disables)

Variation (plus or minus) in the amount of Zen dropped. E.g., with Zen = 100 and MDV = 5, the value can range from 95 to 105.

ELT

0 or 1

Enables (1) the exclusive pickup timer when an item drops.

IDR

Number (%) or *

Map item drop rate. * = 100%.

EDR

Number

Extra chance for Excellent item drops on this map.

SDR

Number

Extra chance for Ancient item drops on this map.

SKR

Number

Increased chance of socketed items dropping on this map.

MHE

0 or 1

Allows (1) the use of MuHelper on this map.

OMH

0 or 1

Allows (1) the use of offline MuHelper on this map.

ZST

0 or 1

Allows (1) the use of the Zen store on this map.

CST

0 or 1

Allows (1) the use of the Custom Store on this map.

OST

0 or 1

Allows (1) the use of the Off Store on this map.

GBT

0 or 1

Marks this map as a Gens battle map.

NCA

0 or 1

1 disables the use of Custom Attack on this map.

EXM

0 or 1

1 = the character is automatically removed from this map upon logging back in.

DTG

Gate number (Gate.txt), or -1

Gate to which the character is teleported upon dying on this map. -1 = does not use a specific gate.

MapName

Text in quotes

Map name — for identification purposes for the person editing the file.

Notes

  • * does not always mean "use the server default." For MDF, MDV1, MDV2, and MDV3 (Zen drops), setting * results in Zen never dropping on that map for that account level—it is not equivalent to "following Common.dat." To use the value from Common.dat, use the number 100, not *.

  • The NPK value of 2 (free combat, without becoming an Outlaw or gaining PK points) is not listed in the file's own header comments, but it exists and works—this has been confirmed in the GameServer code.

  • DTG must point to an index that actually exists in Gate.txt.

Last updated