diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-19 16:26:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-19 16:26:37 +0300 |
commit | caa9b183ed1f9beb15e5673a84bcdd7cab1c2b7b (patch) | |
tree | 76400d2e8e4573c00ab4a3f00e4aaac198622ae0 /servergreps/hercules/20140403 | |
parent | 768c7f0fc1039e849d253df8e2ecc1f1f2885d86 (diff) | |
download | tools-caa9b183ed1f9beb15e5673a84bcdd7cab1c2b7b.tar.gz tools-caa9b183ed1f9beb15e5673a84bcdd7cab1c2b7b.tar.bz2 tools-caa9b183ed1f9beb15e5673a84bcdd7cab1c2b7b.tar.xz tools-caa9b183ed1f9beb15e5673a84bcdd7cab1c2b7b.zip |
servergreps: update packet logs
Diffstat (limited to 'servergreps/hercules/20140403')
4 files changed, 11 insertions, 7 deletions
diff --git a/servergreps/hercules/20140403/clientbadpackets.txt b/servergreps/hercules/20140403/clientbadpackets.txt index f85f21e..e69de29 100644 --- a/servergreps/hercules/20140403/clientbadpackets.txt +++ b/servergreps/hercules/20140403/clientbadpackets.txt @@ -1 +0,0 @@ -07ec CMSG_MOVE_TO_STORAGE client: clif->pMoveToKafra server: clif->pSolveCharName Change id to 095c diff --git a/servergreps/hercules/20140403/clientpackets.txt b/servergreps/hercules/20140403/clientpackets.txt index e7e791b..656dfb9 100644 --- a/servergreps/hercules/20140403/clientpackets.txt +++ b/servergreps/hercules/20140403/clientpackets.txt @@ -6,12 +6,15 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 0066 CMSG_CHAR_SELECT ? 0068 CMSG_CHAR_DELETE ? 007d CMSG_MAP_LOADED clif->pLoadEndAck +007e CMSG_MAP_PING clif->pUseSkillToPosMoreInfo +0085 CMSG_CHAT_MESSAGE clif->pChangeDir +008c CMSG_CHAT_MESSAGE clif->pGetCharNameRequest 0090 CMSG_NPC_TALK clif->pNpcClicked 0094 CMSG_NAME_REQUEST clif->pMoveToKafra 0096 CMSG_CHAT_WHISPER clif->pWisMessage 0099 CMSG_ADMIN_ANNOUNCE clif->pBroadcast 009b CMSG_PLAYER_CHANGE_DIR clif->pWantToConnection -009f CMSG_ITEM_PICKUP clif->pUseItem +009f CMSG_CHAT_MESSAGE clif->pUseItem 00a2 CMSG_PLAYER_INVENTORY_DROP clif->pSolveCharName 00ab CMSG_PLAYER_UNEQUIP clif->pUnequipItem 00b2 CMSG_PLAYER_RESTART clif->pRestart @@ -41,6 +44,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 00ed CMSG_TRADE_CANCEL_REQUEST clif->pTradeCancel 00ef CMSG_TRADE_OK clif->pTradeCommit 00f3 CMSG_CHAT_MESSAGE clif->pGlobalMessage +00f7 CMSG_CLOSE_STORAGE clif->pMoveFromKafra 00f9 CMSG_PARTY_CREATE clif->pCreateParty 00fc CMSG_PARTY_INVITE clif->pPartyInvite 00ff CMSG_PARTY_INVITED clif->pReplyPartyInvite @@ -177,7 +181,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 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 +07ec CMSG_SOLVE_CHAR_NAME clif->pSolveCharName 07f5 CMSG_ADMIN_UNEQUIP_ALL clif->pGMFullStrip 0801 CMSG_VENDING_BUY2 clif->pPurchaseReq2 0802 CMSG_NAME_REQUEST clif->pPartyInvite2 @@ -202,6 +206,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 087f CMSG_BUYINGSTORE_SELL clif->pReqTradeBuyingStore 0882 CMSG_PLAYER_INVENTORY_DROP clif->pDropItem 088a CMSG_NAME_REQUEST clif->pGetCharNameRequest +088e CMSG_MOVE_TO_STORAGE clif->pMoveToKafra 0896 CMSG_HOMUNCULUS_MENU clif->pHomMenu 089c CMSG_MAP_SERVER_CONNECT clif->pWantToConnection 08a7 CMSG_PLAYER_CHANGE_DIR clif->pChangeDir @@ -222,14 +227,18 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 092d CMSG_HOMUNCULUS_MENU clif->pUseSkillToPosMoreInfo 0934 CMSG_HOMUNCULUS_MENU clif->pHomMenu 093d CMSG_SEARCHSTORE_SEARCH clif->pSearchStoreInfo +093f CMSG_PLAYER_CHANGE_DEST clif->pWalkToXY 0940 CMSG_ITEM_PICKUP clif->pTakeItem 0944 CMSG_BUYINGSTORE_CREATE clif->pReqOpenBuyingStore 0949 CMSG_HOMUNCULUS_MENU clif->pHomMenu 094a CMSG_PLAYER_CHANGE_DIR clif->pChangeDir 094c CMSG_BUYINGSTORE_CLOSE clif->pReqCloseBuyingStore +0950 CMSG_MAP_PING clif->pTickSend 0958 CMSG_ITEM_PICKUP clif->pTakeItem +095c CMSG_MOVE_TO_STORAGE clif->pMoveToKafra 095d CMSG_PARTY_INVITE2 clif->pPartyInvite2 0965 CMSG_SEARCHSTORE_CLICK clif->pSearchStoreInfoListItemClick +0968 CMSG_MOVE_TO_STORAGE clif->pMoveToKafra 0969 CMSG_BUYINGSTORE_OPEN clif->pReqClickBuyingStore 096a CMSG_NAME_REQUEST clif->pGetCharNameRequest 096e CMSG_MERGE_ITEM_ACK clif->ackmergeitems diff --git a/servergreps/hercules/20140403/clientpreferredpackets.txt b/servergreps/hercules/20140403/clientpreferredpackets.txt index a7be0ce..52f7b31 100644 --- a/servergreps/hercules/20140403/clientpreferredpackets.txt +++ b/servergreps/hercules/20140403/clientpreferredpackets.txt @@ -1,7 +1,4 @@ -035f -> 0950 CMSG_MAP_PING clif->pTickSend 0366 -> 092d CMSG_SKILL_USE_POSITION_MORE clif->pUseSkillToPosMoreInfo -0368 -> 07ec CMSG_SOLVE_CHAR_NAME clif->pSolveCharName -0437 -> 093f CMSG_PLAYER_CHANGE_DEST clif->pWalkToXY 0815 -> 0360 CMSG_PLAYER_CHANGE_DIR clif->pChangeDir 0871 -> 0946 CMSG_PLAYER_CHANGE_ACT clif->pActionRequest 089c -> 0920 CMSG_MAP_SERVER_CONNECT clif->pWantToConnection diff --git a/servergreps/hercules/20140403/clientwrongpacketsizes.txt b/servergreps/hercules/20140403/clientwrongpacketsizes.txt index bf6cec0..e69de29 100644 --- a/servergreps/hercules/20140403/clientwrongpacketsizes.txt +++ b/servergreps/hercules/20140403/clientwrongpacketsizes.txt @@ -1 +0,0 @@ -07ec CMSG_MOVE_TO_STORAGE clif->pSolveCharName 8 vs 6 |