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!

Excuse me, could someone please help in the matter of connecting to the game?

Initiate Mage
Joined
Nov 13, 2011
Messages
3
Reaction score
0
Hello,
I have all the servers running, have triple checked them a thousand times, been spending all today and yesterday trying to get things functional but nothing seems to work.

I have the problem of being stuck at that first entry image when
running the game.
It has been mentioned, but the responses have been along the lines of either 'do some searching =_=' or 'yay I fixed it now don't worry'.
There doesn't seem to be any real responses returned that actually explain how this is fixed. The only references I've found are firewalls and ports, which are the first answer to everything.
However I have disabled my firewall and opened all the necessary ports.

The main issue trying to solve this problem is that the client can run even when the servers aren't running so it's near impossible to actually work out when it's even recognizing your server?

I've tried running those new launchers, but every version crashes for different reasons, even though no one else here seems to have those issues occur. So that isn't an option.

I'm running win7 x86, and no I'm not a computer idiot
(my work is with computers).



I was hoping I might be able to have some clarification in areas
of running the server which don't seem to be anywhere else and
which hopefully could lead me to a solution if no one has a specific solution.

-------
For "connect.txt",
are you suppose to simply have your I.P., without brackets or anything before hand identifying it as an I.P.?
For example [Public IP: "0.0.0.0"]
-------
Regarding the "MASTER_SERVER_IP" in the server.ini files,
does that work if your hosting on your own computer, to have "localhost"?
I've tried many variants, and having your own I.P. address as
specified in the tutorial "Public_IP/Master_server_ip = your ip",
causes the window to exit immediately after opening.
-------
Regarding the setup of "ODBCAD",
though the tutorial explains that you can put any name you want
for it, "Name: whatever you want", is that what your actually
meant to be specifying in the server.ini area -
"ODBC = "SQL Server"?
Should the name be the same?
Are you meant to be specifying your SQL server version?
I noticed elsewhere someone had along the lines of
"SQL Native Server 10.0" for their OBDC.
-------


Some help with this would be extremely appreciated as I'm loosing
my mind trying to find solutions to these when people either
respond by mentioning that it's been answered elsewhere or people
just having "edit: fixed :D", without explaining how.
 
Newbie Spellweaver
Joined
Jun 25, 2006
Messages
19
Reaction score
1
Hi!

I had problems too (not this) and yes they always say "search" or "google is ur friend" etc.

So here is my idea whats wrong: I had this problem when i tryed to connect to my friend's server. Actually we did not get what was preventing me to connect to his server, but after we changed the ip's to TUNNGLE network ip, and we went into a room on tunngle, i was able to connect to him, so i think some port are not opened or just smthing blocking the connection.

If u are trying to connect to your own pc (client+server running on 1 pc) then i cant say nothing more just double-check the ip config in the server config files and also in the client connect file.

Here is how is my srv conf looks like:
____________________________________________________
; GameServer server.ini

[SERVER_INFO]
NAME = "GameServer2"
SERVER_ID = 2
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 2000

[CONFIG]
PUBLIC_IP = "999.999.999.999"
PORT = 7202

[NET]
MASTER_SERVER_IP = "999.999.999.999"
MASTER_SERVER_PORT = 7500


[DB]
SERVER = "(local)"
DATABASE = "RZ_GAMEDB"
USERNAME = "_USERNAME_"
PASSWORD = "_PASSWORD_"

[LOGDB]
SERVER = "(local)"
DATABASE = "RZ_LOGDB"
USERNAME = "_USERNAME_"
PASSWORD = "_PASSWORD_"

[LOG]
LOG_PATH = "log"
LOG_LEVEL = 1
__________________________________________________

Hope it will help you out!
 
Newbie Spellweaver
Joined
Dec 7, 2009
Messages
73
Reaction score
13
ODBC = "SQL Server Native Client 10.0"
I have "SQL Server" value there. ODBC name is RZServ, but it works with "SQL Server" only.

Connect.txt must contain ip only.
this is my connect.txt content
Code:
127.0.0.1

and look in the log files. it will help you to find, where is your fault.
 
Last edited:
Initiate Mage
Joined
Nov 13, 2011
Messages
3
Reaction score
0
@xt198
Thank you for that information, I'll keep that in mind for when I try help a friend connect later on.

@G Twenty
FINALLLYYYYY @_____@;
127.0.0.1, worked :D, I finally got it running by using that I.P,
I could have sworn I already used it, but maybe I didn't have it
set for the master server and connect.txt at the same time.


Thank you both for the help :)!
So happy to finally get in :D
 
Newbie Spellweaver
Joined
Dec 7, 2009
Messages
73
Reaction score
13
I think your isp\router is blocking your connection ports, that's why you can't access your server using wan ip address.
 
Back
Top