Got connected can make a charter then try to launch it and get error 3001 on a secondary client the char will launch on the same pc that's running the server
We are using Windrower any suggestions?
Thank you
client error 3001 not a issue on PC with Sever
Re: client error 3001 not a issue on PC with Sever
Need to update ip in mysql to your external IP.zeos101 wrote:Got connected can make a charter then try to launch it and get error 3001 on a secondary client the char will launch on the same pc that's running the server
We are using Windrower any suggestions?
Thank you
Code: Select all
mysql -u darkstar -p
UPDATE zone_settings SET zoneip = 'Your External IP Goes Here';
exit
Re: client error 3001 not a issue on PC with Sever
awesome thank you for that info its all working now!!!