源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

46 lines
770 B

Config = Config or {}
Config.ConfigBoss = Config.ConfigBoss or {}
--boss类型
Config.ConfigBoss.ModuleId = {
Person = 1,--个人
World = 2,--世界
Money = 3,--赏金
Collect = 4,--采集
Deserted = 9,--废都
BossHome = 12,--boss之家
GuildBossHome = 13,--社团之家
}
--更强途径 填后台功能id
Config.ConfigBoss.StrongWay = {
[1] = {
winId = 430,
subId = 1,
},
[2] = {
winId = 19,
subId = 1,
},
[3] = {
winId = 440,
subId = 1,
},
[4] = {
winId = 4,
subId = 1,
},
}
--boss模型偏移
Config.ConfigBoss.ModelPos = {
--[boss_id] = {x,y},
[10010004] = {0, -8},
[10010004] = {0, 10},
[10020002] = {0, 20},
[10020006] = {0, 10},
[10020007] = {0, 7},
[10010003] = {0, -10},
[10010005] = {0, 10},
[10020003] = {0, -5},
}