|
Config = Config or {}
|
|
Config.ConfigTargetAutoFight = Config.ConfigTargetAutoFight or {}
|
|
|
|
--boss类型
|
|
Config.ConfigTargetAutoFight.Flag = {
|
|
["Default"] = {distance = 2000,contain_collect_type = true,auto_change_god = true,find_monster_distance = 1000}, --默认类型
|
|
["BroadCastScene"] = {distance = 100000,contain_collect_type = true,find_monster_distance = 1000}, --全场景
|
|
["PetDungeon"] = {distance = 900,contain_collect_type = true,auto_change_god = true,find_monster_distance = 1000}, --宠物场景
|
|
["PkBattleScene"] = {distance = 2000,contain_collect_type = false,auto_change_god = true,find_monster_distance = 2000}, --大乱斗场景
|
|
["GuildWarScene"] = {distance = 1100,contain_collect_type = false,auto_change_god = true,find_monster_distance = 1000}, --社团争霸场景
|
|
["GuildGuardDungeon"] = {distance = 900,contain_collect_type = false,auto_change_god = true,find_monster_distance = 1000}, --社团战场景
|
|
["MainCityAndFieldScene"] = {distance = 900,contain_collect_type = true,auto_change_god = true,find_monster_distance = 1000}, --主城或者野外
|
|
["ButterflyScene"] = {distance = 100000,contain_collect_type = true,auto_change_god = false,find_monster_distance = 1000}, --捕碟
|
|
["DungeonEquipScene"] = {distance = 3000,contain_collect_type = true,auto_change_god = true,find_monster_distance = 1000}, --装备副本
|
|
["DungeonRefineScene"] = {distance = 1500,contain_collect_type = true,auto_change_god = true,find_monster_distance = 1000}, --洗练副本
|
|
["StarDungeonScene"] = {distance = 100000,contain_collect_type = true,auto_change_god = false,find_monster_distance = 10000}, --星灵本
|
|
["KFGuildWarFightScene"] = {distance = 1200,contain_collect_type = true,auto_change_god = false,find_monster_distance = 1000}, --海战
|
|
["DiamonFightScene"] = {distance = 100000,contain_collect_type = false,auto_change_god = true,find_monster_distance = 1000}, --大乱斗场景
|
|
["CSOnevNScene"] = {distance = 1000000,contain_collect_type = false,auto_change_god = true,find_monster_distance = 1000}, --跨服1vn场景
|
|
["DungeonLoveScene"] = {distance = 100000,contain_collect_type = false,auto_change_god = true,find_monster_distance = 1000}, --大乱斗场景
|
|
["Cross3v3"] = {distance = 2000,contain_collect_type = true,auto_change_god = true,find_monster_distance = 1000}, --跨服3v3
|
|
|
|
--新配置
|
|
["IsMaterialDungeon"] = {distance = 100000,contain_collect_type = true,auto_change_god = true,find_monster_distance = 1500}, --材料副本
|
|
["IsExpDungeon"] = {distance = 100000,contain_collect_type = true,auto_change_god = true,find_monster_distance = 1500}, --材料副本
|
|
}
|