Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Atlantica Online
You last visited: Today at 19:48

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



New Year's surprise!

Discussion on New Year's surprise! within the Atlantica Online forum part of the MMORPGs category.

Reply
 
Old 07/28/2020, 20:35   #406
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Quote:
Originally Posted by LySaoran View Post
I missing something ???




Help me please.
You have MSSQL running port 4300. You must change to a different port in the MSSQL configuration.
x123x123x is offline  
Old 07/28/2020, 20:47   #407
 
elite*gold: 0
Join Date: Jul 2011
Posts: 13
Received Thanks: 0
Quote:
Originally Posted by x123x123x View Post
You have MSSQL running port 4300. You must change to a different port in the MSSQL configuration.


Right ? I don't see any port 4300
LySaoran is offline  
Old 07/28/2020, 21:01   #408
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
That's right, wrong look. There, first the addresses with the port are indicated, and then the application.

The client stops because the client is waiting for a response from the game server to enter the lobby (where characters are created or already exist). Communication takes place using port 4300.
x123x123x is offline  
Old 07/28/2020, 22:04   #409
 
elite*gold: 0
Join Date: Jul 2011
Posts: 13
Received Thanks: 0
Quote:
Originally Posted by x123x123x View Post
That's right, wrong look. There, first the addresses with the port are indicated, and then the application.

The client stops because the client is waiting for a response from the game server to enter the lobby (where characters are created or already exist). Communication takes place using port 4300.
... I don't know how to check and change sqlservr.exe port 0.0.0.0:4300 >.< ...





LySaoran is offline  
Old 07/28/2020, 22:46   #410
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
This is not sql on this port, but Atlantica.exe is the game server.
Need to check the firewall. The server or client appears to be locked by it.

Reset the firewall to default. Enable notifications and then start the server. In notifications, allow the use of the network. Just start the client and also allow the network to be used.
x123x123x is offline  
Old 07/29/2020, 07:45   #411
 
elite*gold: 0
Join Date: Jul 2011
Posts: 13
Received Thanks: 0
Quote:
Originally Posted by x123x123x View Post
That's right, wrong look. There, first the addresses with the port are indicated, and then the application.

The client stops because the client is waiting for a response from the game server to enter the lobby (where characters are created or already exist). Communication takes place using port 4300.
Quote:
Originally Posted by x123x123x View Post
This is not sql on this port, but Atlantica.exe is the game server.
Need to check the firewall. The server or client appears to be locked by it.

Reset the firewall to default. Enable notifications and then start the server. In notifications, allow the use of the network. Just start the client and also allow the network to be used.


Update:
LySaoran is offline  
Old 07/29/2020, 21:29   #412
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Quote:
Originally Posted by LySaoran View Post


Update:
Is the server running or stopped?
It occupies the port when the application starts, but it itself can wait for the database and not accept clients.
x123x123x is offline  
Old 07/30/2020, 06:05   #413
 
elite*gold: 0
Join Date: Jul 2011
Posts: 13
Received Thanks: 0
Quote:
Originally Posted by x123x123x View Post
Is the server running or stopped?
It occupies the port when the application starts, but it itself can wait for the database and not accept clients.
Yup, my SQL Server is running. When I play Atlantica ver 3.02.11, it's normal. I can login and play, but with this version, I just login by master account anh have block background...
LySaoran is offline  
Old 07/30/2020, 13:32   #414
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
What's going on in your authorization? AccountDBManager.exe и AuthServer.exe
You should see the answers from the game server, like these:
x123x123x is offline  
Old 07/30/2020, 15:55   #415
 
elite*gold: 0
Join Date: Jul 2011
Posts: 13
Received Thanks: 0
Quote:
Originally Posted by x123x123x View Post
What's going on in your authorization? AccountDBManager.exe и AuthServer.exe
You should see the answers from the game server, like these:



Here please.
LySaoran is offline  
Old 07/30/2020, 16:57   #416
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
You need to see the procedures in the database:
dbo.rsp_IDNumGet
dbo.rasp_OneTimeKeymake
dbo.rasp_IDNumGet_GetNdoorsMember_USA
There's probably a mistake in one of them. A common error in the dbo.rasp_IDNumGet_GetNdoorsMember_USA procedure is a query to an empty table. You can start with that. What's in it? This is the [AT_AccountDB] database.


