Go Back   RunUO - Ultima Online Emulation > RunUO > New Join Forum

New Join Forum So your new to RunUO and looking to work with people that are new, this is the place.

Reply
 
Thread Tools Display Modes
Old 12-25-2006, 11:09 PM   #1 (permalink)
Forum Newbie
 
Join Date: Dec 2006
Posts: 13
Default Complete World Deletion!

I haven't ran a shard since Sphere was out, then it came with buildings only, now the whole world is spawned and i'm wondering how can I delete all NPC's, animals, monsters, ect. and still keep buildings. Any information will be very helpful.. Thanks very much!
michael40906 is offline   Reply With Quote
Old 12-25-2006, 11:14 PM   #2 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

If the whole 'world' is spawned, you have added scripts above and beyond the RunUO install.
Malaperth is offline   Reply With Quote
Old 12-25-2006, 11:26 PM   #3 (permalink)
Forum Newbie
 
Join Date: Dec 2006
Posts: 13
Default

Only thing I did was installed everything it asked for on the Runuo downloads, is there a certain thing I shouldn't add to my C:\runuo folder?
michael40906 is offline   Reply With Quote
Old 12-26-2006, 12:43 AM   #4 (permalink)
Forum Expert
 
DreamCatcher's Avatar
 
Join Date: Jan 2006
Location: Kenaz:The Rebirth...You'll find it on ConnectUO ;)
Posts: 1,637
Default

Well that is strange...I downloaded a server to play around on and nothing was spawned...Its a empty world.....No monsters, no npc's, nothing...but buildings.
__________________
**Fun things to do**
Put decaf in the coffee maker for 3 weeks. Once everyone has gotten over their caffeine addictions, switch to espresso.:D :eek:
DreamCatcher is offline   Reply With Quote
Old 12-26-2006, 02:08 AM   #5 (permalink)
Forum Newbie
 
Join Date: Dec 2006
Posts: 13
Default

Ah, I figured it out, now I can't get it online so friends can play..dunno...looked in serverlist.cs file the same way as the guide said and still can't get it goin...
Here is what it looks like forgive me if it's right in front of my eyes but, it don't say anything about public const string Address = null like it says in tutorial

public class ServerList
{
/* Address:
*
* The default setting, a value of 'null', will attempt to detect your IP address automatically:
* private const string Address = null;
*
* This detection, however, does not work for servers behind routers. If you're running behind a router, put in your IP:
* private const string Address = "null";
*
* If you need to resolve a DNS host name, you can do that too:
* private const string Address = "shard.host.com";
*/

public static readonly string Address = null;

public const string ServerName = "Servernamehere";

public static void Initialize()
{
Listener.Port = 2593;

EventSink.ServerList += new ServerListEventHandler( EventSink_ServerList );
}

public static void EventSink_ServerList( ServerListEventArgs e )
{
try
{
IPAddress ipAddr;

if ( Resolve( Address != null && !IsLocalMachine( e.State ) ? Address : Dns.GetHostName(), out ipAddr ) )
e.AddServer( ServerName, new IPEndPoint( ipAddr, Listener.Port ) );
else
e.Rejected = true;

Last edited by michael40906; 12-26-2006 at 02:25 AM.
michael40906 is offline   Reply With Quote
Old 12-26-2006, 04:33 AM   #6 (permalink)
Forum Expert
 
WeEzL's Avatar
 
Join Date: Apr 2006
Location: The Great White North!
Age: 34
Posts: 887
Default

On the line that says:
Code:
public static readonly string Address = null;
you will have to edit that to add in your public IP address (in quotes)... so after you're done, it should look something like:
Code:
public static readonly string Address = "12.34.56.78";
__________________
I R GEEK!
WeEzL is offline   Reply With Quote
Old 12-26-2006, 12:43 PM   #7 (permalink)
Forum Newbie
 
Join Date: Dec 2006
Posts: 13
Default

Hrm, did that and it now shows an error.
+misc/serverlist.cs:
CS1002: Line 23: ; expected
michael40906 is offline   Reply With Quote
Old 12-26-2006, 12:54 PM   #8 (permalink)
Forum Expert
 
WeEzL's Avatar
 
Join Date: Apr 2006
Location: The Great White North!
Age: 34
Posts: 887
Default

Quote:
Originally Posted by michael40906 View Post
Hrm, did that and it now shows an error.
+misc/serverlist.cs:
CS1002: Line 23: ; expected
Don't forget the semicolon at the end of the line. Make sure it looks exactly like the line I posted except that you should have your own public IP in the quotes.
__________________
I R GEEK!
WeEzL is offline   Reply With Quote
Old 12-26-2006, 01:06 PM   #9 (permalink)
Forum Newbie
 
Join Date: Dec 2006
Posts: 13
Default

Ok, thanks got that fixed, now...logging into my server.. Do I just goto uogateway/New Local server, add my ip into the ip and port line then I should be able to connect?
michael40906 is offline   Reply With Quote
Old 12-26-2006, 01:26 PM   #10 (permalink)
Forum Master
 
Joeku's Avatar
 
Join Date: Feb 2005
Location: ShatteredSosaria.com
Posts: 9,260
Default

Quote:
Originally Posted by michael40906 View Post
Ok, thanks got that fixed, now...logging into my server.. Do I just goto uogateway/New Local server, add my ip into the ip and port line then I should be able to connect?
No, don't use UOGateway. Use ConnectUO or Razor.
Joeku is offline   Reply With Quote
Old 12-26-2006, 01:35 PM   #11 (permalink)
Forum Newbie
 
Join Date: Dec 2006
Posts: 13
Default

I'm not doing anything right, everything used to be easy...but why not connect to UoGateway? there is no new patches added to the server or anything, now razor won't let it log into my server...dunno what it is doing..
michael40906 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