summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-04-07Implementation of Attendance systemAsheraf15-7/+425
2018-04-07Merge pull request #1868 from Jedzkie/2017-StorageFixHaru4-5/+12
Fixes #1806
2018-04-07Add an option to prevent item usage when storage is openJedzkie4-5/+12
In official servers, you can't open boxes and use usable/consumables items when the storage is open. Fixes #1806
2018-04-07Merge pull request #2014 from 4144/updatepacketsHaru5-42/+65
Update packets to 20180404 version
2018-04-07Add missing #if into clif_quest_notify_objective.Andrei Karas1-0/+2
2018-04-06Add support for packet 0xaf7 in zero clients.Andrei Karas2-2/+2
2018-04-06Update shuffle packets and keys to version 20180404.Andrei Karas2-40/+41
2018-04-06Add new packets in packets.h for 20180404 client.Andrei Karas1-0/+20
2018-04-04HPM Hooks UpdateHercules.ws5-0/+68
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-04Merge pull request #2012 from Asheraf/clifmsgtableAndrei Karas3-0/+67
add some missing msgtable packets
2018-04-04Add support for packet ZC_MSG_COLORAsheraf3-0/+28
2018-04-04Add support for packet ZC_FORMATSTRING_MSGAsheraf3-0/+39
2018-04-03Merge pull request #1995 from guilherme-gm/rodex-expireHaru2-5/+5
Fixed wrong rodex loading when mail expire date was manually changed
2018-04-03Merge pull request #1986 from Megasantos/login_date_guildHaru8-17/+23
Implemented login date for guild members.
2018-04-03HPM Hooks UpdateHercules.ws5-0/+39
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-03Merge pull request #1111 from dastgir/24-2015QuestsHaru4-35/+225
changed quest packets to structure form + some update
2018-04-03Constants Documentation SyncHercules.ws1-0/+59
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-03ItemDB SQL SyncHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-03HPM Hooks UpdateHercules.ws4-0/+66
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru9-2/+173
Implemented HatEffect
2018-03-29Merge pull request #1994 from 4144/updatepacketsAndrei Karas8-15/+140
Update shuffle packets and keys up to 2018-03-28. Add new defines with packet versions.
2018-03-29Add non shuffle packets for 2018-03-14 - 2018-03-28 clients.Andrei Karas1-0/+23
2018-03-29Add shuffle packets and keys for 2018-03-14 - 2018-03-28 clients.Andrei Karas4-8/+96
2018-03-29Simplify version checks with new packet version defines.Andrei Karas2-7/+5
2018-03-29Introduce defines PACKETVER_MAIN_NUM, PACKETVER_RE_NUM, PACKETVER_ZERO_NUM.Andrei Karas1-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-28don't throw a warning in buildin_getmapinfo when the map is not foundgumi1-2/+2
2018-03-20Fixed wrong rodex loading when mail expire date was manually changedGuilherme G. Menaldo2-5/+5
2018-03-20Merge pull request #1992 from guilherme-gm/fixvsprojHaru3-3/+0
Remove duplicated file in login-server VS projects
2018-03-14- Implemented login date for guild members.Jônatas Andreta8-17/+23
Signed-off-by: Megasantos <jonataandretta@hotmail.com>
2018-03-14Remove duplicated file in login VS projects that doesn't let project openGuilherme G. Menaldo3-3/+0
2018-03-13Added quest_notify_objective and its packetDastgir4-1/+70
2018-03-13Extended UPDATE_MISSION_HUNT to support new packetDastgir2-1/+16
2018-03-12Changed UPDATE_MISSION_HUNT packet to structure formDastgir2-15/+45
2018-03-12Extended ADD_QUEST to support new packetDastgir2-1/+25
2018-03-12Changed ADD_QUEST packet to structure formDastgir2-15/+49
2018-03-12Implemented ZC_ALL_QUEST_LIST3 Packet.Dastgir2-6/+24
2018-03-12Release v2018.03.11v2018.03.11Haru1-0/+31
Signed-off-by: Haru <haru@dotalux.com>
2018-03-11Constants Documentation SyncHercules.ws1-0/+652
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-03-11Merge pull request #1541 from Normynator/masterHaru3-41/+54
Changed Kafrapoints calculation.
2018-03-11Merge pull request #1936 from dastgir/2017-3_rodexHaru2-1/+6
RoDEX Update
2018-03-11Merge pull request #1987 from guilherme-gm/rodexfixesHaru14-61/+112
Some rodex fixes
2018-03-11Merge pull request #1983 from 4144/updatepacketsHaru7-18/+310
Update packets and keys for clients up to 20180221.
2018-03-11Merge pull request #1985 from rajatkverma/patch-1Haru1-4/+4
Update README.md
2018-03-11Merge pull request #1989 from dastgir/fix/db2sqlHaru1-1/+2
DB2SQL Crash Fix
2018-03-11Fix packet character name request reply for 20180221 clients.Andrei Karas2-5/+25
2018-03-11Fix friend list packet for clients 20180221 and newer.Andrei Karas1-5/+13
2018-03-11Fix friend status update packet for clients 20180221 and newer.Andrei Karas1-1/+8
2018-03-11Update shuffle packets and keys for clients up to 20180309.Andrei Karas5-7/+264
2018-03-11Merge pull request #1981 from 4144/fixmd5Haru443-1/+107
Fix md5 calculation for binary strings.
2018-03-09Fixed a missing update on cached data when rodex attachment was retrieved, ↵Guilherme G. Menaldo1-0/+3
avoiding message to be deleted. Thanks @tlacson7