 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
| Author |
Message |
Poi
Joined: 14 Apr 2006 Posts: 203
|
Posted: Sat Jun 24, 2006 1:48 pm Post subject: |
|
|
I remember why it didnt work for me, Your on a router im assuming, in servers.cfg you should make it so there is to connections, the second one should look exactly like the one below, but first we need to get your ip, go to(if your running windows) start>run>cmd>ipconfig
and look for IP Address, That is the one you will use to connect to the shard, now as for your players the ip they should use to connect to should be the one that http://whatismyip.com gives you, and as for you, changte your login.cfg in your uo folder to loginserver=127.0.0.1,5003 and as long as your connecting to it thru the same computer it should work fine.
SAME COMPUTER CONNECTION:
| Code: | GameServer
{
Name Shard name
IP (YOUR IP FOUND IN IPCONFIG)
Port 5003
IPMatch 127.0.0.1
} |
DIFFERENT COMPUTER CONNECTION(PLAYERS):
| Code: |
GameServer
{
Name Shard name
IP (YOUR IP FOUND AT HTTP://WHATISMYIP.COM)
Port 5003
IPMatch (YOUR IP FOUND AT HTTP://WHATISMYIP.COM)
} |
|
|
 |
|
|
 |
 |
|