diff options
Diffstat (limited to 'servergreps/hercules/20150513')
6 files changed, 22 insertions, 56 deletions
diff --git a/servergreps/hercules/20150513/client_packets.txt b/servergreps/hercules/20150513/client_packets.txt index 7ac635e..86e3c5e 100644 --- a/servergreps/hercules/20150513/client_packets.txt +++ b/servergreps/hercules/20150513/client_packets.txt @@ -8,10 +8,10 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_CREATE2 PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 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_PARTY_INVITED 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 @@ -170,7 +170,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 0277 CMSG_LOGIN_REGISTER_PCBANG lclif->p->parse_CA_LOGIN_PCBANG 027c CMSG_LOGIN_REGISTER4 lclif->p->parse_CA_LOGIN4 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 @@ -279,13 +279,13 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 08aa CMSG_MOVE_FROM_STORAGE clif->pMoveFromKafra 08ab CMSG_FRIENDS_ADD_PLAYER clif->pFriendsListAdd 08ad CMSG_PLAYER_CHANGE_DIR clif->pChangeDir -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 @@ -345,7 +345,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 0969 CMSG_BUYINGSTORE_OPEN clif->pReqClickBuyingStore 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 @@ -359,6 +359,17 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 09d8 CMSG_NPC_MARKET_CLOSE clif->pNPCMarketClosed 0a01 CMSG_SHORTCUTS_ROW_SHIFT clif->pHotkeyRowShift 0a35 CMSG_QUICK_IDENTIFY_ITEM clif->pOneClick_ItemIdentify +? 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/20150513/client_uselesspackets.txt b/servergreps/hercules/20150513/client_uselesspackets.txt index cf65d67..becf2d0 100644 --- a/servergreps/hercules/20150513/client_uselesspackets.txt +++ b/servergreps/hercules/20150513/client_uselesspackets.txt @@ -1,11 +1,2 @@ -Useless packet 0970. -Useless packet 08ba. -Useless packet 08fc. -Useless packet 028f. -Useless packet 0066. Useless packet 0067. -Useless packet 0065. Useless packet 0061. -Useless packet 0068. -Useless packet 0187. -Useless packet 08d4. diff --git a/servergreps/hercules/20150513/hercules_server2013_inpackets.txt b/servergreps/hercules/20150513/hercules_server2013_inpackets.txt index f00fa1c..786e0ac 100644 --- a/servergreps/hercules/20150513/hercules_server2013_inpackets.txt +++ b/servergreps/hercules/20150513/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 @@ -87,16 +76,11 @@ Exists only in server2013: 088f 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 @@ -104,14 +88,12 @@ 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 Exists only in server2013: 0948 Exists only in server2013: 0954 Exists only in server2013: 095a -Exists only in server2013: 0970 Exists only in server2013: 0978 Exists only in server2013: 0980 Exists only in server2013: 0987 @@ -119,4 +101,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/20150513/hercules_server2014_inpackets.txt b/servergreps/hercules/20150513/hercules_server2014_inpackets.txt index 083c209..181261a 100644 --- a/servergreps/hercules/20150513/hercules_server2014_inpackets.txt +++ b/servergreps/hercules/20150513/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 @@ -87,16 +76,11 @@ Exists only in server2014: 088f 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 @@ -104,14 +88,12 @@ 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 Exists only in server2014: 0948 Exists only in server2014: 0954 Exists only in server2014: 095a -Exists only in server2014: 0970 Exists only in server2014: 0978 Exists only in server2014: 0980 Exists only in server2014: 0987 @@ -119,7 +101,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/20150513/server2013_hercules_inpackets.txt b/servergreps/hercules/20150513/server2013_hercules_inpackets.txt index 41fde5f..0ece035 100644 --- a/servergreps/hercules/20150513/server2013_hercules_inpackets.txt +++ b/servergreps/hercules/20150513/server2013_hercules_inpackets.txt @@ -1,3 +1,4 @@ +Exists only in Hercules: 0187 Exists only in Hercules: 085a Exists only in Hercules: 085b Exists only in Hercules: 085c diff --git a/servergreps/hercules/20150513/server2014_hercules_inpackets.txt b/servergreps/hercules/20150513/server2014_hercules_inpackets.txt index d7fc599..97ac546 100644 --- a/servergreps/hercules/20150513/server2014_hercules_inpackets.txt +++ b/servergreps/hercules/20150513/server2014_hercules_inpackets.txt @@ -1,3 +1,4 @@ +Exists only in Hercules: 0187 Exists only in Hercules: 085a Exists only in Hercules: 085b Exists only in Hercules: 085c |