RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Starting your own Server

Teagan

Sorceror
Friend told me that the client hangs up. Waiting for his response on client version.
The console tells me that he has connected then disconnected, nothing extra.
My GF tried to connect using a different connection and said she got an IP conflict. She's running the same client version as me (6.0.10.0).

Going to try to get on her laptop and connect again using an external connection.

I did a little digging and found this : http://www.runuo.com/community/threads/question-about-ports.470038/

Pasted a snip of my serverlist.cs if I should try what's in the linked thread.
Code:
        private static bool IsPrivateNetwork( IPAddress ip )
        {
            // 10.0.0.0/8
            // 172.16.0.0/12
            // 192.168.0.0/16
 
            if ( ip.AddressFamily == AddressFamily.InterNetworkV6 )
                return false;
 
            if ( Utility.IPMatch( "192.168.*", ip ) )
                return true;
            else if ( Utility.IPMatch( "10.*", ip ) )
                return true;
            else if ( Utility.IPMatch( "172.16-31.*", ip ) )
                return true;
            else
                return false;
 
Hope someone can help, I've used this guide and started my server in less than 10 minutes, and even had my gf log on with me. But my issue is that we continually fall through the ground in areas with a floor under them, like in front of Britain Keep/Castle, and in Pre-made and custom-made houses, we fall in and have to tele out all the time, can't walk through much. Anyone?
 

Alyssa Dark

Sorceror
could be conflict between what client your running your server on and what client version your logging in with... think i've seen were some people are having issues with houses on newer clients on runuo 2.2 as well...

might help to say what runuo your using along with what client versions, is where i would start looking for map issues fixes...

good luck :)
 
Well it's from this thread, so 2.2 run uo I believe. and I'm at 4.0 client. Is there a list of other Run Uo versions I could find/get?
 
make sure your uo is patched to atleast 7 0 11 0 not sure how much farther you could patch past that, ive heard of people having trouble is they are patched all the way up i could be wrong, i havent researched this in quite a while but id try to start there.
 

koluch

Sorceror
Im at 7.0.23. with the current runuo and no problems here....
I was at 7.0.23.1 with no issues and patched.
I just wanted to patch to the next one to get rid of the snow,k not all the way.
Well..whether you use and patch your current game OR get the new download from UO, it patches you with no option to cancel all the way to 7.0.26.4 :(

Found one main issue off the bat, the area around the champion spawn in Despise is buggered up and players and creatures get stuck falling through, so dont know what to do about that.
With I had stayed with 7.0.23.1 but too late now, just hoping a fix for reading the UOP files for that patch level will be added soon.

Koluch
 

OnyxNyte

Wanderer
ok so i did everything that was told to do in this but i keep geting hung up at the creating char screen it just sits there nothing happens anyone got any idea why?
there is no error just wont full connect....
UM NVM lmao im a bumb@$$ lol i forgot to patch..........
 

OnyxNyte

Wanderer
ok so i got it all up and running and i made a custom scripts folder in my scripts folder to add in some of my own personal scripts but when i log into my test shard the items are not in the game and there is no error message about them being wrong has anything changed in the way of adding in your own or other scripts to gameplay?

im patched to 7.0

RunUO - [www.runuo.com] Version 2.1, Build 4272.35047
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 1 64-bit processor
Scripts: Compiling C# scripts...done (cached)
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...done (2599 items, 553 mobiles) (3.78 seconds)
Regions: Loading...done
World: Loading...done (112986 items, 3524 mobiles) (14.00 seconds)
Restricting client version to 7.0.0.0. Action to be taken: LenientKick
Listening:
Listening:
Listening:
Client: : Connected. [1 Online]
Login:: Valid credentials for 'Talon'
Login: : Account 'Talon' at character list
Core: Using standard save strategy
World: Saving...Closing Save Files...
Save done in 2.51 seconds.

does the red lettering (i made the letters red for this post ) mean that my scripts wont be put into the world and how do i enable useing the -vb ?
 

Alyssa Dark

Sorceror
you mean their not listed if you do '[add itemname' putting part of the name you'd get a list of all items containing that in it... or not getting the exact item if use its exact name?

your custom items put into a customs folder within the scripts folder? those in the runuo folder?

if that's all correct then i'm no help here, wouldn't know what else to look at for that kind of error...
 

OnyxNyte

Wanderer
yes i have put them into the scripts Custom scripts folder like you stated but they dont show as i type in the full name or just part of the name i have ran my own server befor and am listed in the forums as a diffent name as well but i forgot my addy and password so i cannot get back into that name.
 

Alyssa Dark

Sorceror
by any chance, have more than one runuo folder and maybe the datapath.cs is set to a different one? a test version folder vs a production version folder etc?

i'm just putting in suggestions as i think of them, lol, some probably seem pretty basic but never know, might help find the issue indirectly too...

good luck :)
 

OnyxNyte

Wanderer
well i think i found the problem as well but its going to take me ALOT of work for some reason when i downloaded the game clien offline from runuo here (no not blaming anyone) but for some reason it downloaded 3 diffrent files sets and i dont know what ones its useing so im going to delete every one of the files and redownload and go from there this way there are not 3 diffrent sets of files for me to have to GUESS at. only other thing i can think of because now RUO says there are NO scripts but it was working fine befor idk maybe i just messed something up but i thank you for your help and suggestions.
 

OnyxNyte

Wanderer
wellllllllllllllll didnt go smoothly but im working on it i could only find UO AOS disk and it wont patch past 5.0.1 and when i open the ruo i find my custom scripts but they are all set underground and i can see doors for miles n miles ingame but no buildings...........

going to try installing the 3d client now see what that does
 
Top