summaryrefslogtreecommitdiff
path: root/servergreps/hercules/20130221
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-06 23:20:28 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-06 23:20:28 +0300
commitd9a81b92d3645f6f705ff01fb2fc497442a9fa30 (patch)
tree9ee1e4f880d42ce03785b819ba069deb9657f989 /servergreps/hercules/20130221
parented14e17c2433c37d992542c38a93ba9b233e4d4a (diff)
downloadevol-tools-d9a81b92d3645f6f705ff01fb2fc497442a9fa30.tar.gz
evol-tools-d9a81b92d3645f6f705ff01fb2fc497442a9fa30.tar.bz2
evol-tools-d9a81b92d3645f6f705ff01fb2fc497442a9fa30.tar.xz
evol-tools-d9a81b92d3645f6f705ff01fb2fc497442a9fa30.zip
servergreps: update logs
Diffstat (limited to 'servergreps/hercules/20130221')
-rw-r--r--servergreps/hercules/20130221/clientbadpackets.txt3
-rw-r--r--servergreps/hercules/20130221/clientpackets.txt9
-rw-r--r--servergreps/hercules/20130221/clientwrongpacketsizes.txt3
-rw-r--r--servergreps/hercules/20130221/uselesspackets.txt2
4 files changed, 8 insertions, 9 deletions
diff --git a/servergreps/hercules/20130221/clientbadpackets.txt b/servergreps/hercules/20130221/clientbadpackets.txt
index b075c94..eeb5cce 100644
--- a/servergreps/hercules/20130221/clientbadpackets.txt
+++ b/servergreps/hercules/20130221/clientbadpackets.txt
@@ -1,6 +1,5 @@
-022d CMSG_BUYINGSTORE_CLOSE client: clif->pReqCloseBuyingStore server: clif->pWantToConnection Change id to 0817
0436 CMSG_SKILL_USE_POSITION client: clif->pUseSkillToPos server: clif->pFriendsListAdd Change id to 0438
-0811 CMSG_BUYINGSTORE_SELL client: clif->pReqTradeBuyingStore server: clif->pSearchStoreInfo Change id to 0940
+0819 CMSG_SEARCHSTORE_SEARCH client: clif->pSearchStoreInfo server: clif->pStoragePassword Change id to 0811
0819 CMSG_SEARCHSTORE_SEARCH client: clif->pSearchStoreInfo server: clif->pStoragePassword Change id to 0811
0871 CMSG_PLAYER_CHANGE_ACT client: clif->pActionRequest server: clif->pChangeDir Change id to 0369
089c CMSG_MAP_SERVER_CONNECT client: clif->pWantToConnection server: clif->pFriendsListAdd Change id to 022d
diff --git a/servergreps/hercules/20130221/clientpackets.txt b/servergreps/hercules/20130221/clientpackets.txt
index 0e32997..7b7284f 100644
--- a/servergreps/hercules/20130221/clientpackets.txt
+++ b/servergreps/hercules/20130221/clientpackets.txt
@@ -7,6 +7,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED
0068 CMSG_CHAR_DELETE ?
007d CMSG_MAP_LOADED clif->pLoadEndAck
0090 CMSG_NPC_TALK clif->pNpcClicked
+0094 CMSG_NAME_REQUEST clif->pMoveToKafra
0096 CMSG_CHAT_WHISPER clif->pWisMessage
0099 CMSG_ADMIN_ANNOUNCE clif->pBroadcast
00ab CMSG_PLAYER_UNEQUIP clif->pUnequipItem
@@ -45,6 +46,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_BEING clif->pUseSkillToPos
0118 CMSG_PLAYER_STOP_ATTACK clif->pStopAttack
011b CMSG_SKILL_USE_MAP clif->pUseSkillMap
011d CMSG_PLAYER_SET_MEMO clif->pRequestMemo
@@ -118,7 +120,6 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED
0217 CMSG_BLACKSMITH_RANKS clif->pBlacksmith
0218 CMSG_ALCHEMIST_RANKS clif->pAlchemist
0222 CMSG_NPC_REFINE clif->pWeaponRefine
-022d CMSG_BUYINGSTORE_CLOSE clif->pWantToConnection
0231 CMSG_HOMUNCULUS_SET_NAME clif->pChangeHomunculusName
0232 CMSG_HOMMERC_MOVE_TO clif->pHomMoveTo
0233 CMSG_HOMMERC_ATTACK clif->pHomAttack
@@ -169,10 +170,10 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED
07ec CMSG_MOVE_TO_STORAGE clif->pMoveToKafra
07f5 CMSG_ADMIN_UNEQUIP_ALL clif->pGMFullStrip
0801 CMSG_VENDING_BUY2 clif->pPurchaseReq2
-0811 CMSG_BUYINGSTORE_SELL clif->pSearchStoreInfo
+0811 CMSG_BUYINGSTORE_CREATE clif->pSearchStoreInfo
0815 CMSG_BUYINGSTORE_CREATE clif->pReqOpenBuyingStore
0819 CMSG_SEARCHSTORE_SEARCH clif->pStoragePassword
-0835 CMSG_SEARCHSTORE_CLICK clif->pSearchStoreInfoNextPage
+0835 CMSG_SEARCHSTORE_SEARCH clif->pSearchStoreInfoNextPage
083b CMSG_SEARCHSTORE_CLOSE clif->pCloseSearchStoreInfo
083c CMSG_SKILL_USE_BEING clif->pUseSkillToId
0844 CMSG_NPC_CASH_SHOP_OPEN clif->pCashShopOpen
@@ -233,4 +234,4 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED
? UNIMPLIMENTED clif->pSearchStoreInfoListItemClick
? UNIMPLIMENTED clif->pSkillSelectMenu
? UNIMPLIMENTED clif->pTaekwon
-? UNIMPLIMENTED clif->pUseSkillToPos
+? UNIMPLIMENTED clif->pWantToConnection
diff --git a/servergreps/hercules/20130221/clientwrongpacketsizes.txt b/servergreps/hercules/20130221/clientwrongpacketsizes.txt
index f3536a9..36233d9 100644
--- a/servergreps/hercules/20130221/clientwrongpacketsizes.txt
+++ b/servergreps/hercules/20130221/clientwrongpacketsizes.txt
@@ -1,6 +1,5 @@
-022d CMSG_BUYINGSTORE_CLOSE clif->pWantToConnection 2 vs 19
0436 CMSG_SKILL_USE_POSITION clif->pFriendsListAdd 10 vs 26
-07d7 CMSG_PARTY_SETTINGS clif->pPartyChangeOption 6 vs 8
+0819 CMSG_SEARCHSTORE_SEARCH clif->pStoragePassword -1 vs 36
0819 CMSG_SEARCHSTORE_SEARCH clif->pStoragePassword -1 vs 36
0871 CMSG_PLAYER_CHANGE_ACT clif->pChangeDir 7 vs 5
089c CMSG_MAP_SERVER_CONNECT clif->pFriendsListAdd 19 vs 26
diff --git a/servergreps/hercules/20130221/uselesspackets.txt b/servergreps/hercules/20130221/uselesspackets.txt
index 54feb10..a0ef239 100644
--- a/servergreps/hercules/20130221/uselesspackets.txt
+++ b/servergreps/hercules/20130221/uselesspackets.txt
@@ -1,9 +1,9 @@
Useless packet 0a01.
Useless packet 09a9.
Useless packet 08fc.
-Useless packet 0200.
Useless packet 0998.
Useless packet 08d4.
+Useless packet 0200.
Useless packet 085b.
Useless packet 09b8.
Useless packet 09b6.