Jump to content
Sign in to follow this  
lipitb

@reloadscript Message Global

Recommended Posts

Good night!
I apologize if you're posting in the wrong session, and if the translation is not good. I am Brazilian.
I share with you my modification in source.
 
In my hercules emulator upgraded in its latest version, the command @reloadscript shows no overall message independent of the configuration file src/map/atcommand.c
//atcommand_broadcast( fd, sd, "@broadcast", "You will feel a bit of lag at this point !" );
 
Solution:
 
replace:
//atcommand_broadcast( fd, sd, "@broadcast", "You will feel a bit of lag at this point !" );
 
to:
clif_broadcast(&sd->bl, "LOADING MESSAGE HERE", 150, 0, ALL_CLIENT);
So ask for a programmer to call the message file message.conf.

Share this post


Link to post
Share on other sites

Join the conversation

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

Guest
Reply to this topic...

×   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.