Files
maplecontest/Global/SectorConfig.config
gahusb 9b3276e5a4 맵 10개(map02~map11) 생성: 공식 스셌러리 배경 10종 + 몬스터 2마리, sector 등록
map01 템플릿 복제, 엔티티 GUID 재발급. 배경은 공식 MapleStory 맵에서
수확한 Background 타입 RUID 10종(맵마다 다르게). 몬스터는 기존 4종에서
랜덤 2마리 + 랜덤 위치.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 12:42:19 +09:00

40 lines
862 B
Plaintext

{
"Id": "",
"GameId": "",
"EntryKey": "config://sectors",
"ContentType": "x-mod/config",
"Content": "",
"Usage": 0,
"UsePublish": 1,
"UseService": 0,
"CoreVersion": "1.21.0.0",
"StudioVersion": "0.1.0.0",
"DynamicLoading": 0,
"ContentProto": {
"Use": "Json",
"Json": {
"Sectors": [
{
"id": "sector01",
"name": "sector01",
"maxUserNo": 16,
"entries": [
"map://map01",
"map://map02",
"map://map03",
"map://map04",
"map://map05",
"map://map06",
"map://map07",
"map://map08",
"map://map09",
"map://map10",
"map://map11"
]
}
],
"AllowOverMaxEntryCountPerSector": false,
"config_id": "config://sectors"
}
}
}