--- deliantra/server/include/define.h 2006/12/20 12:13:48 1.24 +++ deliantra/server/include/define.h 2006/12/20 13:07:13 1.25 @@ -198,7 +198,7 @@ */ #define GEM 60 -/*#define FIRECHEST 61*/ /* FIRECHEST folded into FIREWALL */ +/*#define FIRECHEST 61*/ /* FIRECHEST folded into FIREWALL */ #define FIREWALL 62 #define ANVIL 63 @@ -221,22 +221,31 @@ #define SKILL_TOOL 74 /* Allows the use of a skill */ #define LIGHTER 75 -/* The trap_part, wall, light_source, misc_object, monster, and spawn_generator - * types are not used in any archetypes, and should perhaps be removed. - * elmex: haha, removed TRAP_PART now. renamed WALL to BUILDABLE_WALL +/* random crossfire developer: The trap_part, wall, light_source, + * misc_object, monster, and spawn_generator + * types are not used in any archetypes, + * and should perhaps be removed. + * + * Wed Dec 20 13:35:24 CET 2006: + * elmex: haha, removed TRAP_PART, LIGHT_SOURCE, MONSTER and SPAWN_GENERATOR now. + * monsters are marked by FLAG_MONSTER and generator with FLAG_GENERATOR. + * renamed WALL to BUILDABLE_WALL. */ -/*#define TRAP_PART 76 */ /* Needed by set traps skill -b.t. */ +//#define TRAP_PART 76 /* Needed by set traps skill -b.t. */ + +#define BUILDABLE_WALL 77 /* this is a buildable wall */ + +//#define LIGHT_SOURCE 78 /* torches, lamps, etc. */ -#define BUILDABLE_WALL 77 /* this is a buildable wall */ -#define LIGHT_SOURCE 78 /* torches, lamps, etc. */ #define MISC_OBJECT 79 /* misc. objects are for objects without a function in the engine. Like statues, clocks, chairs,... If perhaps we create a function where we can sit on chairs, we create a new type and remove all chairs from here. */ -#define MONSTER 80 /* yes, thats a real, living creature */ -#define SPAWN_GENERATOR 81 /* a spawn point or monster generator object */ +//#define MONSTER 80 /* yes, thats a real, living creature */ +//#define SPAWN_GENERATOR 81 /* a spawn point or monster generator object */ + #define LAMP 82 /* a lamp */ #define DUPLICATOR 83 /* duplicator/multiplier object */ #define TOOL 84 /* a tool for building objects */