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

📑CustomNpcMove

Configures teleports when clicking on specific NPCs (standing at an exact point on the map), with optional level/reset/account requirements.

Column

Accepted values

What it is

Index

Number

Identifies the line.

Npc

Number of the NPC class

Which NPC triggers the teleport.

NpcMap

Number

Map where this NPC must be located.

NpcX / NpcY

Number

Exact position of the NPC on the map (identifies which copy of the NPC, if there is more than one).

MoveMap

Number

Destination map of the teleport.

MoveX / MoveY

Number

Destination position.

MinLevel / MaxLevel

Number, or *

Minimum/maximum level of the player. * = no limit.

MinReset / MaxReset

Number, or *

Minimum/maximum reset of the player. * = no limit.

MinMReset / MaxMReset

Number, or *

Minimum/maximum Master Reset of the player. * = no limit.

AccountLevel

Number, or *

Requires a specific Free/VIP1/VIP2/VIP3 account level. * = any.

PKMove

0 or 1

1 = also blocks the teleport if the player is PK.

Notes

  • The combination of Npc + NpcMap + NpcX + NpcY must exactly match the actual position of the NPC on the map — this is how the game identifies which line to use when the player interacts with that NPC.

  • If the player does not meet any requirement, they receive a notice explaining which one (minimum level, minimum reset, etc.) and the teleport does not happen.

Last updated