mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-01 10:30:16 +01:00
New Group System, Room Events, and Event System Efficiency Upgrade... and a couple bug fixes.
This commit is contained in:
parent
82da0e8063
commit
a2aaab144f
32 changed files with 612 additions and 322 deletions
|
|
@ -18,6 +18,7 @@
|
|||
#define EVENT_WORLD 0
|
||||
#define EVENT_DESC 1
|
||||
#define EVENT_CHAR 2
|
||||
#define EVENT_ROOM 3
|
||||
|
||||
#define NEW_EVENT(event_id, struct, var, time) (attach_mud_event(new_mud_event(event_id, struct, var), time))
|
||||
|
||||
|
|
@ -25,6 +26,7 @@ typedef enum {
|
|||
eNULL,
|
||||
ePROTOCOLS, /* The Protocol Detection Event */
|
||||
eWHIRLWIND, /* The Whirlwind Attack */
|
||||
eSPL_DARKNESS, /* Darkness Spell */
|
||||
} event_id;
|
||||
|
||||
struct mud_event_list {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue