Please Log in or Create an account to join the conversation.
rudeboyrave wrote: in act.informative.c in function list_one_char search for FROZEN and below the frozen flag pop in something like this
Code:if (!IS_NPC(i) && PRF_FLAGGED(i, PRF_FROZEN)) send_to_char(ch, "(FROZEN)"); + if (IS_NPC(i) && GET_MOB_SPEC(i) == questmaster) + send_to_char(ch, "(!)");
that will put a (!) in front of any questmasters seen in game.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
in act.informative.c in function list_one_char
Please Log in or Create an account to join the conversation.
tbaMUD © 2024