What file do I have to edit to change what the server says when you log on? Like when it says there is x amount of players online and server has been on for x amount of time.
What file do I have to edit to change what the server says when you log on? Like when it says there is x amount of players online and server has been on for x amount of time.
characterhandler.cpp
Just ctrl F, search for the welcome message and all the other parts are at the same place.
Thanks+rep
Alright I got most of it, but where is the info: <message> located now. Not the MoTD.
Info: Arcemu is recruiting developers: Join us on irc.**************.com:6667 #arcemu, this message is not.
Last edited by EmuX; 02-04-2010 at 05:58 PM.
Not found in characterhandler.cpp ...
Edit: Found it in StdAfx.cpp
Last edited by EmuX; 02-04-2010 at 11:00 PM.
If you had gone to the section in the character handler where all the messages are sent you would of seen something like:
"RecruiterMessage" // Here we send the recruitment message
etc. Just read a bit, if you don't find an exact word then don't assume it's not in there >_<.