summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2018-02-10Merge pull request #1969 from 4144/packetsupdateHaru5-0/+150
2018-02-10Update packets and keys tables up to 20180207.Andrei Karas5-0/+150
2018-02-10Clean up trailing whitespace and non-indent tabsHaru14-86/+86
2018-02-10Fix some minor issues in the clan system, as reported by coverityHaru2-9/+3
2018-02-08Fix different clan issues.Andrei Karas2-2/+5
2018-02-06Merge pull request #1718 from Murilo-BiO/clan_systemHaru29-95/+3050
2018-02-04Send out of sight packet before hiding player.Andrei Karas1-0/+1
2018-02-04Hide area packets from hidden players/gms.Andrei Karas1-1/+7
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares28-95/+2020
2018-01-25Implementation of 'constants.inc' fileMurilo Pereti Tavares2-0/+1030
2018-01-25Add keys for clients from 20180117.Andrei Karas2-4/+19
2018-01-25Add new non shuffle packets from 20171213.Andrei Karas1-0/+58
2018-01-25Remove shuffle packets generation for client 2013-12-23aRagexeRE.Andrei Karas2-40/+138
2018-01-20Remove unused packets_keys.hAndrei Karas1-1899/+0
2018-01-14Update party member and party info packets.Andrei Karas2-59/+94
2018-01-14Send wrong bank status by bank check packet status in clif_parse_BankCheck.Andrei Karas1-8/+8
2018-01-14Add new map server change packet 0x0ac7.Andrei Karas1-8/+14
2018-01-14Split packets_shuffle.h into main and zero shuffle packets.Andrei Karas4-1194/+3652
2018-01-14Split packet_keys.h to main client keys and zero client keys.Andrei Karas4-6/+2072
2018-01-14Move custom keys definition from packets_keys.h into clif.cAndrei Karas2-4/+4
2018-01-14Merge pull request #1939 from Asheraf/zero_drop_packetHaru13-33/+66
2018-01-14Merge pull request #1929 from Asheraf/progressbarHaru4-1/+59
2018-01-10Merge pull request #1943 from Asheraf/skill_reproduceHaru2-20/+8
2017-12-28Added an extra checkGuilherme Guiguer Menaldo1-0/+5
2017-12-28Fixed rodex loading mails when it requires multiple packets.Guilherme Guiguer Menaldo1-6/+11
2017-12-23Replace the use of skill_reproduce_db with AllowReproduce flagAsheraf2-20/+8
2017-12-23Show item drop effects only if monster dropping non looted items.Andrei Karas2-4/+10
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf12-30/+57
2017-12-17Merge pull request #1925 from MishimaHaruna/slowpoisonHaru1-13/+15
2017-12-17Merge pull request #1923 from 4144/fixpacketsHaru5-7934/+8314
2017-12-14Add packets for Zero and normal clients for 20171204 - 20171214 versions.Andrei Karas3-2/+237
2017-12-11Add support for packet ZC_PROGRESS_ACTORAsheraf4-1/+59
2017-12-08Merge pull request #1898 from Asheraf/homunafHaru6-17/+47
2017-12-05Add all left Ragnarok zero shuffle packets.Andrei Karas1-0/+174
2017-12-03Fix an issue that prevents the Poison status to naturally end when Slow Poiso...Haru1-13/+15
2017-12-02Add non shuffle packets for kro zero clients (only in packets.h)Andrei Karas1-0/+37
2017-12-02Add shuffle packets for kro zero clients 2017-10-19aRagexe to 2017-11-13bRagexe.Andrei Karas1-0/+47
2017-12-02Add comments to packets.h for possible shuffle packets with known stable sizes.Andrei Karas1-521/+521
2017-12-02Split normal packets and shuffle packets into separate files.Andrei Karas4-7041/+7080
2017-12-02Add missing cutin packet value comment.Andrei Karas1-0/+1
2017-12-02Add missing kick reasons into clif_authfail_fd.Andrei Karas1-0/+2
2017-12-02Add packets for ragexeRE client from 20171108 to 20171129.Andrei Karas1-0/+144
2017-12-02Add new packet keys for ragexeRE clients + packet keys for all released zero ...Andrei Karas1-505/+208
2017-12-02Use skill inf value as int32 in all packets.Andrei Karas1-4/+2
2017-11-28Fix invisible NPCs (such as FAKE_NPC) showing up as NoviceHaru1-1/+1
2017-11-26Fix handling of the special case of SplashRange < 0 meaning AREA_SIZEHaru1-3/+6
2017-11-24Allow using the skill DB accessors on non-skill attacks (skill_id = 0)Haru3-54/+188
2017-11-18Implement Homunculus autofeedingAsheraf6-17/+47
2017-11-18Merge pull request #1901 from MishimaHaruna/sql-bind-typesHaru2-6/+6
2017-11-18Merge pull request #1903 from Asheraf/skill_scaleHaru5-0/+52