mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-10 10:04:20 +01:00
tbaMUD 3.54
[Oct 04 2007] - Rumble Changed autoexit to display doors as Exits: n (e) w s. DISP_CLOSED_DOORS added to cedit. Added rcopy, ocopy, etc. for all forms of OLC. (thanks Neme) [Oct 01 2007] - Rumble Added trigedit variables %zonename% and %zonenumber%. (thanks Drefs) Fixed memory leak in do_dig. (thanks Neme) Added trigedit variables %roomflag% and object %affects%. (thanks Jamdog) [Sep 27 2007] - Rumble Update to do_hit to prevent crash if the player is AFF_CHARM somehow without a master. (thanks Jamdog) Removed alias.c. New ASCII aliases handled in players.c and saved in plrfiles.
This commit is contained in:
parent
1f7a7b4182
commit
40b643b7d5
35 changed files with 798 additions and 540 deletions
|
|
@ -108,10 +108,9 @@ void char_from_furniture(struct char_data *ch);
|
|||
/* get_filename() */
|
||||
#define CRASH_FILE 0
|
||||
#define ETEXT_FILE 1
|
||||
#define ALIAS_FILE 2
|
||||
#define SCRIPT_VARS_FILE 3
|
||||
#define PLR_FILE 4
|
||||
#define MAX_FILES 5
|
||||
#define SCRIPT_VARS_FILE 2
|
||||
#define PLR_FILE 3
|
||||
#define MAX_FILES 4
|
||||
|
||||
/* breadth-first searching */
|
||||
#define BFS_ERROR (-1)
|
||||
|
|
@ -548,6 +547,7 @@ void char_from_furniture(struct char_data *ch);
|
|||
#define CONFIG_OK config_info.play.OK
|
||||
#define CONFIG_NOPERSON config_info.play.NOPERSON
|
||||
#define CONFIG_NOEFFECT config_info.play.NOEFFECT
|
||||
#define CONFIG_DISP_CLOSED_DOORS config_info.play.disp_closed_doors
|
||||
|
||||
/* Crash Saves */
|
||||
#define CONFIG_FREE_RENT config_info.csd.free_rent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue