|
||
|
|||||||
| New Join Forum So your new to RunUO and looking to work with people that are new, this is the place. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#4 (permalink) |
|
Forum Expert
Join Date: Jan 2004
Location: UK, Essex
Age: 19
Posts: 1,166
|
Hmm sounds like it's your Serverlist.cs to me
If u want I can send u a working one just PM me ![]()
__________________
It is not the hand that creates worlds, It is the mind controlling it ! The New Dawn Network |
|
|
|
|
|
#8 (permalink) | |
|
Forum Expert
Join Date: Jan 2004
Location: Florida
Age: 33
Posts: 544
|
Quote:
That would be my bet.. if people on the outside can get on, then it isnt the serverlist file. Are you in a college dorm or something? Sounds like an internal network issue. |
|
|
|
|
|
|
#9 (permalink) | |
|
Quote:
No College Dorm. Just a house. We can get on other shards together, just not mine. ![]() |
||
|
|
|
|
|
#10 (permalink) | |
|
Forum Expert
Join Date: Apr 2004
Location: Lawton OK
Age: 33
Posts: 476
|
Quote:
|
|
|
|
|
|
|
#11 (permalink) |
|
-=?=-
Join Date: Mar 2004
Posts: 98
|
Are the computers in the house on a network, possibly sharing one internet connection, or do each of you have an independant connection the the internet?
If you are on a network with both machines behind a router then your roomate will have to use the internal IP of the server to connect. If you each use seperate internet connections, without an internal network, then your roomate will need to use the external IP of the router. |
|
|
|
|
|
#12 (permalink) | |
|
Quote:
. Terra is networked with her rommate. Static IP. Hope you all can help her as I am clueless about it. LOL. Thanks for giving her your support. |
||
|
|
|
|
|
#14 (permalink) |
|
-=?=-
Join Date: Mar 2004
Posts: 98
|
Ok, well at least we are getting some where.
I just have a few more questions to help clear this up since there is alot of missing information that may be getting in the way of resolving this issue. Who's shard are you trying to connect to? Is it yours, or is it run by someone else? Also, if the shard is yours, where is it located? As in, is it in your house, or located at a hosting facility? |
|
|
|
|
|
#15 (permalink) |
|
Master of the Internet
|
Take a look at your accounthandler.cs. By default it will only allow 1 account per IP. Depending on which route your roommate is using to attempt to login that may be the problem.
The section you are looking for is below, and may not match what you have as I have edited mine. Code:
private static int MaxAccountsPerIP = 2; private static bool AutoAccountCreation = false; private static bool RestrictDeletion = true; private static TimeSpan DeleteDelay = TimeSpan.FromDays( 7.0 );
__________________
Paranoia is what happens when you finally have all of the facts. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|