Jump to content
  • 0
Sign in to follow this  
hadiesyafiq

How to change some message.conf to be self broadcast script?

Question

hi all how to make this message to be broadcast message?

 

on message.conf (1229 message) i want it be broadcast

here on atcommand.c

clif->message(sd->fd, msg_fd(fd,1229)); // Your group has changed.

 

here is example broadcast message.conf (896 message)

on clif.c

safesnprintf(output, sizeof(output), msg_sd(sd, 896), sd->status.mod_exp, sd->status.mod_drop, sd->status.mod_death);

clif->broadcast2(&sd->bl, output, (int)strlen(output) + 1, 0xffbc90, 0x190, 12, 0, 0, SELF);

 

can someone help me change clif->message(sd->fd, msg_fd(fd,1229)); // Your group has changed. to be broadcast message?

 

thanks in advance

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.