summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
2021-12-21Add a hack which allow Vault users to delete chars without confirmation.Jesusaves1-2/+5
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves5-48/+72
2021-02-15Fix possible crash in mapif_guild_withdrawAndrei Karas1-1/+1
2021-02-14Fix possible wrong ip check in geoip.cAndrei Karas1-1/+1
2021-01-08Revert "[TMW2] Temporaly disable packet 0x3831 GUILD LVLUP INFO."Jesusaves1-4/+1
2020-12-30[TMW2] Temporaly disable packet 0x3831 GUILD LVLUP INFO.Jesusaves1-1/+4
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves5-19/+27
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves6-316/+3
2019-07-12Fix family check and EXP bugEmistry Haoyan1-0/+4
2019-06-02Use separate field hotkey_rowshift for each hotkeys groupAndrei Karas1-10/+11
2019-06-02Add define MAX_HOTKEYS_DB for max stored hotkeys in dbAndrei Karas1-1/+1
2019-05-06Merge pull request #2455 from hemagx/hercules_fix_rodexHaru1-2/+0
2019-05-05Add char_id into struct guild_expulsionAndrei Karas1-5/+7
2019-05-05Fix compilation for old packet versions (Fixes #2438)Andrei Karas1-0/+2
2019-05-05Truncate too big time in guild member login time fieldAndrei Karas1-1/+7
2019-05-04Fix inter-server deleting zeny from rodex mails when a player requests to tak...Ibrahim Zidan1-2/+0
2019-04-15Improve get items from rodexAndrei Karas4-1/+112
2019-04-15Improve get zeny from rodexAndrei Karas4-2/+46
2019-04-14Add account id and char id into inter server rodex update packetAndrei Karas4-6/+12
2019-04-07Add allow call optionAndrei Karas1-5/+10
2019-02-11Fix buffer size issue in inter server packetsAndrei Karas1-3/+3
2019-02-11Extend class and level field in packet 0x3035Andrei Karas2-2/+2
2019-02-11Extend class and level field in packet 0x3080Andrei Karas2-8/+8
2019-02-11Extend class field in packet 0x3880Andrei Karas1-5/+5
2019-02-11Extend class field in packet 0x3835Andrei Karas1-3/+3
2019-02-11Extend class field in packet 0x3898Andrei Karas1-4/+4
2019-02-11Change type for class variables from short to intAndrei Karas10-16/+16
2019-02-05Set inventory size for new chars to FIXED_INVENTORY_SIZEAndrei Karas1-6/+6
2019-02-05Split function char_send_HC_ACK_CHARINFO_PER_PAGEAndrei Karas2-5/+12
2019-02-01Merge pull request #2151 from dastgirp/login/messageHaru1-6/+16
2019-02-01Updated login-server to give appropriate response code to char-server when IP...Dastgir1-6/+16
2019-01-14Disconnect from char server if auth error happend.Andrei Karas1-0/+5
2019-01-14Add missing enum status for function char_creation_failedAndrei Karas1-1/+2
2019-01-14Fix sending last packet HC_ACK_CHARINFO_PER_PAGEAndrei Karas1-2/+2
2018-12-14Add inventory size field into db and using it in server.Andrei Karas1-5/+28
2018-12-12Fix issue with chars list if number of chars is 3*N chars.Andrei Karas4-21/+83
2018-12-12Add validation for buffer size in char_mmo_char_tobuf.Andrei Karas1-3/+6
2018-11-15Merge pull request #2321 from 4144/packetlenHaru2-7/+11
2018-11-14Add send packet validation for connections between server and clients.Andrei Karas1-7/+10
2018-11-14Add interface for packets in common.Andrei Karas1-0/+1
2018-11-13Add the available information to the charlog when selecting a characterHaru1-2/+13
2018-11-13Add the available information to the charlog when renaming a characterHaru1-3/+14
2018-11-13Merge pull request #2310 from 4144/updatepacketsHaru1-14/+13
2018-11-07Improve packet version check for packet 0x82d.Andrei Karas1-14/+13
2018-10-22add an option to prevent from renaming a character if they are in a guild or ...gumi1-0/+10
2018-09-02Fixes #2173Dastgir1-1/+3
2018-07-24Implemented Title System.Dastgir1-4/+9
2018-07-24Implementation of the official Achievement System.smokexyz7-4/+146
2018-07-24Add achievement source files.smokexyz3-4/+309
2018-07-23Merge pull request #2127 from sctnightcore/FixDateHaru2-2/+2