源战役客户端
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

37 linhas
1.3 KiB

Config = Config or {}
Config.ConfigServerBoss = Config.ConfigServerBoss or {}
--一共有多少障碍区
Config.ConfigServerBoss.DynamicAreaCount =
{
[6301] = 5,
[6302] = 5,
[6303] = 5,
[6304] = 5,
}
--跨服BOSS动态区域
--[boss_ID] = {[1]=动态区域ID1,[2] = 动态区域ID 2}
Config.ConfigServerBoss.DynamicArea = {
[6301002] = {[1] = {id = 1,effect_id = {1,2}}},
[6301003] = {[1] = {id = 2,effect_id = {3}}},
[6301004] = {[1] = {id = 3,effect_id = {4}}},
[6301005] = {[1] = {id = 4,effect_id = {5}}},
[6301006] = {[1] = {id = 5,effect_id = {6,7}}},
[6302002] = {[1] = {id = 1,effect_id = {1,2}}},
[6302003] = {[1] = {id = 2,effect_id = {3}}},
[6302004] = {[1] = {id = 3,effect_id = {4}}},
[6302005] = {[1] = {id = 4,effect_id = {5}}},
[6302006] = {[1] = {id = 5,effect_id = {6,7}}},
[6303002] = {[1] = {id = 1,effect_id = {1,2}}},
[6303003] = {[1] = {id = 2,effect_id = {3}}},
[6303004] = {[1] = {id = 3,effect_id = {4}}},
[6303005] = {[1] = {id = 4,effect_id = {5}}},
[6303006] = {[1] = {id = 5,effect_id = {6,7}}},
[6304002] = {[1] = {id = 1,effect_id = {1,2}}},
[6304003] = {[1] = {id = 2,effect_id = {3}}},
[6304004] = {[1] = {id = 3,effect_id = {4}}},
[6304005] = {[1] = {id = 4,effect_id = {5}}},
[6304006] = {[1] = {id = 5,effect_id = {6,7}}},
}