--- deliantra/server/include/plugin.h 2006/03/06 22:59:26 1.4 +++ deliantra/server/include/plugin.h 2006/08/14 04:22:04 1.10 @@ -89,9 +89,18 @@ #define EVENT_MAPLOAD 30 /* Original map has been loaded */ #define EVENT_MAPOUT 31 /* Map has been swapped out */ #define EVENT_MAPIN 32 /* Temporary map has been swapped in */ +#define EVENT_MAPCLEAN 33 /* Temporary map will be deleted */ +#define EVENT_PLAYER_LOAD 34 /* Player was just loaded from disk */ +#define EVENT_PLAYER_SAVE 35 /* Player was just saved to disk */ +#define EVENT_PLAYER_USE_SKILL 36 /* player was just trying to use a skill */ +#define EVENT_MONSTER_USE_SKILL 37 /* monster was just trying to use a skill*/ +#define EVENT_FIND_UNARMED_SKILL 38 /* lets a plugin find the unarmed skill */ +#define EVENT_EXTCMD 39 /* Low-Level socket command */ +#define EVENT_CAST_SPELL 40 /* Something successfully casted a spell */ +#define EVENT_DROP_ON 41 /* Something was dropped on this (floor) */ /* should add FREE_MAP, FREE_PLAYER */ -#define NR_EVENTS 33 +#define NR_EVENTS 42 #include