Addition of debug packet configurations.

This commit is contained in:
MobiusDevelopment
2022-08-31 22:25:21 +00:00
parent 33b592e160
commit e3f9c52e05
145 changed files with 2415 additions and 130 deletions

View File

@@ -677,3 +677,30 @@ GridNeighborTurnOffTime = 300
ExecutorPriLow = -1
ExecutorPriMed = 0
ExecutorPriHigh = 1
# ---------------------------------------------------------------------------
# Developer Settings
# ---------------------------------------------------------------------------
# Do not touch these if you do not know what you are doing.
# These settings are for debugging servers ONLY. They are not meant for LIVE servers.
# Debug incoming packets.
# Default: False
DebugIncomingPackets = False
# Debug ex-incoming packets.
# Default: False
DebugExIncomingPackets = False
# Debug outgoing packets.
# Default: False
DebugOutgoingPackets = False
# Debug unknown packets.
# Default: True
DebugUnknownPackets = True
# Excluded packet list.
# Packet names that are excluded from debugging, separated by commas.
ExcludedPacketList = Attack, AutoAttackStart, AutoAttackStop, DeleteObject, ExAutoSoulShot, ExStorageMaxCount, MoveToLocation, NpcInfo, NpcSay, SkillCoolTime, SocialAction, StatusUpdate, UserInfo, ValidatePosition