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/20150805 | |
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/20150805')
-rw-r--r-- | servergreps/hercules/20150805/clientpackets.txt | 1 | ||||
-rw-r--r-- | servergreps/hercules/20150805/clientpreferredpackets.txt | 14 | ||||
-rw-r--r-- | servergreps/hercules/20150805/clientwrongpacketsizes.txt | 1 |
3 files changed, 16 insertions, 0 deletions
diff --git a/servergreps/hercules/20150805/clientpackets.txt b/servergreps/hercules/20150805/clientpackets.txt index b5f90ef..2354fb8 100644 --- a/servergreps/hercules/20150805/clientpackets.txt +++ b/servergreps/hercules/20150805/clientpackets.txt @@ -163,6 +163,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 0436 CMSG_SKILL_USE_POSITION clif->pUseSkillToPos 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/20150805/clientpreferredpackets.txt b/servergreps/hercules/20150805/clientpreferredpackets.txt new file mode 100644 index 0000000..3c15954 --- /dev/null +++ b/servergreps/hercules/20150805/clientpreferredpackets.txt @@ -0,0 +1,14 @@ +0102 -> 07d7 CMSG_PARTY_SETTINGS clif->pPartyChangeOption +0202 -> 0924 CMSG_PLAYER_CHANGE_DIR clif->pChangeDir +0361 -> 0817 CMSG_HOMUNCULUS_MENU clif->pHomMenu +0362 -> 0885 CMSG_PLAYER_INVENTORY_DROP clif->pDropItem +0436 -> 0438 CMSG_SKILL_USE_POSITION clif->pUseSkillToPos +07e4 -> 0958 CMSG_ITEM_PICKUP clif->pTakeItem +07ec -> 0879 CMSG_MOVE_TO_STORAGE clif->pMoveToKafra +085b -> 0864 CMSG_MOVE_FROM_STORAGE clif->pMoveFromKafra +0871 -> 0369 CMSG_PLAYER_CHANGE_ACT clif->pActionRequest +088a -> 096a CMSG_NAME_REQUEST clif->pGetCharNameRequest +089c -> 0363 CMSG_MAP_SERVER_CONNECT clif->pWantToConnection +091a -> 08a8 CMSG_FRIENDS_ADD_PLAYER clif->pFriendsListAdd +0940 -> 0835 CMSG_SEARCHSTORE_NEXT_PAGE clif->pSearchStoreInfoNextPage +095d -> 094a CMSG_PARTY_INVITE2 clif->pPartyInvite2 diff --git a/servergreps/hercules/20150805/clientwrongpacketsizes.txt b/servergreps/hercules/20150805/clientwrongpacketsizes.txt index e69de29..7b60bda 100644 --- a/servergreps/hercules/20150805/clientwrongpacketsizes.txt +++ b/servergreps/hercules/20150805/clientwrongpacketsizes.txt @@ -0,0 +1 @@ +07d7 CMSG_PARTY_SETTINGS clif->pPartyChangeOption 6 vs 8 |