Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-09 | Add loginlog_ prefix to all functions in loginlog.c | Andrei Karas | 4 | -9/+9 | |
2018-02-09 | Add account_ prefix to all functions in account.c | Andrei Karas | 3 | -14/+15 | |
2018-02-09 | Remove suffix "_sql" from files in login directory. | Andrei Karas | 4 | -1/+1 | |
2018-02-08 | Fix different clan issues. | Andrei Karas | 2 | -2/+5 | |
Add missing online check for clan members. Clean sd pointer after clan member went offline. | |||||
2018-02-06 | Merge pull request #1718 from Murilo-BiO/clan_system | Haru | 51 | -103/+4748 | |
Implementation of Official Clan System | |||||
2018-02-04 | Send out of sight packet before hiding player. | Andrei Karas | 1 | -0/+1 | |
2018-02-04 | Hide area packets from hidden players/gms. | Andrei Karas | 1 | -1/+7 | |
2018-01-30 | Overflow correction in visual function bg_message | Lucas Brito | 1 | -0/+3 | |
2018-01-25 | HPM Hooks Update | Murilo Pereti Tavares | 11 | -0/+1391 | |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 39 | -103/+2327 | |
All official features work including the autokick for inactive members And the system is completely customizable. | |||||
2018-01-25 | Implementation of 'constants.inc' file | Murilo Pereti Tavares | 2 | -0/+1030 | |
This file will help to make constants that are only accessible on src to be accessible on scripts too. | |||||
2018-01-25 | Add keys for clients from 20180117. | Andrei Karas | 2 | -4/+19 | |
2018-01-25 | Add new non shuffle packets from 20171213. | Andrei Karas | 1 | -0/+58 | |
2018-01-25 | Remove shuffle packets generation for client 2013-12-23aRagexeRE. | Andrei Karas | 2 | -40/+138 | |
This packets conflicting with other clients with same date. Also add shuffle packets for latest clients. | |||||
2018-01-20 | Remove unused packets_keys.h | Andrei Karas | 1 | -1899/+0 | |
2018-01-14 | HPM Hooks Update | Hercules.ws | 5 | -0/+37 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-01-14 | Update party member and party info packets. | Andrei Karas | 2 | -59/+94 | |
Also remove extra parts of party info packet. | |||||
2018-01-14 | Send wrong bank status by bank check packet status in clif_parse_BankCheck. | Andrei Karas | 1 | -8/+8 | |
2018-01-14 | Add new map server change packet 0x0ac7. | Andrei Karas | 1 | -8/+14 | |
2018-01-14 | Split packets_shuffle.h into main and zero shuffle packets. | Andrei Karas | 4 | -1194/+3652 | |
Also add shuffle packets for all clients from where shuffle packets can be extracted. | |||||
2018-01-14 | Split packet_keys.h to main client keys and zero client keys. | Andrei Karas | 4 | -6/+2072 | |
2018-01-14 | Move custom keys definition from packets_keys.h into clif.c | Andrei Karas | 2 | -4/+4 | |
2018-01-14 | Merge pull request #1939 from Asheraf/zero_drop_packet | Haru | 15 | -41/+74 | |
Add support for new drop packet 0xadd for zero clients | |||||
2018-01-14 | Merge pull request #1929 from Asheraf/progressbar | Haru | 4 | -1/+59 | |
Add support for packet ZC_PROGRESS_ACTOR | |||||
2018-01-10 | Merge pull request #1943 from Asheraf/skill_reproduce | Haru | 6 | -54/+8 | |
Replace the use of skill_reproduce_db with AllowReproduce flag | |||||
2018-01-10 | Merge pull request #1945 from guilherme-gm/rodex-load-fix | Haru | 2 | -14/+28 | |
Fixed rodex loading mails when it requires multiple packets. | |||||
2018-01-09 | HPM Hooks Update | Hercules.ws | 15 | -15/+15 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-01-06 | Enable always asserts and nullpo checks. | Andrei Karas | 1 | -7/+2 | |
Before this options was depend on debug configure flag. But this options is must because without server may crash in any exploits. | |||||
2017-12-28 | Added an extra check | Guilherme Guiguer Menaldo | 1 | -0/+5 | |
2017-12-28 | Fixed rodex loading mails when it requires multiple packets. | Guilherme Guiguer Menaldo | 2 | -14/+23 | |
2017-12-23 | HPM Hooks Update | Asheraf | 4 | -34/+0 | |
2017-12-23 | Replace the use of skill_reproduce_db with AllowReproduce flag | Asheraf | 2 | -20/+8 | |
2017-12-23 | Show item drop effects only if monster dropping non looted items. | Andrei Karas | 2 | -4/+10 | |
2017-12-23 | HPM Hooks Update | Asheraf | 2 | -8/+8 | |
2017-12-23 | Add support for new drop packet 0xadd for zero clients | Asheraf | 12 | -30/+57 | |
2017-12-18 | RoDEX Update: | Dastgir | 2 | -1/+6 | |
* Will not open if NPC is attached. * Will not send mail if NPC is attached. Fixes #1934 | |||||
2017-12-17 | Merge pull request #1925 from MishimaHaruna/slowpoison | Haru | 1 | -13/+15 | |
Natural expiration of Poison when under Slow Poison effect | |||||
2017-12-17 | HPM Hooks Update | Hercules.ws | 5 | -0/+69 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-12-17 | Merge pull request #1923 from 4144/fixpackets | Haru | 10 | -7936/+8386 | |
Add support for Ragnarok zero clients, split packets.h again | |||||
2017-12-14 | Add packets for Zero and normal clients for 20171204 - 20171214 versions. | Andrei Karas | 3 | -2/+237 | |
2017-12-11 | Add support for packet ZC_PROGRESS_ACTOR | Asheraf | 4 | -1/+59 | |
2017-12-10 | Merge pull request #1913 from Asheraf/error | Haru | 1 | -1/+1 | |
correct wrong conf file path in showerror | |||||
2017-12-08 | Merge pull request #1898 from Asheraf/homunaf | Haru | 12 | -57/+89 | |
implement homunculus autofeeding for 2017 clients | |||||
2017-12-08 | Update 0x0ae3 packet for new zero clients. | Andrei Karas | 1 | -1/+9 | |
Old packet look like worked too, because this is fake packet, but better send it in correct way. | |||||
2017-12-08 | Fix otp packet for zero clients before 2017-11-13bRagexe. | Andrei Karas | 1 | -0/+2 | |
2017-12-05 | Add all left Ragnarok zero shuffle packets. | Andrei Karas | 1 | -0/+174 | |
2017-12-03 | Fix an issue that prevents the Poison status to naturally end when Slow ↵ | Haru | 1 | -13/+15 | |
Poison is active The status change timer wasn't correctly rearmed in such a condition, keeping SC_POISON active indefinitely. Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-12-02 | Add support for OTP login packet. | Andrei Karas | 4 | -2/+55 | |
This packet totally ignored and for now need only for zero clients. | |||||
2017-12-02 | Add non shuffle packets for kro zero clients (only in packets.h) | Andrei Karas | 1 | -0/+37 | |
2017-12-02 | Add configure option --enable-packetver-zero for enable support for zero ↵ | Andrei Karas | 1 | -0/+7 | |
clients. |