summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas1-8044/+0
2017-09-25Add new shuffle packets added to latest hercules.Andrei Karas1-22/+4414
2017-08-26Fix packets version check condition.Andrei Karas1-1/+1
2017-08-22Move requestCheckName from BeingHandler into Mail2Handler.Andrei Karas1-2/+2
2017-08-13Add offset for all defined evol packets.Andrei Karas1-12/+12
2017-08-11Add packet CMSG_MAIL2_CANCEL_WRITE_MAIL 0x0a03.Andrei Karas1-0/+2
2017-08-11Add packet CMSG_MAIL2_CLOSE_MAILBOX 0x09e9.Andrei Karas1-0/+7
2017-08-11Add packet CMSG_MAIL2_OPEN_MAILBOX 0x09e8.Andrei Karas1-0/+7
2017-08-11Add packet CMSG_MAIL2_REFRESH_MAIL_LIST 0x09ef.Andrei Karas1-0/+2
2017-08-11Add packet CMSG_MAIL2_REQUEST_ITEMS 0x09f3.Andrei Karas1-0/+2
2017-08-11Add packet CMSG_MAIL2_REQUEST_MONEY 0x09f1.Andrei Karas1-0/+7
2017-08-11Add packet CMSG_MAIL2_DELETE_MAIL 0x09f5.Andrei Karas1-0/+2
2017-08-11Add packet CMSG_MAIL2_READ_MAIL 0x09ea.Andrei Karas1-0/+6
2017-08-11Add packet CMSG_MAIL2_NEXT_PAGE 0x09ee.Andrei Karas1-0/+5
2017-08-11Add packet CMSG_MAIL2_SEND_MAIL 0x09ec.Andrei Karas1-0/+10
2017-08-11Fix added MAIL2 packets limits by packet version and plugin version.Andrei Karas1-0/+3
2017-08-11Add packet CMSG_CHECK_NAME 0x0a13.Andrei Karas1-0/+7
2017-08-11Add packet CMSG_MAIL2_REMOVE_ITEM_MAIL 0x0a06.Andrei Karas1-0/+2
2017-08-11Add packet CMSG_MAIL2_ADD_ITEM_TO_MAIL 0x0a04.Andrei Karas1-0/+2
2017-08-11Add packet CMSG_MAIL2_OPEN_WRITE_MAIL 0x0a08.Andrei Karas1-0/+2
2017-08-09Add different use actions for items.Andrei Karas1-0/+2
2017-06-05Add shuffle packet versions 2017.Andrei Karas1-0/+306
2017-05-10Add shuffle packets for new packet versions from hercules (2016 versions).Andrei Karas1-3/+819
2017-04-25Change some packets dates based on last hercules changes.Andrei Karas1-16/+27
2017-04-18Add shuffle packets for all 2015 packet versions supported by hercules.Andrei Karas1-29/+782
2017-04-17Fix packet version for packet CMSG_CHAR_CREATE.Andrei Karas1-5/+5
2017-04-17Add missing packet CMSG_ADMIN_MONSTER_ITEM.Andrei Karas1-0/+5
2017-04-17Add missing sizes for some out packets.Andrei Karas1-7/+7
2017-04-17Add some missing packet types into packetsout.inc without implimentation.Andrei Karas1-14/+61
2017-04-11Update packets for 2014-2015 versions in packetsout.inc based on servergreps ...s20170411Andrei Karas1-132/+284
2017-04-10Add some missing packets and move existing after hercules update.Andrei Karas1-2/+37
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-04Dont send some packets with unsupported server versions.Andrei Karas1-5/+20
2016-10-28Add missing packet initialisation for new packets.Andrei Karas1-0/+2
2016-10-26Fix some packets.Andrei Karas1-2/+69
2016-09-16Impliment packet CMSG_GUILD_INVITE2 0x0916Andrei Karas1-0/+2
2016-09-16Add missing server function descriptions for char server packets.Andrei Karas1-11/+11
2016-09-12Fix version for packet CMSG_SEARCHSTORE_CLOSE.Andrei Karas1-1/+2
2016-09-12Fix some packet sizes for version 20080827.Andrei Karas1-0/+5
2016-09-12Fix version for packets CMSG_NPC_CASH_SHOP_*.Andrei Karas1-5/+15
2016-09-12Fix version for packets CMSG_BATTLE_*.Andrei Karas1-5/+8
2016-09-12Fix some packet errors for version 20080910.Andrei Karas1-0/+2
2016-09-12Fix version for packet CMSG_PLAYER_FAVORITE_ITEM.Andrei Karas1-1/+2
2016-09-12Fix packet CMSG_SOLVE_CHAR_NAME id conflict with other packets.Andrei Karas1-0/+1
2016-09-12Fix packet CMSG_PLAYER_EQUIP for old version and update id.Andrei Karas1-1/+2
2016-09-12Fix version for packet CMSG_REQUEST_RANKS.Andrei Karas1-1/+2
2016-09-12Fix version to bank packets.Andrei Karas1-6/+15
2016-09-12Fix version for market and some other packets.Andrei Karas1-4/+8
2016-09-12Fix typos in some packet ids.Andrei Karas1-3/+3
2016-05-31Fix different include issues.Andrei Karas1-0/+2