[Guide]How to Create 9.5.2 Server !

03/09/2020 18:46 EroGamer#121
After facing many nasty problems for 3 days, I finally got the server working, now after logging in server, the only final problem is no matter what I did in auth or telecaster databases for permission = 100 , I can't seem to make it work, I even changed Telecaster dbo.Character permission , dbo.AllowedCommandsForPermission and in dbo.auth and still not working no matter what I do! please someone kindly help!
03/09/2020 22:14 ThunderNikk#122
Whats not working...have you typed a command into the chat window?

What command did you type?
03/11/2020 01:13 EroGamer#123
Quote:
Originally Posted by ThunderNikk View Post
Whats not working...have you typed a command into the chat window?

What command did you type?
Never-mind, I was using the wrong syntax to use GM commands in-game, after using the correct syntax the commands works fine.
03/15/2020 23:18 RostM12#124
hey sir , all toturial done without any problem , but when i start server
CaptainHarlockServer Crash on "loading max item index (ok)

is there anyway to fix it ?
03/16/2020 01:53 ThunderNikk#125
Check the name of your restored arcadia database verses what you called it in the game server opt file.
03/16/2020 17:07 RostM12#126
Quote:
Originally Posted by ThunderNikk View Post
Check the name of your restored arcadia database verses what you called it in the game server opt file.
Checked and all same names
03/16/2020 17:23 ThunderNikk#127
I am not sure what else it might be then.

Usually this type of crash occurs because the database is named Arcadia9_5 and in the opt file it is just named Arcadia and Captain can't find it.

Are you sure you compressed the opt file after making any changes you might have made to it?
03/16/2020 17:26 RostM12#128
Quote:
Originally Posted by ThunderNikk View Post
I am not sure what else it might be then.

Usually this type of crash occurs because the database is named Arcadia9_5 and in the opt file it is just named Arcadia and Captain can't find it.

Are you sure you compressed the opt file after making any changes you might have made to it?

yeah i did , should i send my opt fie ?
03/16/2020 19:36 ThunderNikk#129
Sure why not, post the opt here. Just copy and paste behind a spoiler or code
03/17/2020 11:42 RostM12#130
Quote:
Originally Posted by ThunderNikk View Post
Sure why not, post the opt here. Just copy and paste behind a spoiler or code
fixed it but now when i go into the game and put my id and password it says cant connect to login server
03/17/2020 11:48 ThunderNikk#131
Does the log in port in your bat file match the port you put in your auth opt?
03/17/2020 11:58 RostM12#132
Quote:
Originally Posted by ThunderNikk View Post
Does the log in port in your bat file match the port you put in your auth opt?
thats my auth opt file
S:app.name:HatrickRepack
S:auth.allowed_special_char:@.
N:auth.check_adult_server:0
N:auth.max_client_per_ip:9999
N:auth.max_daily_client_per_ip:9999999
N:auth.user_rate_mod:20
N:auth.version:201507080
S:io.ip_address:127.0.0.1
S:db.auth._password:4556000003004fa4eb4fbc955661c2 ceb551e6b24dc9cfb1b1b1b805e011b1
S:db.auth.account:sa
S:db.auth.md5_key:2011
S:db.auth.name:Auth
S:db.auth.server:88.99.169.142
S:db.billing.account:sa
S:db.billing.name:Billing
S:db.billing.server:127.0.0.1
N:db.auth.use_md5:1
N:db.auth.use_md5_for_security_no:1
N:game.user_limit_server_001:400
S:log.ip:127.0.0.1
N:billing.allow_login_without_billing:0
N:billing.check_server_keep_alive_timeout:0
N:billing.server_keep_alive_interval:6000
N:billing.server_keep_alive_timeout:3000
N:billing.use:0
N:billing.user_keep_alive_interval:60000
N:billing.user_keep_alive_timeout:3000
03/17/2020 14:19 ThunderNikk#133
There is not auth port in your auth opt, add the following...

N:io.auth.port:9881

Recompress it and make sure whichever port you use there matches your bat launcher directing clients to auth.

Also the...

S:db.auth.server:88.99.169.142

Can be local host IP 127.0.0.1 there is no need to set it to anything else unless you are running the auth server from a different computer than where you have the databases and SQL running.
03/17/2020 14:41 RostM12#134
Quote:
Originally Posted by ThunderNikk View Post
There is not auth port in your auth opt, add the following...

N:io.auth.port:9881

Recompress it and make sure whichever port you use there matches your bat launcher directing clients to auth.

Also the...

S:db.auth.server:88.99.169.142

Can be local host IP 127.0.0.1 there is no need to set it to anything else unless you are running the auth server from a different computer than where you have the databases and SQL running.
i run the server on vps windows so i used the ip of the vps ..
should i make it local ip? + i added the port to auth and still having the problem
03/17/2020 16:29 ThunderNikk#135
If you execute auth or princess aurora on the same server that the MSSQL is running on then make it local. There is no reason to send auth out to the web and make it connect back in to the databases.

Can you post the bat command you are using. You still need to make sure it matches the bat port.