From 72b5c9a692e8f8affcf3389e11220aa9089628ff Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 16 Sep 2016 19:26:25 +0300 Subject: servergreps: update logs --- servergreps/hercules/20130814/client_packets.txt | 29 +++++++++++++++------- .../hercules/20130814/client_uselesspackets.txt | 9 ------- .../20130814/hercules_server2013_inpackets.txt | 19 -------------- .../20130814/hercules_server2014_inpackets.txt | 19 -------------- .../20130814/server2013_hercules_inpackets.txt | 1 + .../20130814/server2014_hercules_inpackets.txt | 1 + 6 files changed, 22 insertions(+), 56 deletions(-) (limited to 'servergreps/hercules/20130814') diff --git a/servergreps/hercules/20130814/client_packets.txt b/servergreps/hercules/20130814/client_packets.txt index e6ff532..cd66f42 100644 --- a/servergreps/hercules/20130814/client_packets.txt +++ b/servergreps/hercules/20130814/client_packets.txt @@ -8,10 +8,10 @@ PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER_SSO PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER2 0061 CMSG_CHAR_PASSWORD_CHANGE ? 0064 CMSG_LOGIN_REGISTER lclif->p->parse_CA_LOGIN -0065 CMSG_CHAR_SERVER_CONNECT ? -0066 CMSG_CHAR_SELECT ? +0065 CMSG_CHAR_SERVER_CONNECT chr->parse_char_connect +0066 CMSG_CHAR_SELECT chr->parse_char_select 0067 CMSG_CHAR_CREATE ? -0068 CMSG_CHAR_DELETE ? +0068 CMSG_CHAR_DELETE chr->parse_char_delete_char_0068 007d CMSG_MAP_LOADED clif->pLoadEndAck 0085 CMSG_PLAYER_CHANGE_DIR clif->pChangeDir 0089 CMSG_MAP_PING clif->pTickSend @@ -99,7 +99,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER2 017e CMSG_GUILD_MESSAGE clif->pGuildMessage 0180 CMSG_GUILD_OPPOSITION clif->pGuildOpposition 0183 CMSG_GUILD_ALLIANCE_DELETE clif->pGuildDelAlliance -0187 CMSG_CHAR_PING ? +0187 CMSG_CHAR_PING chr->parse_char_ping 018a CMSG_CLIENT_QUIT clif->pQuitGame 018e CMSG_NPC_PRODUCE_MIX clif->pProduceMix 0193 CMSG_CLOSE_STORAGE clif->pCloseKafra @@ -171,7 +171,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER2 027c CMSG_LOGIN_REGISTER4 lclif->p->parse_CA_LOGIN4 0281 CMSG_FRIENDS_ADD_PLAYER clif->pFriendsListAdd 0288 CMSG_NPC_CASH_SHOP_BUY clif->pcashshop_buy -028f CMSG_CHAR_RENAME ? +028f CMSG_CHAR_RENAME chr->parse_char_rename_char_confirm 0292 CMSG_PLAYER_AUTO_REVIVE clif->pAutoRevive 029f CMSG_MERCENARY_ACTION clif->pmercenary_action 02b0 CMSG_LOGIN_REGISTER_HAN lclif->p->parse_CA_LOGIN_HAN @@ -264,13 +264,13 @@ PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER2 08ab CMSG_FRIENDS_ADD_PLAYER clif->pFriendsListAdd 08ac CMSG_MOVE_FROM_STORAGE clif->pMoveFromKafra 08ad CMSG_SKILL_USE_POSITION_MORE clif->pUseSkillToPosMoreInfo -08ba CMSG_CHAR_CREATE_PIN ? +08ba CMSG_CHAR_CREATE_PIN chr->parse_char_pincode_first_pin 08c9 CMSG_NPC_CASH_SHOP_SCHEDULE clif->pCashShopSchedule -08d4 CMSG_CHAR_CHANGE_SLOT ? +08d4 CMSG_CHAR_CHANGE_SLOT chr->parse_char_move_character 08d7 CMSG_BATTLE_REGISTER clif->pBGQueueRegister 08da CMSG_BATTLE_REVOKE clif->pBGQueueRevokeReq 08e0 CMSG_BATTLE_BEGIN_ACK clif->pBGQueueBattleBeginAck -08fc CMSG_CHAR_CHECK_RENAME ? +08fc CMSG_CHAR_CHECK_RENAME chr->parse_char_rename_char 0907 CMSG_PLAYER_FAVORITE_ITEM clif->pMoveItem 090a CMSG_BATTLE_CHECK_STATE clif->pBGQueueCheckState 0917 CMSG_PLAYER_INVENTORY_DROP clif->pDropItem @@ -318,7 +318,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER2 0962 CMSG_SKILL_USE_POSITION_MORE clif->pUseSkillToPosMoreInfo 096a CMSG_NAME_REQUEST clif->pGetCharNameRequest 096e CMSG_MERGE_ITEM_ACK clif->ackmergeitems -0970 CMSG_CHAR_CREATE ? +0970 CMSG_CHAR_CREATE chr->parse_char_create_new_char 0974 CMSG_MERGE_ITEM_CANCEL clif->cancelmergeitem 097c CMSG_REQUEST_RANKS clif->pRanklist 0998 CMSG_PLAYER_EQUIP clif->pEquipItem @@ -327,6 +327,17 @@ PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER2 09ab CMSG_BANK_CHECK clif->pBankCheck 09b6 CMSG_BANK_OPEN clif->pBankOpen 09b8 CMSG_BANK_CLOSE clif->pBankClose +? UNIMPLIMENTED chr->parse_char_check_captcha +? UNIMPLIMENTED chr->parse_char_delete2_accept +? UNIMPLIMENTED chr->parse_char_delete2_cancel +? UNIMPLIMENTED chr->parse_char_delete2_req +? UNIMPLIMENTED chr->parse_char_delete_char_01fb +? UNIMPLIMENTED chr->parse_char_pincode_change +? UNIMPLIMENTED chr->parse_char_pincode_check +? UNIMPLIMENTED chr->parse_char_pincode_window +? UNIMPLIMENTED chr->parse_char_rename_char2 +? UNIMPLIMENTED chr->parse_char_request_captcha +? UNIMPLIMENTED chr->parse_char_request_chars ? UNIMPLIMENTED clif->pCashShopBuy ? UNIMPLIMENTED clif->pDull ? UNIMPLIMENTED clif->pGMRecall2 diff --git a/servergreps/hercules/20130814/client_uselesspackets.txt b/servergreps/hercules/20130814/client_uselesspackets.txt index 0c6a99e..becf2d0 100644 --- a/servergreps/hercules/20130814/client_uselesspackets.txt +++ b/servergreps/hercules/20130814/client_uselesspackets.txt @@ -1,11 +1,2 @@ -Useless packet 08fc. -Useless packet 0970. -Useless packet 028f. -Useless packet 0066. -Useless packet 0187. -Useless packet 08ba. Useless packet 0067. -Useless packet 0065. Useless packet 0061. -Useless packet 0068. -Useless packet 08d4. diff --git a/servergreps/hercules/20130814/hercules_server2013_inpackets.txt b/servergreps/hercules/20130814/hercules_server2013_inpackets.txt index 70ca486..1cbee26 100644 --- a/servergreps/hercules/20130814/hercules_server2013_inpackets.txt +++ b/servergreps/hercules/20130814/hercules_server2013_inpackets.txt @@ -1,7 +1,4 @@ -Exists only in server2013: 0065 -Exists only in server2013: 0066 Exists only in server2013: 0067 -Exists only in server2013: 0068 Exists only in server2013: 0082 Exists only in server2013: 00ad Exists only in server2013: 00ba @@ -17,7 +14,6 @@ Exists only in server2013: 01ca Exists only in server2013: 01cb Exists only in server2013: 01e3 Exists only in server2013: 01e5 -Exists only in server2013: 01fb Exists only in server2013: 020b Exists only in server2013: 020c Exists only in server2013: 0228 @@ -31,8 +27,6 @@ Exists only in server2013: 0279 Exists only in server2013: 027f Exists only in server2013: 0286 Exists only in server2013: 028c -Exists only in server2013: 028d -Exists only in server2013: 028f Exists only in server2013: 02a0 Exists only in server2013: 02a1 Exists only in server2013: 02a4 @@ -65,16 +59,11 @@ Exists only in server2013: 07d3 Exists only in server2013: 07d4 Exists only in server2013: 07dc Exists only in server2013: 07de -Exists only in server2013: 07e5 -Exists only in server2013: 07e7 Exists only in server2013: 07ea Exists only in server2013: 07ee Exists only in server2013: 07f0 Exists only in server2013: 080c Exists only in server2013: 0822 -Exists only in server2013: 0827 -Exists only in server2013: 0829 -Exists only in server2013: 082b Exists only in server2013: 0841 Exists only in server2013: 084c Exists only in server2013: 084d @@ -89,16 +78,11 @@ Exists only in server2013: 089a Exists only in server2013: 089d Exists only in server2013: 08b0 Exists only in server2013: 08b5 -Exists only in server2013: 08b8 -Exists only in server2013: 08ba Exists only in server2013: 08bc -Exists only in server2013: 08be Exists only in server2013: 08c1 Exists only in server2013: 08c2 Exists only in server2013: 08c3 -Exists only in server2013: 08c5 Exists only in server2013: 08cc -Exists only in server2013: 08d4 Exists only in server2013: 08dd Exists only in server2013: 08ef Exists only in server2013: 08f0 @@ -106,7 +90,6 @@ Exists only in server2013: 08f1 Exists only in server2013: 08f4 Exists only in server2013: 08f7 Exists only in server2013: 08f9 -Exists only in server2013: 08fc Exists only in server2013: 08fd Exists only in server2013: 0910 Exists only in server2013: 0912 @@ -122,7 +105,6 @@ Exists only in server2013: 0966 Exists only in server2013: 0967 Exists only in server2013: 0968 Exists only in server2013: 0969 -Exists only in server2013: 0970 Exists only in server2013: 0978 Exists only in server2013: 0980 Exists only in server2013: 0987 @@ -130,4 +112,3 @@ Exists only in server2013: 098c Exists only in server2013: 098d Exists only in server2013: 098f Exists only in server2013: 099c -Exists only in server2013: 09a1 diff --git a/servergreps/hercules/20130814/hercules_server2014_inpackets.txt b/servergreps/hercules/20130814/hercules_server2014_inpackets.txt index bde0dfa..5bc7684 100644 --- a/servergreps/hercules/20130814/hercules_server2014_inpackets.txt +++ b/servergreps/hercules/20130814/hercules_server2014_inpackets.txt @@ -1,7 +1,4 @@ -Exists only in server2014: 0065 -Exists only in server2014: 0066 Exists only in server2014: 0067 -Exists only in server2014: 0068 Exists only in server2014: 0082 Exists only in server2014: 00ad Exists only in server2014: 00ba @@ -17,7 +14,6 @@ Exists only in server2014: 01ca Exists only in server2014: 01cb Exists only in server2014: 01e3 Exists only in server2014: 01e5 -Exists only in server2014: 01fb Exists only in server2014: 020b Exists only in server2014: 020c Exists only in server2014: 0228 @@ -31,8 +27,6 @@ Exists only in server2014: 0279 Exists only in server2014: 027f Exists only in server2014: 0286 Exists only in server2014: 028c -Exists only in server2014: 028d -Exists only in server2014: 028f Exists only in server2014: 02a0 Exists only in server2014: 02a1 Exists only in server2014: 02a4 @@ -65,16 +59,11 @@ Exists only in server2014: 07d3 Exists only in server2014: 07d4 Exists only in server2014: 07dc Exists only in server2014: 07de -Exists only in server2014: 07e5 -Exists only in server2014: 07e7 Exists only in server2014: 07ea Exists only in server2014: 07ee Exists only in server2014: 07f0 Exists only in server2014: 080c Exists only in server2014: 0822 -Exists only in server2014: 0827 -Exists only in server2014: 0829 -Exists only in server2014: 082b Exists only in server2014: 0841 Exists only in server2014: 084c Exists only in server2014: 084d @@ -89,16 +78,11 @@ Exists only in server2014: 089a Exists only in server2014: 089d Exists only in server2014: 08b0 Exists only in server2014: 08b5 -Exists only in server2014: 08b8 -Exists only in server2014: 08ba Exists only in server2014: 08bc -Exists only in server2014: 08be Exists only in server2014: 08c1 Exists only in server2014: 08c2 Exists only in server2014: 08c3 -Exists only in server2014: 08c5 Exists only in server2014: 08cc -Exists only in server2014: 08d4 Exists only in server2014: 08dd Exists only in server2014: 08ef Exists only in server2014: 08f0 @@ -106,7 +90,6 @@ Exists only in server2014: 08f1 Exists only in server2014: 08f4 Exists only in server2014: 08f7 Exists only in server2014: 08f9 -Exists only in server2014: 08fc Exists only in server2014: 08fd Exists only in server2014: 0910 Exists only in server2014: 0912 @@ -122,7 +105,6 @@ Exists only in server2014: 0966 Exists only in server2014: 0967 Exists only in server2014: 0968 Exists only in server2014: 0969 -Exists only in server2014: 0970 Exists only in server2014: 0978 Exists only in server2014: 0980 Exists only in server2014: 0987 @@ -130,7 +112,6 @@ Exists only in server2014: 098c Exists only in server2014: 098d Exists only in server2014: 098f Exists only in server2014: 099c -Exists only in server2014: 09a1 Exists only in server2014: 09a3 Exists only in server2014: 09ac Exists only in server2014: 09ae diff --git a/servergreps/hercules/20130814/server2013_hercules_inpackets.txt b/servergreps/hercules/20130814/server2013_hercules_inpackets.txt index bc492ff..f0f2031 100644 --- a/servergreps/hercules/20130814/server2013_hercules_inpackets.txt +++ b/servergreps/hercules/20130814/server2013_hercules_inpackets.txt @@ -1,3 +1,4 @@ +Exists only in Hercules: 0187 Exists only in Hercules: 085a Exists only in Hercules: 085d Exists only in Hercules: 085e diff --git a/servergreps/hercules/20130814/server2014_hercules_inpackets.txt b/servergreps/hercules/20130814/server2014_hercules_inpackets.txt index 516409a..9cdaa67 100644 --- a/servergreps/hercules/20130814/server2014_hercules_inpackets.txt +++ b/servergreps/hercules/20130814/server2014_hercules_inpackets.txt @@ -1,3 +1,4 @@ +Exists only in Hercules: 0187 Exists only in Hercules: 085a Exists only in Hercules: 085d Exists only in Hercules: 085e -- cgit v1.2.3-70-g09d2