summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
AgeCommit message (Expand)AuthorFilesLines
2016-04-07Add different versions for packet CMSG_SKILL_USE_POSITION.Andrei Karas1-1/+8
2016-04-06Add different versions for packet CMSG_PLAYER_INVENTORY_DROP.Andrei Karas1-1/+9
2016-04-06Add different versions for packet CMSG_PLAYER_CHANGE_DIR.Andrei Karas1-1/+16
2016-04-06Fix some packets id conflicts.Andrei Karas1-10/+147
2016-04-06Add packet CMSG_SKILL_USE_POSITION 0x0438.Andrei Karas1-0/+1
2016-04-06Add packet CMSG_PLAYER_INVENTORY_DROP 0x0885.Andrei Karas1-0/+1
2016-04-06Add packet CMSG_HOMUNCULUS_MENU 0x0817.Andrei Karas1-0/+1
2016-04-06Add packet CMSG_PLAYER_CHANGE_DIR 0x0924.Andrei Karas1-1/+2
2016-04-06Add packet CMSG_PARTY_SETTINGS 0x07d7.Andrei Karas1-0/+8
2016-04-06Add packet comments with server handler in packetsout.incAndrei Karas1-222/+222
2016-04-06Add actual packet sizes into packetsout.incAndrei Karas1-223/+222
2016-04-06Into packetsout.inc add fields size and comment. For now unused.Andrei Karas1-259/+259
2016-04-06Impliment packet CMSG_PK_RANKS 0x0237.Andrei Karas1-5/+11
2016-04-06Add packet CMSG_BLACKSMITH_RANKS 0x0217.Andrei Karas1-0/+2
2016-04-06Fix align in packetsout.incAndrei Karas1-254/+254
2016-04-06Impliment packet CMSG_ALCHEMIST_RANKS 0x0218.Andrei Karas1-2/+10
2016-04-06Impliment packet CMSG_MERGE_ITEM_CANCEL 0x0974.Andrei Karas1-0/+1
2016-04-06Impliment packet CMSG_MERGE_ITEM_ACK 0x096e.Andrei Karas1-0/+2
2016-04-05Add version labels into packetsout.incAndrei Karas1-4/+6
2016-01-22Add packet CMSG_QUICK_IDENTIFY_ITEM 0x0a35.Andrei Karas1-0/+3
2016-01-13Impliment packet CMSG_SELECT_CART 0x0980.Andrei Karas1-0/+3
2016-01-13Add support for packet version 20150513.Andrei Karas1-1/+5
2016-01-06Impliment packet CMSG_SHORTCUTS_ROW_SHIFT 0x0a01.Andrei Karas1-0/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-23Allow add conditions into out packets definition.Andrei Karas1-0/+4
2015-09-01Remove help lines from packets definition.Andrei Karas1-5/+4
2015-09-01Split packets definition files to in and out packets.Andrei Karas1-0/+268