Addition of debug packet configurations.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user