diff options
Diffstat (limited to 'servergreps/hercules/20141016')
-rw-r--r-- | servergreps/hercules/20141016/clientpackets.txt | 1 | ||||
-rw-r--r-- | servergreps/hercules/20141016/clientpreferredpackets.txt | 9 | ||||
-rw-r--r-- | servergreps/hercules/20141016/clientwrongpacketsizes.txt | 1 |
3 files changed, 11 insertions, 0 deletions
diff --git a/servergreps/hercules/20141016/clientpackets.txt b/servergreps/hercules/20141016/clientpackets.txt index 546838e..9b65ee6 100644 --- a/servergreps/hercules/20141016/clientpackets.txt +++ b/servergreps/hercules/20141016/clientpackets.txt @@ -163,6 +163,7 @@ PSESENT BUT UNIMPLIMENTED CMSG_PARTY_INVITED 0436 CMSG_SKILL_USE_POSITION clif->pUseSkillToPos 0437 CMSG_PLAYER_CHANGE_DEST clif->pWalkToXY 0439 CMSG_PLAYER_INVENTORY_USE clif->pUseItem +07d7 CMSG_PARTY_SETTINGS clif->pPartyChangeOption 07da CMSG_PARTY_CHANGE_LEADER clif->pPartyChangeLeader 07e4 CMSG_ITEM_PICKUP clif->pTakeItem 07ec CMSG_MOVE_TO_STORAGE clif->pMoveToKafra diff --git a/servergreps/hercules/20141016/clientpreferredpackets.txt b/servergreps/hercules/20141016/clientpreferredpackets.txt new file mode 100644 index 0000000..530a822 --- /dev/null +++ b/servergreps/hercules/20141016/clientpreferredpackets.txt @@ -0,0 +1,9 @@ +0102 -> 07d7 CMSG_PARTY_SETTINGS clif->pPartyChangeOption +0202 -> 0967 CMSG_PLAYER_CHANGE_DIR clif->pChangeDir +0361 -> 0364 CMSG_HOMUNCULUS_MENU clif->pHomMenu +0436 -> 0438 CMSG_SKILL_USE_POSITION clif->pUseSkillToPos +085b -> 022d CMSG_MOVE_FROM_STORAGE clif->pMoveFromKafra +0871 -> 0369 CMSG_PLAYER_CHANGE_ACT clif->pActionRequest +088a -> 096a CMSG_NAME_REQUEST clif->pGetCharNameRequest +089c -> 086e CMSG_MAP_SERVER_CONNECT clif->pWantToConnection +095d -> 0802 CMSG_PARTY_INVITE2 clif->pPartyInvite2 diff --git a/servergreps/hercules/20141016/clientwrongpacketsizes.txt b/servergreps/hercules/20141016/clientwrongpacketsizes.txt index dab6a5d..7f34a50 100644 --- a/servergreps/hercules/20141016/clientwrongpacketsizes.txt +++ b/servergreps/hercules/20141016/clientwrongpacketsizes.txt @@ -1,2 +1,3 @@ 022d CMSG_BUYINGSTORE_CLOSE clif->pMoveFromKafra 2 vs 8 +07d7 CMSG_PARTY_SETTINGS clif->pPartyChangeOption 6 vs 8 0940 CMSG_SEARCHSTORE_NEXT_PAGE clif->pTakeItem 2 vs 6 |