| lionhorss  Apprentice
 
  
 Posts: 2
 Likes Given: 0
 Likes Received: 0 in 0 posts
 Joined: Aug 2012
 Reputation: 0
 
 
 
 ![]() 
 | 
			| How can I remove welcoming message and change starting point? 
 
				Hello, everyone. I'm kind of new about all these things with scripting and so forth. I know only basic things about it, but hopefully, you could help me.
 I also searched everywhere around the forum, but still couldn't find a similar problem with mine.
 
 I have this problem with welcoming dialog box. When I start UO Client, create a new character for the first time, and enter the game, first I see is a dialog box with welcoming text and it also provides a few descriptions about some regions of the game. It is like a welcoming tutorial or something, because it says something like "Ah yes, you over there. Come here. You seem a bit puzzled. etc." Then you press "Next" and the box says: "Long ago we existed as one society. blablabla...."
 
 Well, anyways, after all descriptions, the game transfers me to the Britain city and I start my game from there, BUT I would like to change this starting point and remove that dialog-tutorial box. I don't know where to look to change that. Can you help me with that?
 |  | 
	| 08-14-2012 05:03 AM |  | 
	
	| ![[+]](images/collapse_collapsed.gif)  
 | 
	
		| WRWR  Journeyman
 
  
   Posts: 212
 Likes Given: 30
 Likes Received: 1 in 1 posts
 Joined: Mar 2012
 Reputation: 1
 
 
 
 ![]() 
 | 
			| RE: How can I remove welcoming message and change starting point? 
 
				\scripts\maps\sphere_map_points0.scp 
Code:
 [STARTS]   // new clientYew
 The Sturdy Bow
 2771,977,0,0
 Minoc
 The Barnacle Tavern
 567,978,0,0
 Britain
 Sweet Dreams Inn
 2477,407,15,0
 Moonglow
 The Scholars Inn
 1496,1629,10,0
 Trinsic
 The Traveller's Inn
 4404,1169,0,0
 Magincia
 The Great Horns Tavern
 2477,407,15,0 // Magincia is empty in OSI, so we use Britain coords.
 Jhelom
 The Morning Star Inn
 3738,2223,20,0
 Skara Brae
 The Falconers Inn
 1378,3817,0,0
 Vesper
 The Ironwood Inn
 594,2227,0,0
 
msgs you can override in sphere_msgs.scp or in clilocs(using cliloc edtor)
			
				
(This post was last modified: 08-14-2012 05:48 AM by WRWR.)
 |  | 
	| 08-14-2012 05:46 AM |  | 
	
	| ![[+]](images/collapse_collapsed.gif)  
 |