Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Atlantica Online
You last visited: Today at 08:18

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

Advertisement



Guide : How to Create Atlantica Online Server

Discussion on Guide : How to Create Atlantica Online Server within the Atlantica Online forum part of the MMORPGs category.

Reply
 
Old 07/18/2019, 21:01   #211
 
elite*gold: 0
Join Date: May 2019
Posts: 73
Received Thanks: 12
Is there someone who sells file servers that are already fit to be published? Contact me immediately WA +62 85392220022


Preferred which has passed reserve eginering

our testing server aoprivate.ddns.net
faighenzho is offline  
Old 09/13/2019, 06:59   #212
 
elite*gold: 0
Join Date: May 2019
Posts: 73
Received Thanks: 12
How to fix it
faighenzho is offline  
Old 09/13/2019, 12:32   #213
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Quote:
Originally Posted by faighenzho View Post
How to fix it
Can you let me see the file? Have some thoughts, but need to check the file.

Your version of the files is different from what we have. Without access to the files, there's not much we can do. I can only offer to install a more outdated version 3.02.11
x123x123x is offline  
Old 09/14/2019, 16:26   #214
 
elite*gold: 0
Join Date: May 2019
Posts: 73
Received Thanks: 12
Quote:
Originally Posted by x123x123x View Post
Can you let me see the file? Have some thoughts, but need to check the file.

Your version of the files is different from what we have. Without access to the files, there's not much we can do. I can only offer to install a more outdated version 3.02.11

Thank you for intending to help. however, this problem has been resolved.
faighenzho is offline  
Old 10/20/2019, 23:17   #215
 
elite*gold: 0
Join Date: Jun 2011
Posts: 9
Received Thanks: 2
Друзья, знаю тут много русских, вот просто интересно ответьте на один вопрос, зачем вам сервер АО, тем более 3я версия, чем плохо играть на оффе?
-Xa- is offline  
Old 10/21/2019, 14:13   #216
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Quote:
Originally Posted by -Xa- View Post
Друзья, знаю тут много русских, вот просто интересно ответьте на один вопрос, зачем вам сервер АО, тем более 3я версия, чем плохо играть на оффе?
Возможно и играл бы там. Но там свои тараканы, например не отображается мой ник персонажа. С оплатой - уже наелись закрытыми серверами и игровыми потерями. Система диалога вопрос-ответ без локализации проблемна. Игру так и не адаптировали для 4к режима - шрифты не читабельны, текст слишком мелкий. Лично сталкивался с тем, что используя игровую механику получал бан персонажа. А именно использовал рынок по назначению т.е. скупал предметы и продавал их дороже. Есть еще много чего негативного для отказа от игры на официальных серверах, все тут озвучивать не буду это мало кому интересно.
x123x123x is offline  
Old 11/14/2019, 01:21   #217
 
elite*gold: 0
Join Date: Jul 2016
Posts: 6
Received Thanks: 0
Quote:
Originally Posted by hunterarmaan12 View Post
Alot of people on the forums were asking for a video tutorial on how to create the server. I am Sorry i cant post a video tutorial atm but i can explain it to you step by step on how to create it.

