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

Comparing deliantra/server/include/config.h (file contents):
Revision 1.9 by elmex, Wed Mar 15 15:35:50 2006 UTC vs.
Revision 1.11 by root, Fri Mar 24 06:06:22 2006 UTC

1/* 1/*
2 * static char *rcsid_config_h = 2 * static char *rcsid_config_h =
3 * "$Id: config.h,v 1.9 2006/03/15 15:35:50 elmex Exp $"; 3 * "$Id: config.h,v 1.11 2006/03/24 06:06:22 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
81 * Defining the COZY_SERVER will make the server much less challenging: 81 * Defining the COZY_SERVER will make the server much less challenging:
82 * no stats loss on death, much less experience loss, and party members 82 * no stats loss on death, much less experience loss, and party members
83 * are treated by pet monsters as the owner itself when moving "through" them. 83 * are treated by pet monsters as the owner itself when moving "through" them.
84 */ 84 */
85#define COZY_SERVER 1 85#define COZY_SERVER 1
86
87/*
88 * Make it impossible to pk outside the arena.
89 */
90#define PROHIBIT_PLAYERKILL 1
86 91
87/* Use balanced stat loss code? 92/* Use balanced stat loss code?
88 * This code is a little more merciful with repeated stat loss at lower 93 * This code is a little more merciful with repeated stat loss at lower
89 * levels. Basically, the more stats you have lost, the less likely that 94 * levels. Basically, the more stats you have lost, the less likely that
90 * you will lose more. Additionally, lower level characters are shown 95 * you will lose more. Additionally, lower level characters are shown
698 */ 703 */
699 704
700/*#define BACKUP_SAVE_AT_HOME*/ 705/*#define BACKUP_SAVE_AT_HOME*/
701 706
702/* RESET_LOCATION_TIME is the number of seconds that must elapse before 707/* RESET_LOCATION_TIME is the number of seconds that must elapse before
703 * we fill return the player to his savebed location. If this is zero, 708 * we will return the player to his savebed location. If this is zero,
704 * this feature is disabled (player will resume where ever he was 709 * this feature is disabled (player will resume where ever he was
705 * when he last logged off). If this is set to less than two hours, 710 * when he last logged off). If this is set to less than two hours,
706 * it will prevent players from camping out in treasure rooms. 711 * it will prevent players from camping out in treasure rooms.
707 * Do not comment this out - it must be set to something - if you 712 * Do not comment this out - it must be set to something - if you
708 * comment this out, the program will not compile. 713 * comment this out, the program will not compile.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines