stuck at login server means you didn't set all the stuff up properly.
Go through and check all your ips again (MasterSocket.Cs in both game and login server if I remember correctly should have your server ip and website ip. Make sure server ip is set to what ip ppl use to connect to server (127.0.0.1 for local) and website ip is SOMETHING NOT USED! It ignores connections going to that ip.
Also make sure your ips match in the packetprocessor. There should be 2 servers listed (and there is two of each one! Scroll down more and you will see a near copy/paste of the first ones, they must match!)
So like
name == server1
ip = 127.0.0.1
name == server2
ip = bla.bla.bla.a
then a bunch of other stuff and you will see a nearly identical thing, you need to match up the names and ip the second time.
It's very easy to setup really..
Go through and check all your ips again (MasterSocket.Cs in both game and login server if I remember correctly should have your server ip and website ip. Make sure server ip is set to what ip ppl use to connect to server (127.0.0.1 for local) and website ip is SOMETHING NOT USED! It ignores connections going to that ip.
Also make sure your ips match in the packetprocessor. There should be 2 servers listed (and there is two of each one! Scroll down more and you will see a near copy/paste of the first ones, they must match!)
So like
name == server1
ip = 127.0.0.1
name == server2
ip = bla.bla.bla.a
then a bunch of other stuff and you will see a nearly identical thing, you need to match up the names and ip the second time.
It's very easy to setup really..