Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-01 | Merge pull request #2220 from carloshenrq/configure_newopt | Haru | 1 | -0/+16 | |
New configure options | |||||
2020-05-05 | Merge branch 'master' into configure_newopt | Kenpachi2k13 | 1 | -31/+101 | |
2020-05-02 | Add constant for maximum string variable value length | Kenpachi Developer | 1 | -1/+4 | |
Also add static assert check for SCRIPT_VARNAME_LENGTH | |||||
2020-04-05 | Add enum for pet intimacy levels and use its constants | Kenpachi Developer | 1 | -0/+11 | |
2020-04-05 | Add enum for pet hunger levels and use its constants | Kenpachi Developer | 1 | -0/+10 | |
2020-03-05 | Change default packet version to 2019-05-30 | Andrei Karas | 1 | -1/+1 | |
2020-02-09 | Merge pull request #2601 from Kenpachi2k13/int_party_c_warning | Haru | 1 | -1/+1 | |
Fix C4018 compiler warning in src\char\int_party.c. | |||||
2020-02-09 | Merge pull request #2596 from dastgirp/skill_idx_refactor | Haru | 1 | -1/+1 | |
Changed logic of skill_get_index | |||||
2020-02-05 | Changed some data types from unsigned to signed. | Kenpachi Developer | 1 | -1/+1 | |
* Changed all unsigned fields in struct party_data to signed int. * Changed data type of struct party_member->lv to signed int. * Changed parameter lv in inter_party_change_map() function to signed int. * Changed signature of inter_party_change_map() function in HPMHooking files. | |||||
2020-02-02 | Changed logic of skill_get_index | Dastgir | 1 | -1/+1 | |
skill_get_index can be edited easily to add custom skills | |||||
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-10-06 | Updates status changes to also keep their total time | Guilherme Menaldo | 1 | -0/+1 | |
- This allows clients to continue the "timer" display after you login again | |||||
2019-09-22 | Implementation of new guild ui client features | Asheraf | 1 | -0/+8 | |
2019-06-26 | Add support for new shortcuts packets in zero | Andrei Karas | 1 | -2/+2 | |
2019-06-02 | Disable new shortcuts on zero clients | Andrei Karas | 1 | -2/+2 | |
Because on zero they still not implimented. | |||||
2019-06-02 | Use new shortcuts packets in zero 2019-05-15 and main 2019-05-22 | Andrei Karas | 1 | -2/+2 | |
2019-06-02 | Use separate field hotkey_rowshift for each hotkeys group | Andrei Karas | 1 | -0/+1 | |
2019-06-02 | Update packet ZC_SHORTCUT_KEY_LIST | Andrei Karas | 1 | -12/+17 | |
2019-06-02 | Add define MAX_HOTKEYS_DB for max stored hotkeys in db | Andrei Karas | 1 | -1/+7 | |
For new RE clients it's double of MAX_HOTKEYS | |||||
2019-05-05 | Implement Refinery UI | Ibrahim Zidan | 1 | -0/+8 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | Add char_id into struct guild_expulsion | Andrei Karas | 1 | -0/+1 | |
Also use char_id in packet ZC_BAN_LIST. | |||||
2019-04-15 | Improve get items from rodex | Andrei Karas | 1 | -4/+6 | |
2019-04-07 | Add allow call option | Andrei Karas | 1 | -1/+4 | |
2019-02-11 | Change type for class variables from short to int | Andrei Karas | 1 | -8/+8 | |
2019-01-14 | Add inventory expansion packets to main and re clients with version 20181219 | Andrei Karas | 1 | -2/+2 | |
2018-12-14 | Add inventory size field into db and using it in server. | Andrei Karas | 1 | -1/+6 | |
2018-12-14 | Add packt ZC_INVENTORY_EXPANSION_INFO | Andrei Karas | 1 | -0/+11 | |
2018-11-27 | Added ifdef on mmo.h to allow change it with CPPFLAGS | Carlos | 1 | -0/+18 | |
2018-10-03 | Add new type for mercenary class to setquestinfo() | Asheraf | 1 | -1/+2 | |
2018-08-25 | Show packet version and type at server startup. | Andrei Karas | 1 | -0/+5 | |
2018-08-25 | Add support for build for AD clients. | Andrei Karas | 1 | -1/+13 | |
Add configure flag --enable-packetver-ad Add defines for AD into mmo.h Add messages list for AD clients. | |||||
2018-08-25 | Add support for build for SAK clients. | Andrei Karas | 1 | -1/+13 | |
Add configure flag --enable-packetver-sak Add defines for SAK into mmo.h Add messages list for SAK clients. | |||||
2018-07-24 | Implemented Title System. | Dastgir | 1 | -0/+2 | |
2018-07-24 | Implementation of the official Achievement System. | smokexyz | 1 | -0/+18 | |
Source: http://ro.gnjoy.com/news/update/View.asp?seq=163&curpage=1 Script Commands - ``` achievement_progress(<ach_id>,<obj_idx>,<progress>,<incremental?>{,<char_id>}); ``` Includes an achievement_db.conf generator that reads from the item_db, mob_db (server side) and achievement_list.lub files to determine valid achievement entries based on item/monster availability. Achievements containing unsupported entries are commented out. This feature, although renewal-only in official servers, is capable of being used in pre-renewal mode on Hercules. Does not include the title system yet. A big thanks to - @MishimaHaruna for constantly reviewing. @4144 for all the support. @Asheraf for a lot of official information. Co-authored-by: "Dastgir" <dastgirp@gmail.com> | |||||
2018-07-24 | Questinfo System overhaul | Asheraf | 1 | -0/+14 | |
2018-07-16 | Replace item id shorts to int in mmo.h | Andrei Karas | 1 | -11/+12 | |
2018-06-29 | Fix packet 836 (search in stores). | Andrei Karas | 1 | -6/+7 | |
Added item options fields into this packet. Updated other things for support for report item options in vending. Buying store not supported for now. | |||||
2018-06-25 | Implemented Pet Autofeeding | Dastgir | 1 | -0/+1 | |
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 | |
2018-04-07 | Implementation of Attendance system | Asheraf | 1 | -0/+3 | |
2018-04-03 | Merge pull request #1986 from Megasantos/login_date_guild | Haru | 1 | -0/+1 | |
Implemented login date for guild members. | |||||
2018-03-29 | Introduce defines PACKETVER_MAIN_NUM, PACKETVER_RE_NUM, PACKETVER_ZERO_NUM. | Andrei Karas | 1 | -0/+16 | |
PACKETVER_RE_NUM defined to PACKETVER only if defined PACKETVER_RE. PACKETVER_ZERO_NUM defined to PACKETVER only if defined PACKETVER_ZERO. PACKETVER_MAIN_NUM defined to PACKETVER only if not defined PACKETVER_RE and not defined PACKETVER_ZERO. | |||||
2018-03-14 | - Implemented login date for guild members. | Jônatas Andreta | 1 | -0/+1 | |
Signed-off-by: Megasantos <jonataandretta@hotmail.com> | |||||
2018-03-08 | Fixed RoDEX mail return not working correctly | Guilherme G. Menaldo | 1 | -0/+1 | |
2018-02-10 | Clean up trailing whitespace and non-indent tabs | Haru | 1 | -2/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -1/+56 | |
All official features work including the autokick for inactive members And the system is completely customizable. | |||||
2017-12-17 | Merge pull request #1923 from 4144/fixpackets | Haru | 1 | -0/+7 | |
Add support for Ragnarok zero clients, split packets.h again | |||||
2017-12-08 | Merge pull request #1898 from Asheraf/homunaf | Haru | 1 | -0/+1 | |
implement homunculus autofeeding for 2017 clients | |||||
2017-12-02 | Add configure option --enable-packetver-zero for enable support for zero ↵ | Andrei Karas | 1 | -0/+7 | |
clients. | |||||
2017-11-18 | Implement Homunculus autofeeding | Asheraf | 1 | -0/+1 | |