summaryrefslogtreecommitdiff
path: root/servergreps/hercules/20130522
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-12 19:01:36 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-13 05:11:36 +0300
commitff0c28ffc426a08622d33187aa02df6cdb1527bd (patch)
tree5c8ece8d607f9df71e424bcb8f2d356d1d933a35 /servergreps/hercules/20130522
parent11bbfe66b27221ba0a8acb47f68bf290d092b2f8 (diff)
downloadtools-ff0c28ffc426a08622d33187aa02df6cdb1527bd.tar.gz
tools-ff0c28ffc426a08622d33187aa02df6cdb1527bd.tar.bz2
tools-ff0c28ffc426a08622d33187aa02df6cdb1527bd.tar.xz
tools-ff0c28ffc426a08622d33187aa02df6cdb1527bd.zip
servergreps: update logs
Diffstat (limited to 'servergreps/hercules/20130522')
-rw-r--r--servergreps/hercules/20130522/client_packets.txt18
-rw-r--r--servergreps/hercules/20130522/client_uselesspackets.txt11
-rw-r--r--servergreps/hercules/20130522/client_wronginpacketsizes.txt2
-rw-r--r--servergreps/hercules/20130522/hercules_3ceam_outpackets.txt1
-rw-r--r--servergreps/hercules/20130522/hercules_brathena_outpackets.txt1
-rw-r--r--servergreps/hercules/20130522/hercules_idathena_outpackets.txt1
-rw-r--r--servergreps/hercules/20130522/hercules_missing_sizes.txt1
-rw-r--r--servergreps/hercules/20130522/hercules_outpackets.txt6
-rw-r--r--servergreps/hercules/20130522/hercules_ragemu_outpackets.txt2
-rw-r--r--servergreps/hercules/20130522/hercules_rathena_outpackets.txt2
-rw-r--r--servergreps/hercules/20130522/hercules_server2013_outpackets.txt3
-rw-r--r--servergreps/hercules/20130522/hercules_server2014_outpackets.txt3
-rw-r--r--servergreps/hercules/20130522/server2013_hercules_outpackets.txt1
-rw-r--r--servergreps/hercules/20130522/server2014_hercules_outpackets.txt1
14 files changed, 16 insertions, 37 deletions
diff --git a/servergreps/hercules/20130522/client_packets.txt b/servergreps/hercules/20130522/client_packets.txt
index 9278d62..4671883 100644
--- a/servergreps/hercules/20130522/client_packets.txt
+++ b/servergreps/hercules/20130522/client_packets.txt
@@ -15,10 +15,14 @@ PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER2
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_LOGIN_REGISTER2
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_LOGIN_REGISTER2
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
@@ -207,7 +213,6 @@ PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER2
0838 CMSG_SEARCHSTORE_CLICK clif->pSearchStoreInfoListItemClick
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
@@ -268,6 +273,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER2
0933 CMSG_ITEM_PICKUP clif->pTakeItem
0938 CMSG_BUYINGSTORE_CREATE clif->pReqOpenBuyingStore
093b CMSG_MOVE_TO_STORAGE clif->pMoveToKafra
+093e CMSG_SEARCHSTORE_CLICK clif->pSearchStoreInfoListItemClick
093f CMSG_HOMUNCULUS_MENU clif->pHomMenu
0940 CMSG_BUYINGSTORE_SELL clif->pReqTradeBuyingStore
0943 CMSG_MAP_SERVER_CONNECT clif->pWantToConnection
@@ -289,17 +295,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_LOGIN_REGISTER2
096e CMSG_MERGE_ITEM_ACK clif->ackmergeitems
0970 CMSG_CHAR_CREATE ?
0974 CMSG_MERGE_ITEM_CANCEL clif->cancelmergeitem
-097c CMSG_REQUEST_RANKS ?
0998 CMSG_PLAYER_EQUIP clif->pEquipItem
-09a7 CMSG_BANK_DEPOSIT ?
-09a9 CMSG_BANK_WITHDRAW ?
-09ab CMSG_BANK_CHECK ?
-09b6 CMSG_BANK_OPEN ?
-09b8 CMSG_BANK_CLOSE ?
-09d4 CMSG_NPC_SHOP_CLOSE ?
-09d6 CMSG_NPC_MARKET_BUY ?
-09d8 CMSG_NPC_MARKET_CLOSE ?
-0a01 CMSG_SHORTCUTS_ROW_SHIFT ?
? UNIMPLIMENTED clif->pCashShopBuy
? UNIMPLIMENTED clif->pDull
? UNIMPLIMENTED clif->pGMRecall2
diff --git a/servergreps/hercules/20130522/client_uselesspackets.txt b/servergreps/hercules/20130522/client_uselesspackets.txt
index 0552bf1..0c6a99e 100644
--- a/servergreps/hercules/20130522/client_uselesspackets.txt
+++ b/servergreps/hercules/20130522/client_uselesspackets.txt
@@ -1,12 +1,5 @@
-Useless packet 0a01.
-Useless packet 09a9.
Useless packet 08fc.
Useless packet 0970.
-Useless packet 09b8.
-Useless packet 09b6.
-Useless packet 09d8.
-Useless packet 09d4.
-Useless packet 09d6.
Useless packet 028f.
Useless packet 0066.
Useless packet 0187.
@@ -15,8 +8,4 @@ Useless packet 0067.
Useless packet 0065.
Useless packet 0061.
Useless packet 0068.
-Useless packet 09a7.
-Useless packet 083e.
-Useless packet 097c.
Useless packet 08d4.
-Useless packet 09ab.
diff --git a/servergreps/hercules/20130522/client_wronginpacketsizes.txt b/servergreps/hercules/20130522/client_wronginpacketsizes.txt
index cfe1487..e69de29 100644
--- a/servergreps/hercules/20130522/client_wronginpacketsizes.txt
+++ b/servergreps/hercules/20130522/client_wronginpacketsizes.txt
@@ -1,2 +0,0 @@
-0a02 client=missing vs server=missing
-025e client=missing vs server= 4
diff --git a/servergreps/hercules/20130522/hercules_3ceam_outpackets.txt b/servergreps/hercules/20130522/hercules_3ceam_outpackets.txt
index 1a80c1b..4452866 100644
--- a/servergreps/hercules/20130522/hercules_3ceam_outpackets.txt
+++ b/servergreps/hercules/20130522/hercules_3ceam_outpackets.txt
@@ -17,4 +17,5 @@ Exists only in 3CeaM: 0859
Exists only in 3CeaM: 097e
Exists only in 3CeaM: 09c1
Exists only in 3CeaM: 09db
+Exists only in 3CeaM: 0a02
Exists only in 3CeaM: 0a28
diff --git a/servergreps/hercules/20130522/hercules_brathena_outpackets.txt b/servergreps/hercules/20130522/hercules_brathena_outpackets.txt
index e69de29..204f82c 100644
--- a/servergreps/hercules/20130522/hercules_brathena_outpackets.txt
+++ b/servergreps/hercules/20130522/hercules_brathena_outpackets.txt
@@ -0,0 +1 @@
+Exists only in brAthena: 0a02
diff --git a/servergreps/hercules/20130522/hercules_idathena_outpackets.txt b/servergreps/hercules/20130522/hercules_idathena_outpackets.txt
index 3ffdbfb..3e7ec52 100644
--- a/servergreps/hercules/20130522/hercules_idathena_outpackets.txt
+++ b/servergreps/hercules/20130522/hercules_idathena_outpackets.txt
@@ -5,3 +5,4 @@ Exists only in idAthena: 0984
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/20130522/hercules_missing_sizes.txt b/servergreps/hercules/20130522/hercules_missing_sizes.txt
index 841a637..e69de29 100644
--- a/servergreps/hercules/20130522/hercules_missing_sizes.txt
+++ b/servergreps/hercules/20130522/hercules_missing_sizes.txt
@@ -1 +0,0 @@
-Missing length for packet 0a02
diff --git a/servergreps/hercules/20130522/hercules_outpackets.txt b/servergreps/hercules/20130522/hercules_outpackets.txt
index 84eefc9..f97b06c 100644
--- a/servergreps/hercules/20130522/hercules_outpackets.txt
+++ b/servergreps/hercules/20130522/hercules_outpackets.txt
@@ -144,6 +144,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
@@ -329,9 +330,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
+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
@@ -348,6 +350,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
90f client name: SMSG_BEING_SPAWN
914 client name: SMSG_BEING_MOVE
@@ -374,7 +377,6 @@ fb client name: SMSG_PARTY_INFO
9a6
9a8
9aa
-a02
a1a
a1c
a20
diff --git a/servergreps/hercules/20130522/hercules_ragemu_outpackets.txt b/servergreps/hercules/20130522/hercules_ragemu_outpackets.txt
index 053e324..c3484d0 100644
--- a/servergreps/hercules/20130522/hercules_ragemu_outpackets.txt
+++ b/servergreps/hercules/20130522/hercules_ragemu_outpackets.txt
@@ -1,2 +1,2 @@
-Exists only in RagEmu: 08e2
Exists only in RagEmu: 09c1
+Exists only in RagEmu: 0a02
diff --git a/servergreps/hercules/20130522/hercules_rathena_outpackets.txt b/servergreps/hercules/20130522/hercules_rathena_outpackets.txt
index b7403b6..77d7524 100644
--- a/servergreps/hercules/20130522/hercules_rathena_outpackets.txt
+++ b/servergreps/hercules/20130522/hercules_rathena_outpackets.txt
@@ -1,7 +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: 09c1
Exists only in rAthena: 0a28
diff --git a/servergreps/hercules/20130522/hercules_server2013_outpackets.txt b/servergreps/hercules/20130522/hercules_server2013_outpackets.txt
index 273256d..48dbc4e 100644
--- a/servergreps/hercules/20130522/hercules_server2013_outpackets.txt
+++ b/servergreps/hercules/20130522/hercules_server2013_outpackets.txt
@@ -46,7 +46,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
@@ -168,7 +167,6 @@ 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
@@ -242,7 +240,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/20130522/hercules_server2014_outpackets.txt b/servergreps/hercules/20130522/hercules_server2014_outpackets.txt
index c76fd7c..ced3b37 100644
--- a/servergreps/hercules/20130522/hercules_server2014_outpackets.txt
+++ b/servergreps/hercules/20130522/hercules_server2014_outpackets.txt
@@ -46,7 +46,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
@@ -168,7 +167,6 @@ 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
@@ -242,7 +240,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
diff --git a/servergreps/hercules/20130522/server2013_hercules_outpackets.txt b/servergreps/hercules/20130522/server2013_hercules_outpackets.txt
index b405b99..de2cd20 100644
--- a/servergreps/hercules/20130522/server2013_hercules_outpackets.txt
+++ b/servergreps/hercules/20130522/server2013_hercules_outpackets.txt
@@ -3,7 +3,6 @@ Exists only in Hercules: 025d
Exists only in Hercules: 09a6
Exists only in Hercules: 09a8
Exists only in Hercules: 09aa
-Exists only in Hercules: 0a02
Exists only in Hercules: 0a1a
Exists only in Hercules: 0a1c
Exists only in Hercules: 0a20
diff --git a/servergreps/hercules/20130522/server2014_hercules_outpackets.txt b/servergreps/hercules/20130522/server2014_hercules_outpackets.txt
index e07b838..3d30c51 100644
--- a/servergreps/hercules/20130522/server2014_hercules_outpackets.txt
+++ b/servergreps/hercules/20130522/server2014_hercules_outpackets.txt
@@ -1,6 +1,5 @@
Exists only in Hercules: 0081
Exists only in Hercules: 025d
-Exists only in Hercules: 0a02
Exists only in Hercules: 0a1a
Exists only in Hercules: 0a1c
Exists only in Hercules: 0a20