10-12-2006, 12:35 PM
I went to whatismyipaddress.com or whatever, and I got the following IP address: 84.67.223.140. I put it into the source, opened my game (Legends of Escentia) and tried to connect. I still got my error message saying it couldn't connect to the internet. This is what my Visual Basic file (ModConstants) says in the Winsock Globals area:
Is there a mistake in this? Have I done something wrong? If there's any other code you want me to post, just ask me. Please tell me if there's a mistake in this code.
BTW, I've opened 7000 in TCP under the name 'Escentia' in Windows Firewall. I've even tried with Windows Firewall off, but it still didn't work.
If there's a mistake, please tell me.
Thanks
Cheeseweasel
Code:
' Winsock globals
Public Const GAME_IP = "84.67.223.140"
Public Const GAME_PORT = "7000"
Is there a mistake in this? Have I done something wrong? If there's any other code you want me to post, just ask me. Please tell me if there's a mistake in this code.
BTW, I've opened 7000 in TCP under the name 'Escentia' in Windows Firewall. I've even tried with Windows Firewall off, but it still didn't work.
If there's a mistake, please tell me.
Thanks
Cheeseweasel