summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2018-04-23Move job related code from pc_resetskill into separate function.Andrei Karas2-14/+27
2018-04-23Move from pc_checkbaselevelup sc start related code into separate function.Andrei Karas2-12/+21
2018-04-23Split pc_calc_skilltree into 3 functions.Andrei Karas2-18/+42
2018-04-23Split pc_delspiritball into two functions.Andrei Karas2-5/+15
2018-04-23Split pc_addspiritball into two functions.Andrei Karas2-1/+10
2018-04-23Merge pull request #2005 from guilherme-gm/guildskillcdHaru4-12/+14
2018-04-22Remove the stat-reporting mechanismHaru3-192/+5
2018-04-22Merge pull request #2021 from 4144/updatepacketsHaru5-8/+21
2018-04-22Merge pull request #2020 from Asheraf/packetsHaru2-7/+7
2018-04-22Fixes interaction between Curse and BlessingJedzkie1-8/+16
2018-04-19Convert mob_skill_db into libconf formatAsheraf3-209/+234
2018-04-18Add non shuffle packets for 2018-04-18 clients.Andrei Karas1-0/+9
2018-04-18Update shuffle and keys up to 2018-04-18Andrei Karas4-8/+12
2018-04-18Enable attendance system for PACKETVER_ZERO_NUM >= 20180411Asheraf1-4/+4
2018-04-18Enable new drop packet for PACKETVER >= 20180418Asheraf2-3/+3
2018-04-11*delwall now give a friendly warning to remind non-existent wallAnnieRuru3-5/+12
2018-04-08Merge pull request #2009 from MishimaHaruna/sprintf-hooking-fixHaru2-6/+6
2018-04-08Merge pull request #2001 from guilherme-gm/tombspawnHaru5-2/+53
2018-04-08Merge pull request #2015 from MishimaHaruna/fix-1875Haru1-8/+6
2018-04-08Allow guild skills cooldown to continue when logged outGuilherme G. Menaldo4-12/+14
2018-04-08Added delay to tomb spawnGuilherme G. Menaldo5-2/+53
2018-04-08Merge pull request #2002 from Asheraf/homunaffixHaru1-0/+7
2018-04-08Merge pull request #2006 from Jedzkie/MessageFixesHaru4-6/+50
2018-04-08Prevent a null pointer failure when TK_JUMPKICK is used by a non-playerHaru1-8/+6
2018-04-07Merge pull request #1990 from Asheraf/attendance_uiHaru7-2/+257
2018-04-07Implementation of Attendance systemAsheraf7-2/+257
2018-04-08Added new items for item checksJedzkie2-0/+6
2018-04-08Update Skill/Item messagesJedzkie3-6/+44
2018-04-07Convert Pet db to LibconfigAsheraf2-120/+199
2018-04-07Add an option to prevent item usage when storage is openJedzkie3-5/+8
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 Karas1-1/+1
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-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-expireHaru1-1/+1
2018-04-03Merge pull request #1986 from Megasantos/login_date_guildHaru4-5/+7
2018-04-03Merge pull request #1111 from dastgir/24-2015QuestsHaru4-35/+225
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru6-0/+106
2018-04-02Rename script->sprintf() to script->sprintf_helper()Haru2-6/+6
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 Karas1-6/+4
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. Menaldo1-1/+1
2018-03-14- Implemented login date for guild members.Jônatas Andreta4-5/+7
2018-03-13Added quest_notify_objective and its packetDastgir4-1/+70
2018-03-13Extended UPDATE_MISSION_HUNT to support new packetDastgir2-1/+16