mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-20 17:20:12 +01:00
Added Questpoints. --Rumble
This commit is contained in:
parent
140fcc2be1
commit
48a2738d6a
16 changed files with 149 additions and 204 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue