ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/plugin.h
(Generate patch)

Comparing deliantra/server/include/plugin.h (file contents):
Revision 1.12 by root, Fri Aug 25 17:11:53 2006 UTC vs.
Revision 1.13 by root, Sat Aug 26 08:44:06 2006 UTC

76#define EVENT_TELL 25 /* A player 'tell' something. */ 76#define EVENT_TELL 25 /* A player 'tell' something. */
77#define EVENT_MUZZLE 26 /* A player was Muzzled (no_shout set). */ 77#define EVENT_MUZZLE 26 /* A player was Muzzled (no_shout set). */
78#define EVENT_KICK 27 /* A player was Kicked by a DM */ 78#define EVENT_KICK 27 /* A player was Kicked by a DM */
79//#define EVENT_PLAYER_USE_SKILL 36 /* player was just trying to use a skill */ 79//#define EVENT_PLAYER_USE_SKILL 36 /* player was just trying to use a skill */
80//#define EVENT_MONSTER_USE_SKILL 37 /* monster was just trying to use a skill*/ 80//#define EVENT_MONSTER_USE_SKILL 37 /* monster was just trying to use a skill*/
81#define EVENT_FIND_UNARMED_SKILL 38 /* lets a plugin find the unarmed skill */
82#define EVENT_DROP_ON 41 /* Something was dropped on this (floor) */ 81#define EVENT_DROP_ON 41 /* Something was dropped on this (floor) */
83/* should add FREE_MAP, FREE_PLAYER */ 82/* should add FREE_MAP, FREE_PLAYER */
84 83
85#define NR_EVENTS 42 84#define NR_EVENTS 42
86 85

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines