Remove/Disable/Edit: "Powered By: ArcEmu" messages menu

User Tag List

Results 1 to 8 of 8
  1. #1
    NeoMarine's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Remove/Disable/Edit: "Powered By: ArcEmu" messages

    Anyone know how to remove the "Powered By: ArcEmu" that comes up constantly... I'm running 3.0.3 WOTLK with the "Ultimate Wotlk Repack". I just need to remove that annoying message if possible.

    Also, there is a file called "arcemu-world.conf", inside it says:

    # Motd
    # This message will be displayed by the server in the chat
    # box every time any user logs on. Colors can be used in the
    # standard WoW format.
    # Default: "No MOTD specified

    Motd = "Welcome to the server!"

    How can I apply "WoW Format" to get colors in Motd string? Say, I'd like blue "Welcome to the server!"... I tried Welcome but that doesn't work... oh well I have it a shot!

    Remove/Disable/Edit: "Powered By: ArcEmu" messages
  2. #2
    Twisted7's Avatar Active Member
    Reputation
    63
    Join Date
    Aug 2008
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you're using a repack, there is no way for you to remove the Powered by message, since that requires a core edit, which requires source code, which the repack does not include. I don't think you should remove the Powered by line in the first place, but whatever.

    As for the message of the day thing, you need to use WoW color codes. WoW color codes work in the following format:
    Code:
    |cAARRGGBB
    Where AA, RR, GG, and BB are two-digit hexadecimal numbers.
    AA = alpha (always use FF for this)
    RR = red
    GG = green
    BB = blue

    Use an online color picker to find the color you want, they usually give you an HTML color code in the form of #RRGGBB. So, for example, to use this color, the HTML color code is #4E4E68, and to use it in WoW you would type:

    |cFF4E4E68Your MotD text here.

    Hope this helps.



    Edit: For a blue welcome message, you'd use the color code |cFF0000FF (255 alpha, 0 red, 0 green, 255 blue). As in:

    |cFF0000FFWelcome to my server!

    Sorry for the nonstop edits I'm making to this post lol, it keeps changing every time you refresh :P

    Last edited by Twisted7; 11-25-2008 at 06:17 PM.

  3. #3
    NeoMarine's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you know how to do other styling such as italics/bold/underline/font-size ?

    +Rep, thanks for that!

    Anyone else have ideas to remove the nag message?

  4. #4
    Twisted7's Avatar Active Member
    Reputation
    63
    Join Date
    Aug 2008
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Glad I could help.

    Unfortunately it is not possible to format server-side text (I don't even think you can do it client-side for that matter). You can mix color codes though, by using |r which is basically like [/font] or </font>. For example, |cFFFF0000Welcome to|r|cFF00FF00my server!

    As for the nag message, it only appears once upon login, so why does it bother you? I just think it would be courteous to leave the message there, you are using ArcEmu's software after all. But if you want to remove it, you've got to compile the core yourself. Sorry :/
    Last edited by Twisted7; 11-25-2008 at 06:29 PM.

  5. #5
    CampStaff's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This information is good, much appreciated.
    +rep

  6. #6
    drew77's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The "Powered by: ArcEmu" message that pops constantly isn't compiled in the core...it's part of the world database in worldbroadcast.sql just open it and remove what you want from it.

  7. #7
    Twisted7's Avatar Active Member
    Reputation
    63
    Join Date
    Aug 2008
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wait wait, you mean there's like a periodic announcement saying Powered by ArcEmu?? That's stupid as hell, I'd remove it too. I thought you were just talking about the message that appears once when you log in.

    If this is your problem, then yes you can remove that one simply by removing it from the worldbroadcast table in your world database. The logon message will still be there but it will get rid of any periodic server-wide nag announcements.
    Last edited by Twisted7; 11-30-2008 at 11:15 AM.

  8. #8
    marcelo_20xx's Avatar Active Member
    Reputation
    25
    Join Date
    Sep 2008
    Posts
    165
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Although I wouldn't recommend editing that line in the core, here is how to remove the login message:

    Find this section in CharacterHandlers.cpp and delete the Powered by....message, save the file a recompile the core.

    Code:
    #ifdef WIN32
    	_player->BroadcastMessage("delete this line", MSG_COLOR_WHITE, BUILD_TAG,
    		BUILD_REVISION, CONFIG, ARCH, MSG_COLOR_LIGHTBLUE);		
    #else
    	_player->BroadcastMessage("delete this line", MSG_COLOR_WHITE, BUILD_TAG,
    		BUILD_REVISION, PLATFORM_TEXT, ARCH, MSG_COLOR_LIGHTBLUE);
    As for the Welcome to my server message you can make a more fancy and colourful message-on-join with a simple Lua Script and it will display across the screen not only in the chatbox.

Similar Threads

  1. Edit GM Commands in ArcEmu
    By nastyguard in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 01-01-2010, 12:21 PM
  2. Remove ban and kick commands from Arcemu?
    By j03l in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 11-18-2009, 06:54 PM
  3. Runic Power Fix ARCemu
    By emil090 in forum WoW EMU General Releases
    Replies: 26
    Last Post: 01-05-2009, 10:11 PM
  4. How to remove "Powered by ArcEmu" message at login
    By pcrew in forum WoW EMU Guides & Tutorials
    Replies: 12
    Last Post: 12-30-2008, 03:35 PM
All times are GMT -5. The time now is 05:39 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search