Welcome Message Updated

Results 1 to 8 of 8
  1. #1
    Valued Member Blasteh is offline
    MemberRank
    Apr 2013 Join Date
    127Posts

    Welcome Message Updated

    How can I get an updated welcome message like this? I am using the emulator revision PRODUCTION-201610052203-260805057. I am looking to get my welcome message like below...


    Screenshot by Lightshot


  2. #2
    The **** Keiz is offline
    MemberRank
    Nov 2015 Join Date
    238Posts

    Re: Welcome Message Updated

    Assuming you are using Plus Emulator as your signature's hotel ad gives away,

    Code:
                        //if (!string.IsNullOrWhiteSpace(PlusEnvironment.GetDBConfig().DBData["welcome_message"]))
                        //    SendMessage(new MOTDNotificationComposer(PlusEnvironment.GetDBConfig().DBData["welcome_message"]));
    This is Plus' original code for welcome messaging, as you can see it's from the db, so change your welcome message in your database, in a table named something like `server_status` or `server_settings`

  3. #3
    Valued Member Blasteh is offline
    MemberRank
    Apr 2013 Join Date
    127Posts

    note Re: Welcome Message Updated

    Quote Originally Posted by Keiz View Post
    Assuming you are using Plus Emulator as your signature's hotel ad gives away,

    Code:
                        //if (!string.IsNullOrWhiteSpace(PlusEnvironment.GetDBConfig().DBData["welcome_message"]))
                        //    SendMessage(new MOTDNotificationComposer(PlusEnvironment.GetDBConfig().DBData["welcome_message"]));
    This is Plus' original code for welcome messaging, as you can see it's from the db, so change your welcome message in your database, in a table named something like `server_status` or `server_settings`
    I know how to change a welcome message, but that's not what I'm implying.


    Here is the old-style message: Screenshot by Lightshot
    I want the new welcome_message as stated in the OP.

  4. #4
    The **** Keiz is offline
    MemberRank
    Nov 2015 Join Date
    238Posts

    Re: Welcome Message Updated

    Quote Originally Posted by Blasteh View Post
    I know how to change a welcome message, but that's not what I'm implying.


    Here is the old-style message: Screenshot by Lightshot
    I want the new welcome_message as stated in the OP.
    You literally asked for a "new welcomes message".
    Very vague question, since it has nothing to do with your production at all.

    Anyways, in stead of sending a MOTDNotificationComposer, send a BroadcastMessageAlertComposer.

  5. #5
    Valued Member Blasteh is offline
    MemberRank
    Apr 2013 Join Date
    127Posts

    Re: Welcome Message Updated

    Quote Originally Posted by Keiz View Post
    You literally asked for a "new welcomes message".
    Very vague question, since it has nothing to do with your production at all.

    Anyways, in stead of sending a MOTDNotificationComposer, send a BroadcastMessageAlertComposer.
    Where would I edit that, in MOTDNotificationComposer.cs?

    - - - Updated - - -

    Nevermind, found it! Was in gameclient.cs

  6. #6
    Apprentice Akix is offline
    MemberRank
    Nov 2016 Join Date
    10Posts

    Re: Welcome Message Updated

    Bro, I changed the style of MOTDNotification in the Habbo.swf by HabboUI. Change the style for 3.

  7. #7
    Valued Member Blasteh is offline
    MemberRank
    Apr 2013 Join Date
    127Posts

    Re: Welcome Message Updated

    Quote Originally Posted by Akix View Post
    Bro, I changed the style of MOTDNotification in the Habbo.swf by HabboUI. Change the style for 3.
    What..?

  8. #8
    Apprentice Akix is offline
    MemberRank
    Nov 2016 Join Date
    10Posts

    Re: Welcome Message Updated

    This is my style of MOTDNotification, if you want yours to stay like this, send me a message on skype. live:akix_5



Advertisement