Jump to content

  •  

DefyDestiny

Member Since 07 Nov 2013
Offline Last Active Apr 23 2015 12:58 AM
-----

Posts I've Made

In Topic: Client setup not going well...

14 April 2015 - 11:24 PM

If you check your login server log, you see that you are indeed connecting, and login server closes the connection and passes you over to char server. Now that you can't connect further means that it passes you either wrong, or unaccessible IP for char server. That is configured in conf/char-server.conf:

// Character Server IP// The IP address which clients will use to connect.// Set this to what your server's public IP address is.char_ip: IP address or DNS here

Also, why I adviced to configure conf/subnet.conf is because sometimes (like in my case) you may have no access to server if you use outer IP/DNS, thus it helps to use local IPs for same subnet. So in short, your client seems aight, but you missed a turn during configuring the server itself. Also, be sure that char_ip is NOT assigned to 127.0.0.1/localhost, or the PC will try to connect to itself looking for char server after getting login accepted.

I've changed that value around multiple times; I changed it to my external IP to check (Loopback adapter is running therefore I can afford to do that) and I've used localhost/127.0.0.1. Neither seem to be changing the results.



Okay so it seems to work if I place the client into the same VM as my server...I can't connect to it from my main desktop however, which proves to be a problem. From what I can see, the PIN authentication won't drop even if I enter in one. Weird stuff so far.

 

Fixed PIN by restarting client. Everthing is working (In korean, but working). I just need to get it to work for my desktop...problem persists on laptop too as it can connect to the login and char server but it cannot connect to map server.


In Topic: Client setup not going well...

14 April 2015 - 12:45 AM

Try to configure conf/subnet.conf if you're loading from the same PC that runs the server.

Running it off a VM. Bridged networking so it has it's own internal IP assigned from the router.


Tested with this solution http://herc.ws/board...nect-to-server/

 

Still not working...anyone have a solution? :<

 

I've also fixed an SQL table as it spat out an error once in awhile.


In Topic: Guide setting up 2013+ Client for Hercules

13 April 2015 - 05:40 AM

Hey people!

 

I tried setting up my test server and it worked "To a degree"...

 

http://prntscr.com/6t45ms

 

This is the problem I'm currently encountering. It let's me select my server name in my client but it then times me out after attempting to connect. Anyone know the reason behind this?