summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-02`killedrid` should always be set.Jesusaves1-0/+1
2021-02-15[TMW2] Replace monster skill chat message to show message above their heads.Jesusaves1-1/+2
2021-02-15Implement MSC_MAGICATTACKED cast condition for monster skillsKenpachi Developer1-1/+3
2021-02-15Add map check in mob_deadAndrei Karas1-0/+1
2021-02-14Fix summoned monsters wont follow masters of type BL_PCKenpachi Developer1-1/+1
2021-01-06[TMW2] Patch Level: Homunculus Skill Tree Pre-RequerimentsJesusaves1-7/+6
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-48/+76
2020-09-12This is Hercules v2019.09.22Jesusaves1-0/+8
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves1-3/+3
2019-07-28Merge pull request #2510 from Emistry/mobdb_dmg_taken_rateHaru1-0/+7
2019-07-28Merge pull request #2505 from Emistry/autoloot_adjustHaru1-1/+1
2019-07-24Update mob_db - DamageTakenRate fieldEmistry Haoyan1-0/+7
2019-07-14Added battle config autoloot_adjustEmistry Haoyan1-1/+1
2019-07-10Update atreloadmob to update living mobsEmistry Haoyan1-0/+25
2019-05-30Adds Option DB and Option Drop Groups DB to be loaded on minimal modeGuilherme Menaldo1-1/+2
2019-05-06Fixes a nullpo on MVP dropsGuilherme Menaldo1-1/+2
2019-04-20Moved mob drop data to its own structureGuilherme G. Menaldo1-5/+1
2019-04-20Added support for mobs to drop items with Random OptionsGuilherme G. Menaldo1-8/+349
2019-04-07Rename clif_charnameack into clif_blname_ackAndrei Karas1-4/+4
2018-11-20Change short group to bool is_group in s_add_dropskyleo1-2/+2
2018-09-02Fixed issue #2201Dastgir1-1/+2
2018-08-27Fix some issues reported by gcc-8's address sanitizerHaru1-1/+1
2018-07-30always set the type when doing script->add_strgumi1-2/+2
2018-07-24Implementation of the official Achievement System.smokexyz1-0/+7
2018-07-19Add new constant MAX_ITEM_ID for maximum allowed item id.Andrei Karas1-11/+64
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-110/+153
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