Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 04-02-2005, 11:10 AM   #1 (permalink)
 
Join Date: Jul 2004
Posts: 22
Default Start place

How to select the player starting place? I would like them to start in a welcoming centre or something like it. Help?
Golemi is offline   Reply With Quote
Old 04-02-2005, 12:25 PM   #2 (permalink)
 
Join Date: Jan 2005
Age: 45
Posts: 176
Default

Quote:
Originally Posted by Golemi
How to select the player starting place? I would like them to start in a welcoming centre or something like it. Help?
the changes would need to be in the characterCreation.cs file, this is in your runuo/scripts/multi folder, make sure you make a backup before making any changes.

there have been post on changing the starting location like this one from Lysdexic:
in charactercreation.cs change this:
Code:
CityInfo city = GetStartLocation( args, young );
//CityInfo city = new CityInfo( "Britain", "Sweet Dreams Inn", 5211, 1058, 0, Map.Felucca );
to this:
Code:
//CityInfo city = GetStartLocation( args, young );
CityInfo city = new CityInfo( "Starting Room", "Starting Room", 2936, 3353, 17, Map.Felucca );
this is just one post in a search in this thread:
How do I change the Stat Gain?

keep searching and reading, you will find tons of information helping you do what you want.
Gator81 is offline   Reply With Quote
Old 04-02-2005, 12:32 PM   #3 (permalink)
Newbie
 
Join Date: Apr 2005
Age: 20
Posts: 17
Default

Hey Gator What happens if it is in a place that u made like in the water for a starting loctation wat do u do then
Pepper is offline   Reply With Quote
Old 04-03-2005, 06:33 PM   #4 (permalink)
 
Join Date: Feb 2005
Age: 22
Posts: 115
Default

You actually have to create the room Pepper, lol. If you want to change the location, go to the location you want, type [where and put the coords in here:
Code:
CityInfo city = new CityInfo( "Starting Room", "Starting Room", X-coords, Y-coords, Z-coords, Map.Felucca );
If you want them to start in Tram/Ilsh/Malas change the Map.Felucca to the Map.(facet name).
GG521 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