Go Back   RunUO - Ultima Online Emulation > RunUO > FAQ Forum

FAQ Forum A place to find answers to the most frequently asked questions, and a place to post said answers. Do NOT use this forum to ask questions.

Reply
 
Thread Tools Display Modes
Old 06-28-2008, 04:08 AM   #1 (permalink)
Lurker
 
Join Date: Jun 2007
Age: 23
Posts: 6
Default Customize your server's welcome message!

Alright, in this tutorial you will learn how to edit your server's welcome message, the message that players get once their client connects to your server.

Open your RunUO directory and go to Scripts > Misc> WelcomeTimer.cs. Once here, Ctrl + F and search for the following:
Code:
new string[]
				{	//Yes, this message is a pathetic message, It's suggested that you change it.
Now, you will notice that there is a message wrapped in quotation marks (" "), change it to whatever you want players to see when they connect to your server. Here's an example:
Code:
"Welcome to the Super Happy Fun Time server! You have a world full of positive, fun at your disposal!",
"Please enjoy your stay."
Notice that after the first phrase in quotation marks there is a comma (,). This tells the server to start a new paragraph after the first one is displayed. All your quoted phrases must have a comma at the end of the line or your server will not compile correctly. The only line that doesn't end with a comma is the last quoted line.

You now have the information, put whatever you want in there!
__________________
Owner of the Frozen Sun shard
"Don't believe in falling, but rising every time you fall."
Necrossis is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5