summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-02Merge pull request #2055 from trojal/patch-1Haru1-1/+1
2018-05-31Don't overwrite mob.range with Inherit:truetrojal1-1/+1
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-15fix a wrong iterator used for mob skill db parsingAsheraf1-4/+4
2018-05-01Replace "--ja--" and "--en--" with constants (source only)Haru1-11/+10
2018-04-19Convert mob_skill_db into libconf formatAsheraf1-208/+177
2018-04-08Added delay to tomb spawnGuilherme G. Menaldo1-2/+48
2017-12-23Show item drop effects only if monster dropping non looted items.Andrei Karas1-4/+9
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf1-2/+2
2017-11-05Use the skill DB accessors where possible/appropriateHaru1-1/+1
2017-10-30Add monster spawn boss flag for miniboss: miniboss_monsterAndrei Karas1-1/+1
2017-10-21Merge pull request #1833 from Emistry/mapflag_noautolootHaru1-0/+1
2017-10-22Add NoAutoloot mapflagEmistry Haoyan1-0/+1
2017-08-20Ignore hidden units in the cell stack limit checksHaru1-1/+1
2017-07-27Fix possible buffer overflows with snprintf.Andrei Karas1-4/+4
2017-04-29Removal of rare_drop_announce config.Jedzkie1-16/+0
2017-04-29Fixes #994Jedzkie1-8/+7
2017-02-26Added option to show classchange only to one player (#1587)Guilherme G. M1-1/+1
2016-12-03Remove the platform-dependent variables from struct status_dataHaru1-8/+9
2016-12-03Ensure that pc->addfame() increments the correct fame pointsHaru1-1/+1
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-2/+2
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas1-1/+6
2016-07-14Changed mmo_charstatus::base_level and mmo_charstatus::job_level to intHaru1-1/+1
2016-06-29Fix EXP modifiers to match aegis modifiers calclution.hemagx1-5/+0
2016-04-23Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message()Haru1-2/+2
2016-04-23Corrected the type of the 'length' argument of various broadcast-related func...Haru1-2/+2
2016-04-22Fixed an issue that could prevent a mvp reward to be ignoredHaru1-45/+47
2016-04-04add missing checks into mob.cAndrei Karas1-7/+88
2016-03-25Fixed a call to clif->item_drop_announce with a NULL sd.Haru1-1/+3
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru1-38/+44
2016-02-28Added NoKnockback Mode for monstersDastgir1-0/+3
2016-02-27Replaced various '-1' with the correct constantHaru1-5/+7
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-2/+2
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru1-0/+1
2016-02-17Removed unnecessary typedefs from libconfigHaru1-15/+15
2016-02-17Renamed config->read_file to config->load_fileHaru1-1/+4
2016-02-09Small tweaks to mob_drop_adjustHaru1-7/+13
2016-01-29Re-added support for the JName field in the mob dbHaru1-0/+8
2016-01-29Replaced several floating-point operations with integer operationsHaru1-15/+13
2016-01-29Modified Mob DB loader to behave like the Item DB loaderHaru1-247/+384
2016-01-13Added support to mark constants in db/constants.conf as deprecatedHaru1-1/+1
2016-01-12Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)Haru1-1/+1
2016-01-09Corrected various zero-argument function definitionsHaru1-1/+1
2016-01-06Replaced the remaining explicit casts with BL_CAST/BL_UCASTHaru1-24/+13
2016-01-06Replaced some explicit casts with BL_UCASTHaru1-19/+16
2016-01-06Replaced some map->id2sd calls with the proper map->id2XX functionHaru1-2/+2
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-36/+46
2016-01-06Change all TBL_NPC to struct npc_data as per style guidelineshemagx1-1/+1
2016-01-06Change all TBL_ELEM to struct elemental_data as per style guidelineshemagx1-2/+2