From 1ebdb3dcda085b1fc7949b8e36e127b83f80db8a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 Apr 2016 20:35:44 +0300 Subject: servergreps: add log with preffered packet ids for client to server packets. --- servergreps/hercules/20140403/clientpackets.txt | 1 + servergreps/hercules/20140403/clientpreferredpackets.txt | 14 ++++++++++++++ servergreps/hercules/20140403/clientwrongpacketsizes.txt | 1 + 3 files changed, 16 insertions(+) create mode 100644 servergreps/hercules/20140403/clientpreferredpackets.txt (limited to 'servergreps/hercules/20140403') diff --git a/servergreps/hercules/20140403/clientpackets.txt b/servergreps/hercules/20140403/clientpackets.txt index 09d4305..031a7fd 100644 --- a/servergreps/hercules/20140403/clientpackets.txt +++ b/servergreps/hercules/20140403/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->pFriendsListAdd 07ec CMSG_MOVE_TO_STORAGE clif->pSolveCharName diff --git a/servergreps/hercules/20140403/clientpreferredpackets.txt b/servergreps/hercules/20140403/clientpreferredpackets.txt new file mode 100644 index 0000000..5f64323 --- /dev/null +++ b/servergreps/hercules/20140403/clientpreferredpackets.txt @@ -0,0 +1,14 @@ +0102 -> 07d7 CMSG_PARTY_SETTINGS clif->pPartyChangeOption +035f -> 0950 CMSG_MAP_PING clif->pTickSend +0362 -> 0882 CMSG_PLAYER_INVENTORY_DROP clif->pDropItem +0366 -> 092d CMSG_SKILL_USE_POSITION_MORE clif->pUseSkillToPosMoreInfo +0368 -> 07ec CMSG_SOLVE_CHAR_NAME clif->pSolveCharName +0436 -> 0364 CMSG_SKILL_USE_POSITION clif->pUseSkillToPos +0437 -> 093f CMSG_PLAYER_CHANGE_DEST clif->pWalkToXY +0811 -> 091f CMSG_BUYINGSTORE_SELL clif->pReqTradeBuyingStore +0819 -> 0933 CMSG_SEARCHSTORE_SEARCH clif->pSearchStoreInfo +0835 -> 085d CMSG_SEARCHSTORE_CLICK clif->pSearchStoreInfoNextPage +083c -> 0868 CMSG_SKILL_USE_BEING clif->pUseSkillToId +0871 -> 0946 CMSG_PLAYER_CHANGE_ACT clif->pActionRequest +089c -> 0920 CMSG_MAP_SERVER_CONNECT clif->pWantToConnection +095d -> 0890 CMSG_PARTY_INVITE2 clif->pPartyInvite2 diff --git a/servergreps/hercules/20140403/clientwrongpacketsizes.txt b/servergreps/hercules/20140403/clientwrongpacketsizes.txt index c5ec840..75917b3 100644 --- a/servergreps/hercules/20140403/clientwrongpacketsizes.txt +++ b/servergreps/hercules/20140403/clientwrongpacketsizes.txt @@ -2,6 +2,7 @@ 022d CMSG_BUYINGSTORE_CLOSE clif->pWantToConnection 2 vs 19 0360 CMSG_BUYINGSTORE_OPEN clif->pChangeDir 6 vs 5 0361 CMSG_HOMUNCULUS_MENU clif->pReqOpenBuyingStore 5 vs -1 +07d7 CMSG_PARTY_SETTINGS clif->pPartyChangeOption 6 vs 8 07e4 CMSG_ITEM_PICKUP clif->pFriendsListAdd 6 vs 26 07ec CMSG_MOVE_TO_STORAGE clif->pSolveCharName 8 vs 6 0815 CMSG_BUYINGSTORE_CREATE clif->pChangeDir -1 vs 5 -- cgit v1.2.3-70-g09d2