summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-04-19add ignore for evol plugin.Andrei Karas1-0/+1
2018-04-19Update HPM hooks.Andrei Karas4-0/+302
2018-04-18Move hp recover code from status_calc_pc_ into separate function.Andrei Karas2-5/+15
2018-04-18Move job related checks from pc_read_skill_tree into separate function.Andrei Karas2-2/+9
2018-04-18Move death penalty job check from pc_dead into separate function.Andrei Karas2-2/+10
2018-04-18Move job related code from pc_resetskill into separate function.Andrei Karas2-14/+27
2018-04-18Move from pc_checkbaselevelup sc start related code into separate function.Andrei Karas2-12/+21
2018-04-18Split pc_calc_skilltree into 3 functions.Andrei Karas2-18/+42
2018-04-18Split pc_delspiritball into two functions.Andrei Karas2-5/+15
Move job mask related code into pc_delspiritball_sub.
2018-04-18Split pc_addspiritball into two functions.Andrei Karas2-1/+10
Move job mask related code into pc_addspiritball_sub.
2018-04-08Merge pull request #2009 from MishimaHaruna/sprintf-hooking-fixHaru6-21/+21
Fix HPMHooking compilation when sprintf() is a macro
2018-04-08HPM Hooks UpdateHercules.ws4-0/+67
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-08Merge pull request #2001 from guilherme-gm/tombspawnHaru5-2/+53
Added delay to tomb spawn
2018-04-08Merge pull request #2015 from MishimaHaruna/fix-1875Haru1-8/+6
Prevent a null pointer failure when TK_JUMPKICK is used by a non-player
2018-04-08Added delay to tomb spawnGuilherme G. Menaldo5-2/+53
2018-04-08Merge pull request #2002 from Asheraf/homunaffixHaru1-0/+7
add missing homunculus autofeed update on change map
2018-04-08Merge pull request #2006 from Jedzkie/MessageFixesHaru4-6/+50
Message Fixes
2018-04-08Prevent a null pointer failure when TK_JUMPKICK is used by a non-playerHaru1-8/+6
Fixes #1875 Signed-off-by: Haru <haru@dotalux.com>
2018-04-07HPM Hooks UpdateHercules.ws5-0/+273
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-07Merge pull request #1990 from Asheraf/attendance_uiHaru9-6/+267
Implementation of Attendance system
2018-04-07Implementation of Attendance systemAsheraf9-6/+267
2018-04-08Added new items for item checksJedzkie2-0/+6
2018-04-08Update Skill/Item messagesJedzkie3-6/+44
2018-04-07HPM Hooks UpdateAsheraf4-10/+144
2018-04-07Convert Pet db to LibconfigAsheraf2-120/+199
2018-04-07Add an option to prevent item usage when storage is openJedzkie3-5/+8
In official servers, you can't open boxes and use usable/consumables items when the storage is open. Fixes #1806
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-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-03HPM Hooks UpdateHercules.ws4-0/+66
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru6-0/+106
Implemented HatEffect
2018-04-02HPM Hooks UpdateHaru4-15/+15
2018-04-02Rename script->sprintf() to script->sprintf_helper()Haru2-6/+6
This prevents compile errors in HPMHooking in case sprintf is defined as a macro by the C library Fixes #2003 Signed-off-by: Haru <haru@dotalux.com>
2018-03-29add missing homunculus autofeed update on change mapAsheraf1-0/+7
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-14- Implemented login date for guild members.Jônatas Andreta8-17/+23
Signed-off-by: Megasantos <jonataandretta@hotmail.com>
2018-03-13Added quest_notify_objective and its packetDastgir4-1/+70