Welcome to the Builder Academy

Question act.informative.c

More
31 Jan 2017 11:59 #6560 by JTP
act.informative.c was created by JTP
Hi

I have this:

if (IS_NPC(i) && MOB_FLAGGED(i, MOB_RARE))
send_to_char(ch, "(RARE)");

in act.informative.c

It Works, unless a mob is flying. Then it doesnt show the rare...what to do ?

Please Log in or Create an account to join the conversation.

More
31 Jan 2017 20:44 #6563 by thomas
Replied by thomas on topic act.informative.c
Pretty sure something is odd just above those lines.

Please Log in or Create an account to join the conversation.

More
31 Jan 2017 22:12 #6564 by WhiskyTest
Replied by WhiskyTest on topic act.informative.c
Probably just need to add those lines of code outside of the default position braces.. either just after where the "leader" : "group" part is, or down where the groping blind things happen..

Please Log in or Create an account to join the conversation.

Time to create page: 0.219 seconds