Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Players can't connect to my server....help!

Junior Spellweaver
Joined
Jan 12, 2007
Messages
128
Reaction score
0
Ok, first lemme tell you guys that I'm logged in and I have no idea where the Search button is. I scanned the whole page and I couldn't find the button.

My problem:

My fellow players can't connect to my server. For them, it's always "Please Check for Updates". In the config.xml, server.ini, and locator.ini, I put in my ip address. I tried to connect to the server with both the matchserver and the sql server on but even I couldn't connect and yes i did copy the zitem file from system.mrs to the matchserver folder. i copied the system.mrs file and unpacked it in the MRS folder.

When I put down 127.0.0.1 in the config.xml file, I can successfully connect but my ip address won't connect me.

My question is, which ip address allows other players to connect to my server, locahost ip or my computer's ip? Localhost connects me, computer's ip doesn't. Both the localhost and my computer's ip address have no affect on the other players. Can someone help me? I know localhost connects players to their own computer but my computer ip address has no affect either. Please answer this post and don't reply with spam or insults.
 
Custom Title Activated
Loyal Member
Joined
Nov 5, 2006
Messages
1,358
Reaction score
15
use port forwarding (portforwarding.com) with ports 6000 to 8000

oh and for the ip:
 
Upvote 0
Newbie Spellweaver
Joined
Dec 26, 2006
Messages
54
Reaction score
0
Isn't 127.0.0.1 a LAN IP Address ?

Try using this IP :

 
Upvote 0
Newbie Spellweaver
Joined
Dec 28, 2006
Messages
48
Reaction score
0
correct...
it is not an ip...
it's an offline return DicDNS

in the dicionary
 
Upvote 0
Junior Spellweaver
Joined
Jan 12, 2007
Messages
128
Reaction score
0
This is what I put in my config.xml file:

<?xml version="1.0"?>
<XML>
<SERVER>
<IP>71.119.34.84</IP>
<PORT>6000</PORT>
</SERVER>

<SKIN>Default</SKIN>

This is the result of the ip address:

razorblitz07 - Players can't connect to my server....help! - RaGEZONE Forums


Both MatchServer.exe and Sql Server 2005 were on when this happened.
 
Upvote 0
Back
Top