summaryrefslogtreecommitdiff
path: root/src/emap/status.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-18Implement SC_HALT_REGENERATION. Move SC IDs because this one is saved to SQL.Jesusaves1-1/+16
2021-04-10This will be the next generation of rebirth system (trait-based).Jesusaves1-0/+15
2020-07-13my bad; wrong enumgumi1-1/+1
2020-07-13fix the hooks for npc->unload and mob->spawn_dataset, remove the unused hook ...gumi1-20/+0
2020-07-13skill icons are now defined in skills.confgumi1-14/+1
2020-02-01Extend SI table as needed for serverdata!222Jesusaves1-0/+11
2019-01-23Update from herculesAndrei Karas1-1/+1
2018-04-19Use configured respawn hp for all jobs.Andrei Karas1-0/+10
2017-11-07Update from new hercules.Andrei Karas1-13/+2
2017-04-11Add todo about item options for charm items.Andrei Karas1-1/+1
2016-12-13Fix plugin after server update.Andrei Karas1-1/+1
2016-07-10Remove hooking from function status_readdb_scconfig. Now it went to hercules.Andrei Karas1-21/+0
2016-07-10Fix compilation warnings.Andrei Karas1-2/+2
2016-07-10Add bit field 0x100 into sc_config.txt for allow see sc effect for all players.Andrei Karas1-0/+26
2016-07-10Dont send additional effects on SC_PHYSICAL_SHIELD changes.Andrei Karas1-8/+6
2016-07-06Remove copy/paste static method from server to plugin (eset_sc)Andrei Karas1-20/+4
2016-07-05add Physical Shield Skill (id 20001)Joseph Botosh1-1/+109
2016-06-28Fix memory leak if npc change class.Andrei Karas1-0/+11
2016-06-19Allow full npc copy in instances.Andrei Karas1-7/+4
2016-05-02Update function hook prototypes for support new hercules.Andrei Karas1-13/+14
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-30Add missing checks.Andrei Karas1-0/+3
2016-02-18Update for support latest hercules.Andrei Karas1-1/+1
2015-10-19Add fixed bonuses for new mounts.Andrei Karas1-0/+12
2015-10-18Rename malloc.h to memmgr.h in includes.Andrei Karas1-1/+1
2015-10-05For all npc in init state set .id variable to bl->id.Andrei Karas1-0/+12
2015-10-01Add missing post suffix.Andrei Karas1-3/+3
2015-09-28Update copyright year.Andrei Karas1-1/+1
2015-08-19Fix compilation errors after last changes.Andrei Karas1-2/+4
2015-08-16Fix compilation after HPM update in server.Andrei Karas1-0/+2
2015-08-14Add basic support for charm items (If item present in inventory it give own b...Andrei Karas1-0/+41
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with herc...Andrei Karas1-0/+70