summaryrefslogtreecommitdiff
path: root/src/map/mob.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-22Implement MSC_MAGICATTACKED cast condition for monster skillsKenpachi Developer1-0/+1
2020-04-14Adjust mob_getfriendstatus() to consider characters as friends for summoned m...Kenpachi Developer1-1/+1
2020-04-11Add missing constants for global skill assignmentKenpachi Developer1-0/+7
2020-04-05Increase MAX_MOB_DB to 22000Kenpachi Developer1-1/+1
2020-02-09Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (no...Kenpachi Developer1-4/+5
2020-01-13Update copyright headers for year 2020Haru1-2/+2
2019-12-15Merge pull request #2572 from Asheraf/mobviewdatadbHaru1-1/+2
2019-10-30Drop the usage of mob_availAsheraf1-1/+1
2019-10-30Add support for overriding default view data in mob databaseAsheraf1-0/+1
2019-10-22Fix Steal accidentally being able to steal cards from certain mobsHaru1-1/+0
2019-10-18Make slave mobs react to master's chase targetskyleo1-0/+1
2019-07-28Merge pull request #2510 from Emistry/mobdb_dmg_taken_rateHaru1-0/+2
2019-07-24Update mob_db - DamageTakenRate fieldEmistry Haoyan1-0/+2
2019-07-10Update atreloadmob to update living mobsEmistry Haoyan1-0/+1
2019-04-20Moved mob drop data to its own structureGuilherme G. Menaldo1-2/+11
2019-04-20Added support for mobs to drop items with Random OptionsGuilherme G. Menaldo1-3/+43
2019-02-11Change type for class variables from short to intAndrei Karas1-1/+1
2018-07-19Add new constant MAX_ITEM_ID for maximum allowed item id.Andrei Karas1-0/+8
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-01Replace "--ja--" and "--en--" with constants (source only)Haru1-0/+3
2018-04-19Convert mob_skill_db into libconf formatAsheraf1-1/+3
2018-04-08Added delay to tomb spawnGuilherme G. Menaldo1-0/+2
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+1
2017-12-23Show item drop effects only if monster dropping non looted items.Andrei Karas1-0/+1
2017-10-30Add monster spawn boss flag for miniboss: miniboss_monsterAndrei Karas1-1/+7
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru1-3/+3
2016-02-17Removed unnecessary typedefs from libconfigHaru1-8/+8
2016-01-29Modified Mob DB loader to behave like the Item DB loaderHaru1-6/+8
2016-01-09Corrected various zero-argument function definitionsHaru1-1/+1
2015-12-28Added Poring to the mob_id enumHaru1-0/+2
2015-12-28Added Zanzou mob ID to the mob_id enumHaru1-0/+2
2015-12-28Added Summon Legion-related monsters to the mob_id enumHaru1-0/+4
2015-12-28Added Alchemist-related monsters to the enum mob_idHaru1-0/+17
2015-12-28Added Splendide, Manuk and Mora mobs to the mob_id enumHaru1-0/+27
2015-12-28Standardized (source) mob_id enumHaru1-3/+79
2015-12-23Update:Jedzkie1-3/+3
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-14Added official effect of Mora Berry.Jedzkie1-5/+6
2015-10-22Removed support for the deprecated SQL item, mob, mob_skill databases.Haru1-1/+0
2015-10-20Fixed an issue preventing the mob_db2 from being loadedHaru1-1/+1
2015-10-19Add support for mob_db in conf format.Andrei Karas1-3/+9
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-6/+2
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-5/+4
2015-08-15HPM compatibility improvementsHaru1-5/+5
2015-06-19Cleaned up some #includesHaru1-2/+2
2015-06-19Removed ".." from include directivesHaru1-5/+5
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-13/+20
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru1-0/+2
2014-12-21Move mob_db deletion into separate function.Andrei Karas1-0/+1