Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-02 | Add support for spawn collision for mobs. | Andrei Karas | 1 | -0/+64 | |
2016-09-01 | Add into mob_db skill type attacks modifier. | Andrei Karas | 1 | -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-31 | Add into mob_db weapot type attacks modifier. | Andrei Karas | 1 | -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-02 | Update function hook prototypes for support new hercules. | Andrei Karas | 1 | -10/+12 | |
2016-05-02 | Add into all files where need #include "plugins/HPMHooking.h" | Andrei Karas | 1 | -0/+2 | |
2016-04-28 | Fix different warnings. | Andrei Karas | 1 | -3/+3 | |
2016-03-02 | Dehardcode mob ai flag MD_SURVIVE_WITHOUT_MASTER and change it value. | Andrei Karas | 1 | -2/+4 | |
2016-02-18 | Update for support latest hercules. | Andrei Karas | 1 | -3/+4 | |
2016-02-06 | Update plugin for support latest hercules. | Andrei Karas | 1 | -4/+2 | |
2015-10-18 | Rename malloc.h to memmgr.h in includes. | Andrei Karas | 1 | -1/+1 | |
2015-10-12 | Add support for mob ai attribute SurviveWithoutMaster. | Andrei Karas | 1 | -0/+14 | |
2015-10-12 | Add mob db field 'WalkMask' for now unused. | Andrei Karas | 1 | -0/+21 | |
2015-09-28 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2015-08-16 | Fix compilation after HPM update in server. | Andrei Karas | 1 | -0/+2 | |
2015-07-04 | Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵ | Andrei Karas | 1 | -0/+48 | |
hercules. |