For Baldera to work you need to create such files for contintent 7006, and also include this contintent in continent 1.
For contintent 7006 (Baldera), edit the ContinentData file (client/server) like this:
Code:
<Continent id="1" channelMax="10" channelType="none" inChannelingContinent="7001,7002,7003,7004,7005,7006" isSpecificSpace="false" />
<Continent id="7006" channelMax="3" channelType="field" isSpecificSpace="false">
<HuntingZone id="1" />
<HuntingZone id="58" />
<HuntingZone id="201" />
<HuntingZone id="358" />
</Continent>
And also AreaList file (client/server) like this:
Code:
<Continent id="1" desc="A" originZoneX="43" originZoneY="58">
...
<ChannelContinent id="7006" desc="[채널]ACN">
<Area name="ACN_P" />
</ChannelContinent>
</Continent>
You can get the files for contintent id 7006 and hunting zone id 58 (it is TerretoryData_58, NpcData_58) from client 115. On the server you will also need to add the AreaData_7006_ACN_P.xml file, which can be created based on the file from the client.
Also pay attention to the files StrSheet_Region, MapDefineData, NewWorldMapData. These files also contain information about the Baldera zone. You can also look at them in patch 115.