--- deliantra/server/include/config.h 2006/03/20 06:16:14 1.10 +++ deliantra/server/include/config.h 2006/04/07 22:44:11 1.12 @@ -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 63 +#define MAP_CLIENT_Y 63 /* * If you feel the game is too fast or too slow, change MAX_TIME.