Help needed
Help needed
Can someone explain to me how to update mysql with my ip address so others can join? Cant seem to figure it out
Re: Help needed
You will need to use the following query, change the 123123123 to your own value. To get your own IP value, go to http://www.dnsqueries.com/en/ip_v4_converter.php and put in your IP in reverse, so if your IP is 111.222.123.321 your would enter 321.123.222.111
The number that the calculator gives you is the number that you substitute for 123123123
The number that the calculator gives you is the number that you substitute for 123123123
Code: Select all
UPDATE zone_settings SET zoneip = '123123123';
Re: Help needed
Okay i did that and port forwarded. Now in the conf file, do i have to update the ip address in the lan.config, login,map darkstar and search server? and if so, is that all? or is there more stuff to be done?
Re: Help needed
The login server reads from zone_settings to tell clients where to connect. That's the only place you have to put an IP (besides the IP for connecting SQL)