Added Questpoints. --Rumble

This commit is contained in:
Rumble 2007-04-02 00:32:54 +00:00
parent 140fcc2be1
commit 48a2738d6a
16 changed files with 149 additions and 204 deletions

View file

@ -773,6 +773,7 @@ struct player_special_data_saved {
ubyte page_length;
int spells_to_learn; /* How many can you learn yet this level*/
int olc_zone;
int questpoints;
};
/* Specials needed only by PCs, not NPCs. Space for this structure is
@ -1017,12 +1018,6 @@ struct trig_proto_list {
struct trig_proto_list *next; /* next trigger */
};
struct guild_info_type {
int pc_class;
room_vnum guild_room;
int direction;
};
/* Config structs */
/* The game configuration structure used for configurating the game play