client error 3001 not a issue on PC with Sever

Post Reply
zeos101
Posts: 9
Joined: Sat Apr 09, 2016 10:26 pm

client error 3001 not a issue on PC with Sever

Post by zeos101 » Mon Apr 11, 2016 6:13 pm

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

KOSMOS
Posts: 67
Joined: Thu Jan 29, 2015 10:36 pm

Re: client error 3001 not a issue on PC with Sever

Post by KOSMOS » Thu Apr 14, 2016 6:38 pm

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
Need to update ip in mysql to your external IP.

Code: Select all

mysql -u darkstar -p
UPDATE zone_settings SET zoneip = 'Your External IP Goes Here';
exit

zeos101
Posts: 9
Joined: Sat Apr 09, 2016 10:26 pm

Re: client error 3001 not a issue on PC with Sever

Post by zeos101 » Fri Apr 15, 2016 1:18 pm

awesome thank you for that info its all working now!!!

Post Reply