Home
last modified time | relevance | path

Searched refs:RID_QUEST (Results 1 – 3 of 3) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dquests.c2801 …if (p_ptr->request_id >= RID_QUEST && p_ptr->request_id <= RID_QUEST_ACQUIRE + MAX_Q_IDX - 1) p_pt…
2964 …if (p_ptr->request_id >= RID_QUEST && p_ptr->request_id <= RID_QUEST_ACQUIRE + MAX_Q_IDX - 1) p_pt…
3601 Send_delayed_request_str(Ind, RID_QUEST + q_idx, "? (blank for more)> ", "");
3606 Send_delayed_request_cfr(Ind, RID_QUEST + q_idx, "? (choose yes or no)>", FALSE);
3608 Send_delayed_request_str(Ind, RID_QUEST + q_idx, "?> ", "");
H A Dxtra1.c8601 if (id >= RID_QUEST) {
8603 quest_reply(Ind, id - RID_QUEST, str);
8679 else if (id >= RID_QUEST) {
8685 quest_reply(Ind, id - RID_QUEST, str);
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h8106 #define RID_QUEST 100 /* this is a broadband RID, going from its value up to value+MAX_Q_IDX-1 */ macro
8107 #define RID_QUEST_ACQUIRE (RID_QUEST + MAX_Q_IDX) /* this is a broadband RID, going from its value …