First Download & Install SQL Server 2014 Management Studio.[ 64 bit
Download Notepad ++ [
Download the Server Files posted by AOPServer.[
Download the OGRClient or you can even use AOPServer Client. [

Extract the files.
You will have 3 folders now.
Move all the folders from ATWorld_at2 to Atlantica_Server_Files\Atlantica

Now open Notepad ++
Inside put

cd AccountDBManager
START AccountDBManager.exe
cd ..
cd AtlanticaDBManager
START AtlanticaDBManager.exe
cd ..
cd AuthServer
START AuthServer.exe
cd ..
cd CommunityServer
START CommunityServer.exe
START CommunityDBManager.exe
cd ..
cd FrontServer
START FrontServer.exe
cd ..
cd LogDBManager
START LogDBManager.exe
cd ..
cd MasterServer
START MasterServer.exe
cd ..
cd NGMDBManager
START NGMDBManager.exe
cd ..
cd NGMServer
START NGMServer.exe
cd ..
cd ServerAgent
START ServerAgent.exe
cd ..
cd Atlantica
START Atlantica.exe

Thanks to @ for posting this.

Save as .bat file [ Name it whateva you want]

Next Step is go to MasterServer
Open Serverinfo.txt [Best to open with notepad++]

You will find multiple lines having this

Execfile = "C:\Atlantica\******** "

Change that C:\Atlantica to the location where you extracted your server files.for eg. D:\Atlantica_Server_Files\Atlantica

Now Use Find and Replace or just press Alt +H and replace

149.13.16.150 and 149.13.16.153
with
127.0.0.1

Replace Both IP's with 127.0.0.1

Now go to LogDBManager\Setting and do the same change the ip to 127.0.0.1

Similarly go to NGMDBManager\NGMDBConfig and NGMDBServer\NGMServerConfig


Now Open SQL 2014 Server Management Studio

Login using windows authentication

Right Click on Database and select restore database
Click on Device Then Add
Now Browse to the location where you extracted your server files.
Select Backup
and Restore the Files inside it one by one.


Now go to Security

Right Click on sa > properties > status > Enable.

Now Right Click on your server name >properties >Security
make it like this


Now go to General Tab
and in the password write qweQWE123

Click on New Query and paste this code and execute
USE [AT_AccountDB]
GO


INSERT INTO [dbo].[tbl_MasterIP]
([IP])
VALUES
('127.0.0.1')
GO


USE [AT_AccountDB]
GO


INSERT INTO [dbo].[tbla_ManagerIP]
([IP])
VALUES
('127.0.0.1')
GO


USE [AT_AccountDB]
GO


INSERT INTO [dbo].[tbla_masterip]
([IP])
VALUES
('127.0.0.1')
GO

Then Execute another code too
USE [AT_AccountDB]
GO

UPDATE [dbo].[tbl_Account]
SET
[MasterLevelExpireTime] = '2100-12-06 21:33:00.000',
[MasterLevelValue] = 120
WHERE ID = 'testacc' OR ID = 'archonus'
GO

Once done go to

Database>At_AccountDB>Tables>dbo.tbl_Account

Right Click on dbo.tbl_Account edit top 200 rows

find and search archonus and delete its secondkey

Using create a password and paste it in the password column for archonus. Now you can login using archonus id and password that you just created.

Last Step go to your extracted folder and go inside Atlantica Folder
Find Serverip.ndt and edit it using notepad++
and add your
ServerIP
2007-10-29
V0.1
SSH
<Data>
ServerDNS1 ServerDNS2
xxxxxxxxxx xxxxxxxxxxxxx
<End>

Replace this with
ServerIP
2007-10-29
V0.1
SSH
<Data>
ServerDNS1 ServerDNS2
127.0.0.1 127.0.01
<End>

Edit your client too with the same.
Now just run the .bat file that you saved earlier in the server files folder.
If you need help Please let me know

If I missed something I am sorry
im following this instruction, but in the step restore database, show message like this "no backupset selected to be restored"
syh1st is offline  
Old 11/15/2019, 00:17   #218
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
setup v3.02.11, video:
x123x123x is offline  
Old 11/17/2019, 15:48   #219
 
elite*gold: 0
Join Date: Jun 2019
Posts: 6
Received Thanks: 0
Quote:
Originally Posted by x123x123x View Post
setup v3.02.11, video:
i can't download server files and clients, is there anyway to get those? thanks very much
Sonvu2406 is offline  
Old 11/19/2019, 09:30   #220
 
elite*gold: 0
Join Date: May 2010
Posts: 24
Received Thanks: 1
all link dead any new link guys
cj.yura is offline  
Old 12/16/2019, 20:23   #221
 
elite*gold: 0
Join Date: Jul 2011
Posts: 54
Received Thanks: 1
Code:
Last Step go to your extracted folder and go inside Atlantica Folder
Find Serverip.ndt and edit it using notepad++
and add your
ServerIP
2007-10-29
V0.1
SSH
<Data>
ServerDNS1 ServerDNS2
xxxxxxxxxx xxxxxxxxxxxxx
<End>

Replace this with
ServerIP
2007-10-29
V0.1
SSH
<Data>
ServerDNS1 ServerDNS2
127.0.0.1 127.0.01
<End>
this dont work for me
can't open .ndt with notepad++
Code:
NCR      J Rxy|2CA7><qw-PDʀER9K,`/L"ؾtA*V!ޔc{
=~@̓~4(+υhXMf*Vz09SM*0d͉?zLL;HІN8vӸnt*чIQ>U%ۣY;U%*V=R{1ۑ J
This is how its look when I open it in Notepas++
BazzCreative is offline  
Old 12/17/2019, 06:35   #222
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Encrypt\Decrypt tools:
x123x123x is offline  
Old 07/21/2021, 19:13   #223
 
elite*gold: 0
Join Date: May 2021
Posts: 7
Received Thanks: 0
Quote:
Originally Posted by x123x123x View Post
Not enough information.
What's in the config files?
One screen - no connect to DB.
Second - analogue, no connect DB.
"sa", "pwd" - true?
SQL network mode - true?
Firewall block?
Ports open?
ODBC create?

anyone can help me?


notice is:

cltHousingBalancedata::fileload()
dodhi3kw is offline  
Reply




All times are GMT +2. The time now is 08:18.


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.