diff options
Diffstat (limited to 'servergreps/hercules/20150805')
13 files changed, 59 insertions, 36 deletions
diff --git a/servergreps/hercules/20150805/client_packets.txt b/servergreps/hercules/20150805/client_packets.txt index 0feac7d..8750288 100644 --- a/servergreps/hercules/20150805/client_packets.txt +++ b/servergreps/hercules/20150805/client_packets.txt @@ -2,8 +2,8 @@ PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_HASH_CHECK PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER_KEY PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER2 PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER3 -PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER_PCBANG PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER_SSO +PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER_PCBANG PSESENT BUT UNIMPLIMENTED CMSG_PARTY_CREATE2 PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 0061 CMSG_CHAR_PASSWORD_CHANGE ? @@ -15,10 +15,14 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 007d CMSG_MAP_LOADED clif->pLoadEndAck 0085 CMSG_PLAYER_CHANGE_DIR clif->pChangeDir 0089 CMSG_MAP_PING clif->pTickSend +008c CMSG_NAME_REQUEST clif->pGetCharNameRequest 0090 CMSG_NPC_TALK clif->pNpcClicked 0094 CMSG_MOVE_TO_STORAGE clif->pMoveToKafra 0096 CMSG_CHAT_WHISPER clif->pWisMessage 0099 CMSG_ADMIN_ANNOUNCE clif->pBroadcast +00a2 CMSG_SOLVE_CHAR_NAME clif->pSolveCharName +00a7 CMSG_PLAYER_CHANGE_DEST clif->pWalkToXY +00a9 CMSG_PLAYER_EQUIP clif->pEquipItem 00ab CMSG_PLAYER_UNEQUIP clif->pUnequipItem 00b2 CMSG_PLAYER_RESTART clif->pRestart 00b8 CMSG_NPC_LIST_CHOICE clif->pNpcSelectMenu @@ -48,6 +52,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 00ef CMSG_TRADE_OK clif->pTradeCommit 00f3 CMSG_CHAT_MESSAGE clif->pGlobalMessage 00f5 CMSG_ITEM_PICKUP clif->pTakeItem +00f7 CMSG_MOVE_FROM_STORAGE clif->pMoveFromKafra 00f9 CMSG_PARTY_CREATE clif->pCreateParty 00fc CMSG_PARTY_INVITE clif->pPartyInvite 00ff CMSG_PARTY_INVITED clif->pReplyPartyInvite @@ -56,6 +61,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 0103 CMSG_PARTY_KICK clif->pRemovePartyMember 0108 CMSG_PARTY_MESSAGE clif->pPartyMessage 0112 CMSG_SKILL_LEVELUP_REQUEST clif->pSkillUp +0113 CMSG_SKILL_USE_POSITION clif->pUseSkillToPos 0116 CMSG_PLAYER_INVENTORY_DROP clif->pDropItem 0118 CMSG_PLAYER_STOP_ATTACK clif->pStopAttack 011b CMSG_SKILL_USE_MAP clif->pUseSkillMap @@ -142,7 +148,6 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 0233 CMSG_HOMMERC_ATTACK clif->pHomAttack 0234 CMSG_HOMMERC_MOVE_TO_MASTER clif->pHomMoveToMaster 0237 CMSG_PK_RANKS clif->pRankingPk -0238 CMSG_FRIENDS_ADD_PLAYER ? 023b CMSG_SKILL_USE_POSITION clif->pUseSkillToPos 023f CMSG_MAIL_REFRESH_INBOX clif->pMail_refreshinbox 0241 CMSG_MAIL_READ_MESSAGE clif->pMail_read @@ -206,10 +211,8 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 0825 CMSG_LOGIN_REGISTER_SSO lclif->p->parse_CA_SSO_LOGIN_REQ 0835 CMSG_SEARCHSTORE_NEXT_PAGE clif->pSearchStoreInfoNextPage 0838 CMSG_SEARCHSTORE_CLICK clif->pSearchStoreInfoListItemClick -083a CMSG_PLAYER_CHANGE_DEST ? 083b CMSG_SEARCHSTORE_CLOSE clif->pCloseSearchStoreInfo 083c CMSG_SKILL_USE_BEING clif->pUseSkillToId -083e CMSG_SEARCHSTORE_CLICK ? 0844 CMSG_NPC_CASH_SHOP_OPEN clif->pCashShopOpen 0846 CMSG_NPC_CASH_SHOP_REQUEST_TAB clif->pCashShopReqTab 084a CMSG_NPC_CASH_SHOP_CLOSE clif->pCashShopClose @@ -306,8 +309,10 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 0933 CMSG_SEARCHSTORE_SEARCH clif->pSearchStoreInfo 0934 CMSG_HOMUNCULUS_MENU clif->pHomMenu 0937 CMSG_NAME_REQUEST clif->pGetCharNameRequest +093a CMSG_PLAYER_CHANGE_DEST clif->pWalkToXY 093b CMSG_MAP_SERVER_CONNECT clif->pWantToConnection 093d CMSG_SEARCHSTORE_SEARCH clif->pSearchStoreInfo +093e CMSG_SEARCHSTORE_CLICK clif->pSearchStoreInfoListItemClick 093f CMSG_PLAYER_CHANGE_DEST clif->pWalkToXY 0940 CMSG_SEARCHSTORE_NEXT_PAGE clif->pSearchStoreInfoNextPage 0941 CMSG_SEARCHSTORE_NEXT_PAGE clif->pSearchStoreInfoNextPage diff --git a/servergreps/hercules/20150805/client_uselesspackets.txt b/servergreps/hercules/20150805/client_uselesspackets.txt index 53cfa0c..cf65d67 100644 --- a/servergreps/hercules/20150805/client_uselesspackets.txt +++ b/servergreps/hercules/20150805/client_uselesspackets.txt @@ -1,5 +1,3 @@ -Useless packet 083e. -Useless packet 083a. Useless packet 0970. Useless packet 08ba. Useless packet 08fc. @@ -11,4 +9,3 @@ Useless packet 0061. Useless packet 0068. Useless packet 0187. Useless packet 08d4. -Useless packet 0238. diff --git a/servergreps/hercules/20150805/client_wronginpacketsizes.txt b/servergreps/hercules/20150805/client_wronginpacketsizes.txt index 07c4635..e69de29 100644 --- a/servergreps/hercules/20150805/client_wronginpacketsizes.txt +++ b/servergreps/hercules/20150805/client_wronginpacketsizes.txt @@ -1 +0,0 @@ -025e client=missing vs server= 4 diff --git a/servergreps/hercules/20150805/hercules_3ceam_outpackets.txt b/servergreps/hercules/20150805/hercules_3ceam_outpackets.txt index d8ebbf4..ed74b2d 100644 --- a/servergreps/hercules/20150805/hercules_3ceam_outpackets.txt +++ b/servergreps/hercules/20150805/hercules_3ceam_outpackets.txt @@ -2,10 +2,9 @@ Exists only in 3CeaM: 0073 Exists only in 3CeaM: 009e Exists only in 3CeaM: 00fe Exists only in 3CeaM: 0104 +Exists only in 3CeaM: 0137 Exists only in 3CeaM: 01e2 Exists only in 3CeaM: 07d9 +Exists only in 3CeaM: 081b Exists only in 3CeaM: 0997 Exists only in 3CeaM: 09c1 -Exists only in 3CeaM: 09cb -Exists only in 3CeaM: 09f7 -Exists only in 3CeaM: 0a27 diff --git a/servergreps/hercules/20150805/hercules_brathena_outpackets.txt b/servergreps/hercules/20150805/hercules_brathena_outpackets.txt index fb5f431..7b34b27 100644 --- a/servergreps/hercules/20150805/hercules_brathena_outpackets.txt +++ b/servergreps/hercules/20150805/hercules_brathena_outpackets.txt @@ -1,2 +1,3 @@ -Exists only in brAthena: 09e5 -Exists only in brAthena: 09e6 +Exists only in brAthena: 011a +Exists only in brAthena: 022e +Exists only in brAthena: 02e0 diff --git a/servergreps/hercules/20150805/hercules_idathena_outpackets.txt b/servergreps/hercules/20150805/hercules_idathena_outpackets.txt index ef0a63c..c7cdf5a 100644 --- a/servergreps/hercules/20150805/hercules_idathena_outpackets.txt +++ b/servergreps/hercules/20150805/hercules_idathena_outpackets.txt @@ -1,11 +1,16 @@ +Exists only in idAthena: 011a +Exists only in idAthena: 0137 Exists only in idAthena: 01c4 Exists only in idAthena: 01c5 +Exists only in idAthena: 022e Exists only in idAthena: 02b1 +Exists only in idAthena: 02e0 Exists only in idAthena: 02e1 Exists only in idAthena: 02eb Exists only in idAthena: 043e Exists only in idAthena: 07d9 Exists only in idAthena: 080f +Exists only in idAthena: 081b Exists only in idAthena: 0856 Exists only in idAthena: 0979 Exists only in idAthena: 0984 @@ -16,3 +21,4 @@ Exists only in idAthena: 0997 Exists only in idAthena: 09a0 Exists only in idAthena: 09b7 Exists only in idAthena: 09b9 +Exists only in idAthena: 09c1 diff --git a/servergreps/hercules/20150805/hercules_outpackets.txt b/servergreps/hercules/20150805/hercules_outpackets.txt index eca7977..9fd9ec0 100644 --- a/servergreps/hercules/20150805/hercules_outpackets.txt +++ b/servergreps/hercules/20150805/hercules_outpackets.txt @@ -81,7 +81,6 @@ fb client name: SMSG_PARTY_INFO 110 client name: SMSG_SKILL_FAILED 111 client name: SMSG_PLAYER_ADD_SKILL 117 client name: SMSG_SKILL_GROUND_NO_DAMAGE -11a client name: SMSG_SKILL_NO_DAMAGE 11c client name: SMSG_SKILL_WARP_POINT 11e client name: SMSG_SKILL_MEMO_MESSAGE 120 client name: SMSG_BEING_REMOVE_SKILL @@ -94,7 +93,6 @@ fb client name: SMSG_PARTY_INFO 132 client name: SMSG_VENDING_HIDE_BOARD 135 client name: SMSG_VENDING_BUY_ACK 136 client name: SMSG_VENDING_OPEN -137 client name: SMSG_VENDING_REPORT 139 client name: SMSG_PLAYER_MOVE_TO_ATTACK 13a client name: SMSG_PLAYER_ATTACK_RANGE 13b client name: SMSG_PLAYER_ARROW_MESSAGE @@ -143,6 +141,7 @@ fb client name: SMSG_PARTY_INFO 191 client name: SMSG_CHAT_TALKIE_BOX 192 client name: SMSG_ADMIN_SET_TILE_TYPE 194 client name: SMSG_SOLVE_CHAR_NAME +195 client name: SMSG_PLAYER_GUILD_PARTY_INFO 196 client name: SMSG_BEING_STATUS_CHANGE 199 client name: SMSG_PVP_MAP_MODE 19a client name: SMSG_PVP_SET @@ -212,11 +211,10 @@ fb client name: SMSG_PARTY_INFO 224 client name: SMSG_PLAYER_FAME_TAEKWON 226 client name: SMSG_TAEKWON_RANKS_LIST 229 client name: SMSG_PLAYER_STATUS_CHANGE -22e client name: SMSG_HOMUNCULUS_INFO 22f client name: SMSG_HOMUNCULUS_FOOD 230 client name: SMSG_HOMUNCULUS_DATA 235 client name: SMSG_HOMUNCULUS_SKILLS -238 client name: CMSG_FRIENDS_ADD_PLAYER +238 client name: SMSG_PK_RANKS_LIST 239 client name: SMSG_HOMUNCULUS_SKILL_UP 23a client name: SMSG_PLAYER_STORAGE_PASSWORD 23c client name: SMSG_PLAYER_STORAGE_PASSWORD_RESULT @@ -273,7 +271,6 @@ fb client name: SMSG_PARTY_INFO 2dd client name: SMSG_BATTLE_EMBLEM 2de client name: SMSG_BATTLE_UPDATE_SCORE 2df client name: SMSG_BATTLE_UPDATE_COORDS -2e0 client name: SMSG_BATTLE_UPDATE_HP 2ef client name: SMSG_BEING_FONT 2f0 client name: SMSG_NPC_SHOW_PROGRESS_BAR 2f2 client name: SMSG_NPC_PROGRESS_BAR_ABORT @@ -310,7 +307,6 @@ fb client name: SMSG_PARTY_INFO 816 client name: SMSG_BUYINGSTORE_HIDE_BOARD 818 client name: SMSG_BUYINGSTORE_ITEMS_LIST 81a client name: SMSG_BUYINGSTORE_SELL_FAILED -81b client name: SMSG_BUYINGSTORE_REPORT 81c client name: SMSG_BUYINGSTORE_DELETE_ITEM 81d client name: SMSG_ELEMENTAL_INFO 81e client name: SMSG_ELEMENTAL_UPDATE_STATUS @@ -321,9 +317,10 @@ fb client name: SMSG_PARTY_INFO 82d client name: SMSG_CHAR_LOGIN2 836 client name: SMSG_SEARCHSTORE_SEARCH_ACK 837 client name: SMSG_SEARCHSTORE_SEARCH_FAILED -83a client name: CMSG_PLAYER_CHANGE_DEST +839 client name: SMSG_GUILD_EXPULSION +83a client name: SMSG_SEARCHSTORE_OPEN 83d client name: SMSG_SEARCHSTORE_CLICK_ACK -83e client name: CMSG_SEARCHSTORE_CLICK +83e client name: SMSG_LOGIN_ERROR2 840 client name: SMSG_MAP_NOT_FOUND 845 client name: SMSG_NPC_CASH_POINTS 849 client name: SMSG_NPC_CASH_BUY @@ -341,6 +338,7 @@ fb client name: SMSG_PARTY_INFO 8d9 client name: SMSG_BATTLE_JOINED 8db client name: SMSG_BATTLE_NOTICE_DELETE 8df client name: SMSG_BATTLE_BEGINS +8e2 client name: CMSG_NAVIGATE_TO 908 client name: SMSG_PLAYER_FAVORITE_ITEM 96d client name: SMSG_MERGE_ITEM 96f client name: SMSG_ACK_MERGE_ITEMS @@ -362,9 +360,13 @@ fb client name: SMSG_PARTY_INFO 9a8 client name: SMSG_BANK_DEPOSIT 9aa client name: SMSG_BANK_WITHDRAW 9ca client name: SMSG_SKILL_ENTRY +9cb client name: SMSG_SKILL_NO_DAMAGE 9d5 client name: SMSG_NPC_MARKET_OPEN 9d7 client name: SMSG_NPC_MARKET_BUY_ACK 9df client name: SMSG_WHISPER_RESPONSE +9e5 client name: SMSG_VENDING_REPORT +9e6 client name: SMSG_BUYINGSTORE_REPORT +9f7 client name: SMSG_HOMUNCULUS_INFO 9fd client name: SMSG_BEING_MOVE 9fe client name: SMSG_BEING_SPAWN 9ff client name: SMSG_BEING_VISIBLE @@ -375,6 +377,7 @@ a0a client name: SMSG_PLAYER_STORAGE_ADD a0b client name: SMSG_PLAYER_CART_ADD a0c client name: SMSG_PLAYER_INVENTORY_ADD a0d client name: SMSG_PLAYER_EQUIPMENT +a0e client name: SMSG_BATTLE_UPDATE_HP a0f client name: SMSG_PLAYER_CART_EQUIP a10 client name: SMSG_PLAYER_STORAGE_EQUIP a18 client name: SMSG_MAP_LOGIN_SUCCESS @@ -382,5 +385,6 @@ a1a client name: SMSG_ROULETTE_OPEN_ACK a1c client name: SMSG_ROULETTE_INFO_ACK_TYPE a20 client name: SMSG_ROULETTE_GENERATE_ACK_TYPE a22 client name: SMSG_ROULETTE_RECV_ITEM_ACK +a27 client name: SMSG_PLAYER_HEAL a28 client name: SMSG_VENDING_OPEN_STATUS a2d client name: SMSG_BEING_VIEW_EQUIPMENT diff --git a/servergreps/hercules/20150805/hercules_ragemu_outpackets.txt b/servergreps/hercules/20150805/hercules_ragemu_outpackets.txt index 053e324..adb062a 100644 --- a/servergreps/hercules/20150805/hercules_ragemu_outpackets.txt +++ b/servergreps/hercules/20150805/hercules_ragemu_outpackets.txt @@ -1,2 +1,6 @@ -Exists only in RagEmu: 08e2 +Exists only in RagEmu: 011a +Exists only in RagEmu: 0137 +Exists only in RagEmu: 022e +Exists only in RagEmu: 02e0 +Exists only in RagEmu: 081b Exists only in RagEmu: 09c1 diff --git a/servergreps/hercules/20150805/hercules_rathena_outpackets.txt b/servergreps/hercules/20150805/hercules_rathena_outpackets.txt index 0243cb1..7bfff9b 100644 --- a/servergreps/hercules/20150805/hercules_rathena_outpackets.txt +++ b/servergreps/hercules/20150805/hercules_rathena_outpackets.txt @@ -1,13 +1,7 @@ -Exists only in rAthena: 08e2 Exists only in rAthena: 0979 Exists only in rAthena: 0984 Exists only in rAthena: 09a0 Exists only in rAthena: 09b7 Exists only in rAthena: 09b9 -Exists only in rAthena: 09cb -Exists only in rAthena: 09e5 -Exists only in rAthena: 09e6 -Exists only in rAthena: 09f7 -Exists only in rAthena: 0a0e -Exists only in rAthena: 0a27 +Exists only in rAthena: 09c1 Exists only in rAthena: 0a3b diff --git a/servergreps/hercules/20150805/hercules_server2013_outpackets.txt b/servergreps/hercules/20150805/hercules_server2013_outpackets.txt index 8d26d85..46c2f13 100644 --- a/servergreps/hercules/20150805/hercules_server2013_outpackets.txt +++ b/servergreps/hercules/20150805/hercules_server2013_outpackets.txt @@ -32,11 +32,13 @@ Exists only in server2013: 0106 Exists only in server2013: 0114 Exists only in server2013: 0115 Exists only in server2013: 0119 +Exists only in server2013: 011a Exists only in server2013: 011f Exists only in server2013: 0122 Exists only in server2013: 0123 Exists only in server2013: 0124 Exists only in server2013: 0133 +Exists only in server2013: 0137 Exists only in server2013: 013e Exists only in server2013: 0145 Exists only in server2013: 0150 @@ -47,7 +49,6 @@ Exists only in server2013: 0164 Exists only in server2013: 0176 Exists only in server2013: 0182 Exists only in server2013: 0185 -Exists only in server2013: 0195 Exists only in server2013: 01b8 Exists only in server2013: 01be Exists only in server2013: 01c1 @@ -73,6 +74,7 @@ Exists only in server2013: 0227 Exists only in server2013: 022a Exists only in server2013: 022b Exists only in server2013: 022c +Exists only in server2013: 022e Exists only in server2013: 0236 Exists only in server2013: 023d Exists only in server2013: 023e @@ -128,6 +130,7 @@ Exists only in server2013: 02d2 Exists only in server2013: 02d4 Exists only in server2013: 02d5 Exists only in server2013: 02d7 +Exists only in server2013: 02e0 Exists only in server2013: 02e1 Exists only in server2013: 02e7 Exists only in server2013: 02e8 @@ -171,12 +174,12 @@ Exists only in server2013: 07f9 Exists only in server2013: 07ff Exists only in server2013: 080d Exists only in server2013: 080f +Exists only in server2013: 081b Exists only in server2013: 081f Exists only in server2013: 0820 Exists only in server2013: 0821 Exists only in server2013: 0823 Exists only in server2013: 0826 -Exists only in server2013: 0839 Exists only in server2013: 083f Exists only in server2013: 0847 Exists only in server2013: 0851 @@ -249,7 +252,6 @@ Exists only in server2013: 08d3 Exists only in server2013: 08dc Exists only in server2013: 08de Exists only in server2013: 08e1 -Exists only in server2013: 08e2 Exists only in server2013: 08e3 Exists only in server2013: 08e4 Exists only in server2013: 08e6 diff --git a/servergreps/hercules/20150805/hercules_server2014_outpackets.txt b/servergreps/hercules/20150805/hercules_server2014_outpackets.txt index 680d068..2b3fa3e 100644 --- a/servergreps/hercules/20150805/hercules_server2014_outpackets.txt +++ b/servergreps/hercules/20150805/hercules_server2014_outpackets.txt @@ -32,11 +32,13 @@ Exists only in server2014: 0106 Exists only in server2014: 0114 Exists only in server2014: 0115 Exists only in server2014: 0119 +Exists only in server2014: 011a Exists only in server2014: 011f Exists only in server2014: 0122 Exists only in server2014: 0123 Exists only in server2014: 0124 Exists only in server2014: 0133 +Exists only in server2014: 0137 Exists only in server2014: 013e Exists only in server2014: 0145 Exists only in server2014: 0150 @@ -47,7 +49,6 @@ Exists only in server2014: 0164 Exists only in server2014: 0176 Exists only in server2014: 0182 Exists only in server2014: 0185 -Exists only in server2014: 0195 Exists only in server2014: 01b8 Exists only in server2014: 01be Exists only in server2014: 01c1 @@ -73,6 +74,7 @@ Exists only in server2014: 0227 Exists only in server2014: 022a Exists only in server2014: 022b Exists only in server2014: 022c +Exists only in server2014: 022e Exists only in server2014: 0236 Exists only in server2014: 023d Exists only in server2014: 023e @@ -128,6 +130,7 @@ Exists only in server2014: 02d2 Exists only in server2014: 02d4 Exists only in server2014: 02d5 Exists only in server2014: 02d7 +Exists only in server2014: 02e0 Exists only in server2014: 02e1 Exists only in server2014: 02e7 Exists only in server2014: 02e8 @@ -171,12 +174,12 @@ Exists only in server2014: 07f9 Exists only in server2014: 07ff Exists only in server2014: 080d Exists only in server2014: 080f +Exists only in server2014: 081b Exists only in server2014: 081f Exists only in server2014: 0820 Exists only in server2014: 0821 Exists only in server2014: 0823 Exists only in server2014: 0826 -Exists only in server2014: 0839 Exists only in server2014: 083f Exists only in server2014: 0847 Exists only in server2014: 0851 @@ -249,7 +252,6 @@ Exists only in server2014: 08d3 Exists only in server2014: 08dc Exists only in server2014: 08de Exists only in server2014: 08e1 -Exists only in server2014: 08e2 Exists only in server2014: 08e3 Exists only in server2014: 08e4 Exists only in server2014: 08e6 @@ -368,7 +370,6 @@ Exists only in server2014: 09c0 Exists only in server2014: 09c1 Exists only in server2014: 09c2 Exists only in server2014: 09c4 -Exists only in server2014: 09cb Exists only in server2014: 09cc Exists only in server2014: 09cd Exists only in server2014: 09cf diff --git a/servergreps/hercules/20150805/server2013_hercules_outpackets.txt b/servergreps/hercules/20150805/server2013_hercules_outpackets.txt index 6aa37ec..b8214be 100644 --- a/servergreps/hercules/20150805/server2013_hercules_outpackets.txt +++ b/servergreps/hercules/20150805/server2013_hercules_outpackets.txt @@ -4,9 +4,13 @@ Exists only in Hercules: 09a6 Exists only in Hercules: 09a8 Exists only in Hercules: 09aa Exists only in Hercules: 09ca +Exists only in Hercules: 09cb Exists only in Hercules: 09d5 Exists only in Hercules: 09d7 Exists only in Hercules: 09df +Exists only in Hercules: 09e5 +Exists only in Hercules: 09e6 +Exists only in Hercules: 09f7 Exists only in Hercules: 09fd Exists only in Hercules: 09fe Exists only in Hercules: 09ff @@ -17,6 +21,7 @@ Exists only in Hercules: 0a0a Exists only in Hercules: 0a0b Exists only in Hercules: 0a0c Exists only in Hercules: 0a0d +Exists only in Hercules: 0a0e Exists only in Hercules: 0a0f Exists only in Hercules: 0a10 Exists only in Hercules: 0a18 @@ -24,5 +29,6 @@ Exists only in Hercules: 0a1a Exists only in Hercules: 0a1c Exists only in Hercules: 0a20 Exists only in Hercules: 0a22 +Exists only in Hercules: 0a27 Exists only in Hercules: 0a28 Exists only in Hercules: 0a2d diff --git a/servergreps/hercules/20150805/server2014_hercules_outpackets.txt b/servergreps/hercules/20150805/server2014_hercules_outpackets.txt index b0420b6..ece16c9 100644 --- a/servergreps/hercules/20150805/server2014_hercules_outpackets.txt +++ b/servergreps/hercules/20150805/server2014_hercules_outpackets.txt @@ -1,6 +1,9 @@ Exists only in Hercules: 0081 Exists only in Hercules: 025d Exists only in Hercules: 09df +Exists only in Hercules: 09e5 +Exists only in Hercules: 09e6 +Exists only in Hercules: 09f7 Exists only in Hercules: 09fd Exists only in Hercules: 09fe Exists only in Hercules: 09ff @@ -11,6 +14,7 @@ Exists only in Hercules: 0a0a Exists only in Hercules: 0a0b Exists only in Hercules: 0a0c Exists only in Hercules: 0a0d +Exists only in Hercules: 0a0e Exists only in Hercules: 0a0f Exists only in Hercules: 0a10 Exists only in Hercules: 0a18 @@ -18,5 +22,6 @@ Exists only in Hercules: 0a1a Exists only in Hercules: 0a1c Exists only in Hercules: 0a20 Exists only in Hercules: 0a22 +Exists only in Hercules: 0a27 Exists only in Hercules: 0a28 Exists only in Hercules: 0a2d |