diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-06 20:35:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-06 20:35:44 +0300 |
commit | 1ebdb3dcda085b1fc7949b8e36e127b83f80db8a (patch) | |
tree | 7e454b29567d6d4d6e5921aa81e28fce0c2aa7b8 /servergreps/hercules/20130000 | |
parent | f34c203f9d12912446d8c457fab3ff3c85826613 (diff) | |
download | evol-tools-1ebdb3dcda085b1fc7949b8e36e127b83f80db8a.tar.gz evol-tools-1ebdb3dcda085b1fc7949b8e36e127b83f80db8a.tar.bz2 evol-tools-1ebdb3dcda085b1fc7949b8e36e127b83f80db8a.tar.xz evol-tools-1ebdb3dcda085b1fc7949b8e36e127b83f80db8a.zip |
servergreps: add log with preffered packet ids for client to server packets.
Diffstat (limited to 'servergreps/hercules/20130000')
-rw-r--r-- | servergreps/hercules/20130000/clientpackets.txt | 1 | ||||
-rw-r--r-- | servergreps/hercules/20130000/clientpreferredpackets.txt | 2 | ||||
-rw-r--r-- | servergreps/hercules/20130000/clientwrongpacketsizes.txt | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/servergreps/hercules/20130000/clientpackets.txt b/servergreps/hercules/20130000/clientpackets.txt index fb67278..0e32997 100644 --- a/servergreps/hercules/20130000/clientpackets.txt +++ b/servergreps/hercules/20130000/clientpackets.txt @@ -163,6 +163,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 0436 CMSG_SKILL_USE_POSITION clif->pFriendsListAdd 0437 CMSG_PLAYER_CHANGE_DEST clif->pWalkToXY 0439 CMSG_PLAYER_INVENTORY_USE clif->pUseItem +07d7 CMSG_PARTY_SETTINGS clif->pPartyChangeOption 07da CMSG_PARTY_CHANGE_LEADER clif->pPartyChangeLeader 07e4 CMSG_ITEM_PICKUP clif->pTakeItem 07ec CMSG_MOVE_TO_STORAGE clif->pMoveToKafra diff --git a/servergreps/hercules/20130000/clientpreferredpackets.txt b/servergreps/hercules/20130000/clientpreferredpackets.txt new file mode 100644 index 0000000..14b26b2 --- /dev/null +++ b/servergreps/hercules/20130000/clientpreferredpackets.txt @@ -0,0 +1,2 @@ +0102 -> 07d7 CMSG_PARTY_SETTINGS clif->pPartyChangeOption +088a -> 096a CMSG_NAME_REQUEST clif->pGetCharNameRequest diff --git a/servergreps/hercules/20130000/clientwrongpacketsizes.txt b/servergreps/hercules/20130000/clientwrongpacketsizes.txt index 9b80cf2..f3536a9 100644 --- a/servergreps/hercules/20130000/clientwrongpacketsizes.txt +++ b/servergreps/hercules/20130000/clientwrongpacketsizes.txt @@ -1,5 +1,6 @@ 022d CMSG_BUYINGSTORE_CLOSE clif->pWantToConnection 2 vs 19 0436 CMSG_SKILL_USE_POSITION clif->pFriendsListAdd 10 vs 26 +07d7 CMSG_PARTY_SETTINGS clif->pPartyChangeOption 6 vs 8 0819 CMSG_SEARCHSTORE_SEARCH clif->pStoragePassword -1 vs 36 0871 CMSG_PLAYER_CHANGE_ACT clif->pChangeDir 7 vs 5 089c CMSG_MAP_SERVER_CONNECT clif->pFriendsListAdd 19 vs 26 |