--- deliantra/server/include/define.h 2006/12/20 03:57:01 1.21 +++ deliantra/server/include/define.h 2006/12/20 11:20:50 1.23 @@ -127,7 +127,7 @@ /*#define FBULLET 10 */ /*#define FBALL 11 */ -#define LIGHTNING 12 +/*#define LIGHTNING 12 */ // elmex: implemented by type 102 subtype 4 #define ARROW 13 #define BOW 14 #define WEAPON 15 @@ -163,10 +163,12 @@ #define TELEPORTER 41 #define CREATOR 42 #define SKILL 43 /* also see SKILL_TOOL (74) below */ -#define EXPERIENCE 44 /* This is basically obsolete now. It used to contain - * experience for broad skill categories. This value - * is now automatically converteed at load time. - */ + +/*#define EXPERIENCE 44*//* This is basically obsolete now. It used to contain + * experience for broad skill categories. This value + * is now automatically converteed at load time. + */ + #define EARTHWALL 45 #define GOLEM 46 @@ -308,7 +310,9 @@ /* #define GPS 162 Ground positionning system, moved to Python plugin */ #define ITEM_TRANSFORMER 163 /* Transforming one item with another */ -#define QUEST 164 /* See below for subtypes */ + +/*#define QUEST 164 */ /* See below for subtypes */ + #define SAFE_GROUND 165 /* This is a safe ground, means that neither bombs, potions, alchemy, or magic works here (elmex) */