MMOCoin

Likes Likes:  0
Results 1 to 6 of 6

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Contributor
    Bing's Avatar
    Join Date
    Jul 2010
    Posts
    103
    Post Thanks / Like
    Rep Power
    17
    Reputation
    103

    How to Change the ArcEmu Message at Startup

    How to Change the Startup Message

    It's in your src directory in arcemu-world. You have to edit CharacterHandler.cpp. I say to the leave the current message, but to add a line of text about your server as well.



    Code:
    // Revision
    _player->BroadcastMessage("Revision: %s%u, Welcome to QualityWoW!", MSG_COLOR_CYAN, BUILD_REVISION); 
    // Bugs
    _player->BroadcastMessage("Bugs: Please Send all bugs/problems to the Staff of QualityWoW!", MSG_COLOR_***HOTPINK);
    // Recruiting message
    _player->BroadcastMessage(RECRUITING);
    // Shows Online players, and connection peak
    _player->BroadcastMessage("Online Players: %s%u |rPeak: %s%u|r Accepted Connections: %s%u",
    MSG_COLOR_***GREEN, sWorld.GetSessionCount(), MSG_COLOR_***BLUE, sWorld.PeakSessionCount, MSG_COLOR_***BLUE, sWorld.mAcceptedConnections);



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Elite Member
    Dimman's Avatar
    Join Date
    Apr 2009
    Posts
    1,091
    Post Thanks / Like
    Rep Power
    22
    Reputation
    319
    I remember when someone posted this on mmown and Hasbro enraged and trashed the thread :]
    No touching please.

  4. #3
    Banned

    Join Date
    Aug 2008
    Location
    Scotland
    Posts
    652
    Post Thanks / Like
    Rep Power
    0
    Reputation
    103
    As long as it helps some people then it's worth it really.

  5. #4
    Contributor
    Bing's Avatar
    Join Date
    Jul 2010
    Posts
    103
    Post Thanks / Like
    Rep Power
    17
    Reputation
    103
    This is just an updated version as it used to look like this in the CharacterHandler.Cpp:

    Code:
    #ifdef WIN32
        _player->BroadcastMessage("Powered by: %sArcEmu %s r%u/%s-Win-%s %s(Please report ALL bugs to ArcEmu.org/forums/)", MSG_COLOR_WHITE, BUILD_TAG,
            BUILD_REVISION, CONFIG, ARCH, MSG_COLOR_LIGHTBLUE);        
    #else
        _player->BroadcastMessage("Powered by: %sArcEmu %s r%u/%s-%s %s(Please report ALL bugs to ArcEmu.org/forums/)", MSG_COLOR_WHITE, BUILD_TAG,
            BUILD_REVISION, PLATFORM_TEXT, ARCH, MSG_COLOR_LIGHTBLUE);
    #endif
    Leecher - 01/07/10!
    Active Member - 05/07/10!
    Moderator - 14/08/10!
    Contributor - 15/09/10!

  6. #5
    Beginner

    Join Date
    Aug 2010
    Posts
    16
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1
    Thanks for this, but why does it always say

    "Online: 1, Peak:" and stuff like that. Is that in the startup message?

  7. #6
    Elite Member
    Dimman's Avatar
    Join Date
    Apr 2009
    Posts
    1,091
    Post Thanks / Like
    Rep Power
    22
    Reputation
    319
    Quote Originally Posted by Vodca View Post
    Thanks for this, but why does it always say

    "Online: 1, Peak:" and stuff like that. Is that in the startup message?
    no the "Welcome to an arcemu based server ArcEmu - World of Warcraft server software package - Open Source Private Server - 3.3.5a rev: 101" something
    you can also edit the peak / remove it.
    No touching please.

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •