I've been trying to add a new affect to my mud called Aura.
but I get a Unknown flag when I try to mset it. I added Aff_Aura to Mud.h, I added "aura" to a_flags in build.c, and I added to handler.c, and compiled but it gives me an unknown flag error.
Also, how do I make it that when a player looks at another player, he/she sees if they are affected by something (ex. aura) What kind of code do I add to the Show_char_to_char_1 in act_info?
but I get a Unknown flag when I try to mset it. I added Aff_Aura to Mud.h, I added "aura" to a_flags in build.c, and I added
if ( xIS_SET(*vector, AFF_AURA )) strcat( buf, " aura" );Also, how do I make it that when a player looks at another player, he/she sees if they are affected by something (ex. aura) What kind of code do I add to the Show_char_to_char_1 in act_info?