summaryrefslogtreecommitdiff
path: root/src/emap/mob.c
AgeCommit message (Collapse)AuthorFilesLines
2020-07-13fix the hooks for npc->unload and mob->spawn_dataset, remove the unused hook ↵gumi1-1/+2
for status->change_end_
2018-07-09Fix out of bound access in emob_load_weaponattacks.s20180713Andrei Karas1-0/+1
2016-10-02Add support for spawn collision for mobs.s20161024s20161017s20161004Andrei Karas1-0/+64
2016-09-01Add into mob_db skill type attacks modifier.Andrei Karas1-0/+30
New group in mob_db: SkillAttacks Example: SkillAttacks: { SM_BASH: 5000 // mean SM_BASH skill do 50% of normal damage } Default value is 10000 mean 100%
2016-08-31Add into mob_db weapot type attacks modifier.Andrei Karas1-0/+152
New group in mob_db: WeaponAttacks Example: WeaponAttacks: { Bows: 5000 // mean bow attack do 50% of normal attack } Default value is 10000 mean 100%
2016-05-02Update function hook prototypes for support new hercules.Andrei Karas1-10/+12
2016-05-02Add into all files where need #include "plugins/HPMHooking.h"Andrei Karas1-0/+2
2016-04-28Fix different warnings.Andrei Karas1-3/+3
2016-03-02Dehardcode mob ai flag MD_SURVIVE_WITHOUT_MASTER and change it value.Andrei Karas1-2/+4
2016-02-18Update for support latest hercules.Andrei Karas1-3/+4
2016-02-06Update plugin for support latest hercules.Andrei Karas1-4/+2
2015-10-18Rename malloc.h to memmgr.h in includes.Andrei Karas1-1/+1
2015-10-12Add support for mob ai attribute SurviveWithoutMaster.Andrei Karas1-0/+14
2015-10-12Add mob db field 'WalkMask' for now unused.Andrei Karas1-0/+21
2015-09-28Update copyright year.Andrei Karas1-1/+1
2015-08-16Fix compilation after HPM update in server.Andrei Karas1-0/+2
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵Andrei Karas1-0/+48
hercules.