You may be fetching data from table [dbo].[tbl_Member] - this will be an error.

This table is made for double registration, i.e. first registration on the site, and then a game account is already created. There is no site and it makes no sense to use this mechanism, so we immediately turn to the table of game accounts ([dbo].[tbl_Account]).
x123x123x is offline  
Old 07/31/2020, 06:37   #417
 
elite*gold: 0
Join Date: Jul 2011
Posts: 13
Received Thanks: 0
Quote:
Originally Posted by x123x123x View Post
You need to see the procedures in the database:
dbo.rsp_IDNumGet
dbo.rasp_OneTimeKeymake
dbo.rasp_IDNumGet_GetNdoorsMember_USA
There's probably a mistake in one of them. A common error in the dbo.rasp_IDNumGet_GetNdoorsMember_USA procedure is a query to an empty table. You can start with that. What's in it? This is the [AT_AccountDB] database.


You may be fetching data from table [dbo].[tbl_Member] - this will be an error.

This table is made for double registration, i.e. first registration on the site, and then a game account is already created. There is no site and it makes no sense to use this mechanism, so we immediately turn to the table of game accounts ([dbo].[tbl_Account]).
Yes, I think I miss something when create database. Can you send me all script code for SQL ? Drom 0:35:00 in this video (
). I think I need rebuild Database.
LySaoran is offline  
Old 07/31/2020, 11:13   #418
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
I'm not using a very good database. You can try using it. But you will need to delete ODBC and Linked Servers and then recreate them.
My database backup is now:


For the GameMaster (GM), you need to correct the IP address to your IP.
[AT_AccountDB].[dbo].[tbl_MasterIP]

You may also need to change the GameMaster password in the scalar function to your password.
[AT_AccountDB].[dbo].[rf_IsMasterPW]

In table [AT_AccountDB].[dbo].[tbl_ManagerIP], you must specify the IDNum of your GM.
IDNum is taken from table [AT_AccountDB].[dbo].[tbl_Account]

There are 3 accounts. 2 GM accounts + 1 account without a password (password changed to SecondKey when and how I don't remember).
Login1: test
Password1: asdfqwerty
Login2: testacc
Password2: asdfqwerty
x123x123x is offline  
Old 08/01/2020, 02:17   #419
 
elite*gold: 0
Join Date: Aug 2019
Posts: 24
Received Thanks: 1
Character. Where is it deleted?
YunJong is offline  
Old 08/01/2020, 07:58   #420
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Quote:
Originally Posted by YunJong View Post
Character. Where is it deleted?
Characters are removed gamely from the client.
You can also delete a character using the procedure: [AT_GameDB01]. [dbo]. [rasp_PersonTotalInfoDelete]
This procedure has input data:
Quote:
@ IDNum - > from table dbo.tbl_Person
@ PersonID - > from table dbo.tbl_Person
@ Name - > from table dbo.tbl_Person
x123x123x is offline  
Reply


Similar Threads Similar Threads
VipSrO Hapy New Year Surprise Start Acc 120 Lvl
01/30/2020 - SRO PServer Advertising - 8 Replies
VipSrO PvP serverimiz adı üstünde PvP serverdir.. Bu amaçla 110 olan başlangıç charları yılbaşı eventi olarak 120 ye yükseltilmiştir.. Bundan böyle yeni oyuncularımız 120 level ve 5m sp + Full nova set ile başlayacaktır.. VipSrO Online Silkroad PvP Server 120 Start + 5m SP + Full Nova Set + Max Level 120 + All Map Open Max Level 120 Client version: v1.404 ServerFiles: Vietnam Silkroad Start 120 Level + 5m SP + nova full set Gift
ScriptVessel (surprise, surprise)
12/31/2006 - Conquer Online 2 - 3 Replies
Hi, Before I purchase ScriptVessel can people please post any feedback on stability, ease of use, features, developer support, etc. Just wandering as it appears to be mixed reception upto now. thx in advance



All times are GMT +2. The time now is 19:48.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.