📑ItemMove
Restricts which actions can be performed on items within a specific item code range—dropping them on the ground, selling them, trading them, storing them in the vault, and more.
MinIndex / MaxIndex
Number (item code range)
Item code range this rule applies to.
AllowDrop
0 or 1
Whether the item can be dropped on the ground.
AllowSell
0 or 1
Whether the item can be sold to an NPC.
AllowTrade
0 or 1
Whether the item can be traded with another player.
AllowVault
0 or 1
Whether the item can be stored in the personal vault.
AllowStore
0 or 1
Whether the item can be placed in a Personal Shop.
AllowMix
0 or 1
Whether the item can be used in the Chaos Machine (item combinations, wings, etc.).
AllowGuildVault
0 or 1
Whether the item can be stored in the guild vault.
Comment
Text after //
Free comment (typically the item group name), ignored by the game.
Notes
Any item that does not fall within a configured range has all actions allowed by default. This file is used only to define exceptions and restrictions, not to grant permissions.
Item code ranges must not overlap. The server uses the first range that matches the item's code.
Last updated