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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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