summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2018-05-29Merge pull request #1851 from mekolat/getunits2Haru1-19/+69
2018-05-27Merge pull request #2043 from 4144/updatepacketsHaru5-8/+74
2018-05-23Add packet 0x0afc into packets.hAndrei Karas1-0/+18
2018-05-23Update shuffle packets and keys.Andrei Karas4-8/+56
2018-05-21add support for global lookups in buildin_getunitsgumi1-19/+69
2018-05-15fix a wrong iterator used for mob skill db parsingAsheraf1-4/+4
2018-05-07Merge pull request #2027 from MishimaHaruna/sa_summonmonsterHaru5-25/+30
2018-05-07Merge pull request #1998 from Asheraf/private_airshipHaru9-3/+115
2018-05-06Merge pull request #2030 from 4144/updatepacketsHaru7-12/+38
2018-05-06Merge pull request #2028 from 4144/warningsHaru4-16/+18
2018-05-04Implementation of Private AirShipAsheraf9-3/+115
2018-05-04Quick Fix *getunitdataAnnieRuru1-1/+1
2018-05-04Add empty function for packet 0x0447 PACKET_CZ_BLOCKING_PLAY_CANCEL.Andrei Karas3-2/+13
2018-05-04Assign clif->pUseSkillToPos to packet 0xaf4.Andrei Karas1-2/+2
2018-05-04Add shuffle and non shuffle packets for 20180425 to 20180502.Andrei Karas5-8/+23
2018-05-03Fix overflow in map zones.Andrei Karas2-7/+9
2018-05-02Fix possible buffer overflow in atcommand.cAndrei Karas1-3/+3
2018-05-02Fix possible wrong buffer size usage in clif.c.Andrei Karas1-6/+6
2018-05-01Replace "--ja--" and "--en--" with constants (source only)Haru5-25/+29
2018-05-01Fix the name of the monsters summoned by SA_SUMMONMONSTERHaru1-1/+2
2018-05-01Merge pull request #2019 from Asheraf/mskillconfHaru3-209/+234
2018-04-25Merge pull request #2023 from MishimaHaruna/remove-stat-serverHaru3-192/+5
2018-04-25Merge pull request #2022 from 4144/extendHaru4-59/+149
2018-04-25Merge pull request #2017 from AnnieRuru/32_delwallHaru3-5/+12
2018-04-23Move hp recover code from status_calc_pc_ into separate function.Andrei Karas2-5/+15
2018-04-23Move job related checks from pc_read_skill_tree into separate function.Andrei Karas2-2/+9
2018-04-23Move death penalty job check from pc_dead into separate function.Andrei Karas2-2/+10
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