chore(Core/Config): remove dead unreachable-target evade configs (#26460)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -3175,13 +3175,6 @@ Creature.MovingStopTimeForPlayer = 180000
|
|||||||
|
|
||||||
WaypointMovementStopTimeForPlayer = 120
|
WaypointMovementStopTimeForPlayer = 120
|
||||||
|
|
||||||
# NpcEvadeIfTargetIsUnreachable
|
|
||||||
# Description: Specifies the time (in seconds) that a creature whom target
|
|
||||||
# is unreachable to end up in evade mode.
|
|
||||||
# Default: 5
|
|
||||||
|
|
||||||
NpcEvadeIfTargetIsUnreachable = 5
|
|
||||||
|
|
||||||
# NpcRegenHPIfTargetIsUnreachable
|
# NpcRegenHPIfTargetIsUnreachable
|
||||||
# Description: Regenerates HP for Creatures in Raids if they cannot reach the target.
|
# Description: Regenerates HP for Creatures in Raids if they cannot reach the target.
|
||||||
# Keep disabled if you are experiencing mmaps/pathing issues.
|
# Keep disabled if you are experiencing mmaps/pathing issues.
|
||||||
@@ -3191,13 +3184,6 @@ NpcEvadeIfTargetIsUnreachable = 5
|
|||||||
|
|
||||||
NpcRegenHPIfTargetIsUnreachable = 1
|
NpcRegenHPIfTargetIsUnreachable = 1
|
||||||
|
|
||||||
# NpcRegenHPTimeIfTargetIsUnreachable
|
|
||||||
# Description: Specifies the time (in seconds) that a creature whom target
|
|
||||||
# is unreachable in raid to end up regenerate health.
|
|
||||||
# Default: 10
|
|
||||||
|
|
||||||
NpcRegenHPTimeIfTargetIsUnreachable = 10
|
|
||||||
|
|
||||||
# Creatures.CustomIDs
|
# Creatures.CustomIDs
|
||||||
# Description: The list of custom creatures with gossip dialogues hardcoded in core,
|
# Description: The list of custom creatures with gossip dialogues hardcoded in core,
|
||||||
# divided by "," without spaces.
|
# divided by "," without spaces.
|
||||||
|
|||||||
@@ -663,8 +663,6 @@ void WorldConfig::BuildConfigCache()
|
|||||||
SetConfigValue<bool>(CONFIG_DUNGEON_ACCESS_REQUIREMENTS_PORTAL_CHECK_ILVL, "DungeonAccessRequirements.PortalAvgIlevelCheck", false);
|
SetConfigValue<bool>(CONFIG_DUNGEON_ACCESS_REQUIREMENTS_PORTAL_CHECK_ILVL, "DungeonAccessRequirements.PortalAvgIlevelCheck", false);
|
||||||
SetConfigValue<bool>(CONFIG_DUNGEON_ACCESS_REQUIREMENTS_LFG_DBC_LEVEL_OVERRIDE, "DungeonAccessRequirements.LFGLevelDBCOverride", false);
|
SetConfigValue<bool>(CONFIG_DUNGEON_ACCESS_REQUIREMENTS_LFG_DBC_LEVEL_OVERRIDE, "DungeonAccessRequirements.LFGLevelDBCOverride", false);
|
||||||
SetConfigValue<uint32>(CONFIG_DUNGEON_ACCESS_REQUIREMENTS_OPTIONAL_STRING_ID, "DungeonAccessRequirements.OptionalStringID", 0);
|
SetConfigValue<uint32>(CONFIG_DUNGEON_ACCESS_REQUIREMENTS_OPTIONAL_STRING_ID, "DungeonAccessRequirements.OptionalStringID", 0);
|
||||||
SetConfigValue<uint32>(CONFIG_NPC_EVADE_IF_NOT_REACHABLE, "NpcEvadeIfTargetIsUnreachable", 5);
|
|
||||||
SetConfigValue<uint32>(CONFIG_NPC_REGEN_TIME_IF_NOT_REACHABLE_IN_RAID, "NpcRegenHPTimeIfTargetIsUnreachable", 10);
|
|
||||||
SetConfigValue<bool>(CONFIG_REGEN_HP_CANNOT_REACH_TARGET_IN_RAID, "NpcRegenHPIfTargetIsUnreachable", true);
|
SetConfigValue<bool>(CONFIG_REGEN_HP_CANNOT_REACH_TARGET_IN_RAID, "NpcRegenHPIfTargetIsUnreachable", true);
|
||||||
|
|
||||||
//Debug
|
//Debug
|
||||||
|
|||||||
@@ -374,8 +374,6 @@ enum ServerConfigs
|
|||||||
CONFIG_GUILD_MEMBER_LIMIT,
|
CONFIG_GUILD_MEMBER_LIMIT,
|
||||||
CONFIG_GM_LEVEL_CHANNEL_MODERATION,
|
CONFIG_GM_LEVEL_CHANNEL_MODERATION,
|
||||||
CONFIG_TOGGLE_XP_COST,
|
CONFIG_TOGGLE_XP_COST,
|
||||||
CONFIG_NPC_EVADE_IF_NOT_REACHABLE,
|
|
||||||
CONFIG_NPC_REGEN_TIME_IF_NOT_REACHABLE_IN_RAID,
|
|
||||||
CONFIG_FFA_PVP_TIMER,
|
CONFIG_FFA_PVP_TIMER,
|
||||||
CONFIG_OUTDOOR_PVP_CAPTURE_RATE,
|
CONFIG_OUTDOOR_PVP_CAPTURE_RATE,
|
||||||
CONFIG_LOOT_NEED_BEFORE_GREED_ILVL_RESTRICTION,
|
CONFIG_LOOT_NEED_BEFORE_GREED_ILVL_RESTRICTION,
|
||||||
|
|||||||
Reference in New Issue
Block a user