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

📑MoveSummon

Defines the map areas where players are allowed to arrive using the Summon skill (summoning to a party member) and Resurrection/Mobility Talismans. It functions as a whitelist: any destination point that does not fall within a registered range in this file cannot be reached using these teleport methods.

Column
Accepted Values
Description

Map

Map number

The map associated with this allowed zone.

X / Y

Coordinates

One corner of the allowed zone.

TX / TY

Coordinates

Opposite corner of the allowed zone.

MinLevel

Number, or -1

Minimum level required to arrive in this zone via Summon/Talisman. -1 = no minimum.

MaxLevel

Number, or -1

Maximum level allowed. -1 = no maximum.

MinReset

Number, or -1

Minimum reset requirement. -1 = no minimum.

MaxReset

Number, or -1

Maximum reset limit. -1 = no maximum.

AccountLevel

Number

Minimum account level (Free/VIP1/VIP2/VIP3).

PkMove

Number, or 0

Maximum tolerated Outlaw (PK) level for this zone (the actual limit is this value +4). 0 = no Outlaw restriction.

Notes

  • Unlike ItemMove.txt, absence means denial: if the destination point does not fall within any registered Map + X/YTX/TY range, the Summon/Talisman teleport simply fails.

  • The validation is always performed against the destination point (where the player will arrive), not the player's current location.

  • This validation is performed again immediately before the teleport is executed (not just when the request is made). If the conditions change in the meantime, the teleport may still be canceled even if it was previously accepted.

Last updated