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.10 by root, Mon Mar 20 06:16:14 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.10 2006/03/20 06:16:14 root 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines