Overview
Shared game content loaded by every GameServer instance
File Location
Data/
├── Command.xml
├── Effect.xml
├── EventItemBagManager.xml
├── MapManager.xml
├── MapServerInfo.xml
├── Message.xml
├── ShopManager.xml
├── CashShop/
├── Character/
├── Custom/
├── Event/
├── EventItemBag/
├── Hack/
├── Item/
├── Monster/
├── Move/
├── Plugins/
│ ├── Characters/
│ ├── Events/
│ ├── Items/
│ ├── Social/
│ └── World/
├── Quest/
├── QuestWorld/
├── Shop/
├── Skill/
├── Terrain/ (binary map attributes, not admin-editable)
└── Util/Shared vs Per-Server
Root
Scope
Contents
Sections
Root files
File
Purpose
Subfolders
Subfolder
Contents
Overlays
Game Data Sync
Reload vs Restart
Where to Start
Last updated