--- deliantra/server/include/config.h 2006/03/20 06:16:14 1.10 +++ deliantra/server/include/config.h 2006/04/14 22:19:52 1.14 @@ -84,6 +84,11 @@ */ #define COZY_SERVER 1 +/* + * Make it impossible to pk outside the arena. + */ +#define PROHIBIT_PLAYERKILL 1 + /* Use balanced stat loss code? * This code is a little more merciful with repeated stat loss at lower * levels. Basically, the more stats you have lost, the less likely that @@ -208,8 +213,8 @@ * MSW 2001-05-28 */ -#define MAP_CLIENT_X 25 -#define MAP_CLIENT_Y 25 +#define MAP_CLIENT_X 31 +#define MAP_CLIENT_Y 31 /* * If you feel the game is too fast or too slow, change MAX_TIME.