Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Atlantica Online
You last visited: Today at 13:44

  • 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/11/2020, 21:52   #391
 
elite*gold: 0
Join Date: Oct 2018
Posts: 14
Received Thanks: 2
No, ese chino no para en linea casi nunca. hay q rogar para que suelten un leviatan
logre abrir un atlantica fuera de line con los archivos que hay aqui, pero tampoco se puede abrir titan
27lucho is offline  
Old 07/11/2020, 23:19   #392
 
elite*gold: 0
Join Date: May 2009
Posts: 148
Received Thanks: 114
Quote:
Originally Posted by 27lucho View Post
No, ese chino no para en linea casi nunca. hay q rogar para que suelten un leviatan
logre abrir un atlantica fuera de line con los archivos que hay aqui, pero tampoco se puede abrir titan
yo lo voy a arreglar para mi server pero ni sueñes que te lo pase, ya bastante competencia me han puesto con servidores frutas.
Triacman is offline  
Old 07/12/2020, 02:24   #393
 
elite*gold: 0
Join Date: Oct 2018
Posts: 14
Received Thanks: 2
que significa servidor fruta???
Negativo no te estoy pidiendo nada :V ya una ves te escribi para que vendas algo y me asustates pidiendo 5 mil dolares por algunos archivos.
pero te agradesco mucho por la inf
27lucho is offline  
Old 07/20/2020, 14:06   #394
 
elite*gold: 0
Join Date: Jul 2011
Posts: 170
Received Thanks: 63
A heads up that players seem to be able to create glitched ammunition on these server files.

Script to detect bug abuse:
Code:
SELECT t5.[id], t4.[name], t2.[itemname], t1.[itemnum]
      ,t1.[SocketType1]
      ,t1.[SocketValue1]
      ,t1.[SocketType2]
      ,t1.[SocketValue2]
      ,t1.[SocketType3]
      ,t1.[SocketValue3]
FROM [AT_GameDB01].[dbo].[tbl_SolItem] t1
LEFT OUTER JOIN [AT_GameDB01].[dbo].[tbl_item] t2 on t1.itemunique = t2.itemunique and 100 = t2.serverid
LEFT OUTER JOIN [AT_GameDB01].[dbo].[tbl_solmain] t3 on t1.solid = t3.solid
LEFT OUTER JOIN [AT_GameDB01].[dbo].[tbl_person] t4 on t3.personid = t4.personid
LEFT OUTER JOIN [AT_AccountDB].[dbo].[tbl_account] t5 on t4.idnum = t5.idnum
where t1.sockettype1 <> 0 or t1.socketvalue1 <> 0
	or t1.sockettype2 <> 0 or t1.socketvalue2 <> 0
	or t1.sockettype3 <> 0 or t1.socketvalue3 <> 0;
magenub is offline  
Thanks
1 User
Old 07/22/2020, 05:39   #395
 
elite*gold: 0
Join Date: Jan 2020
Posts: 5
Received Thanks: 0
i have problem like this, when i enter the server, i'm stuck with background login... how to fix that ?

Quote:
Originally Posted by westu3 View Post
any one know how to fix this
after select the server stuck in here.
thanks in advance
tugimenmantap is offline  
Old 07/22/2020, 05:52   #396
 
elite*gold: 0
Join Date: Oct 2018
Posts: 14
Received Thanks: 2
existe algun encriptador de archivos .ndt por que el que esta en las herramientas es facil de desencriptar??
alquien em podria echar una mano con esa??
27lucho is offline  
Old 07/22/2020, 09:20   #397
 
elite*gold: 0
Join Date: Jan 2020
Posts: 5
Received Thanks: 0
i have followed tutorial step by step and i do all the same like in the video but after i login with my GM account, server show maintenance and then i enter the server, i'm stuck with background login.
anyone plss how to fix this problem ???
tugimenmantap is offline  
Old 07/22/2020, 19:18   #398
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Quote:
Originally Posted by tugimenmantap View Post
i have followed tutorial step by step and i do all the same like in the video but after i login with my GM account, server show maintenance and then i enter the server, i'm stuck with background login.
anyone plss how to fix this problem ???
The problem is probably due to the fact that port 4300 is closed and the client cannot connect to the game server. The authorization response is correct.

See ServerInfo.txt file (MasterServer)
line in section [GameServer]:
Code:
ClientListenPort	=	4300
Is connection clients. Do not change.
If you change this port, the result is the same.
The client will not be able to connect to the game server.

to execute: CMD -> netstat -a -b
see port 4300 to IP Atlantica.exe
(requires system administrator privileges)
If port 4300 is occupied by another application, the server will not be able to operate.

You configure the firewall to enable notifications.
Delete rules Atlantica.exe and restart server and client.
Allow the network to be used when a notification appears.

Quote:
Originally Posted by 27lucho View Post
existe algun encriptador de archivos .ndt por que el que esta en las herramientas es facil de desencriptar??
alquien em podria echar una mano con esa??
There is such a code C#:
(Not used for a long time, like decodes 2 versions of .ndt files)
source file:
In some topic, this code came across here.
x123x123x is offline  
Old 07/22/2020, 21:25   #399
 
elite*gold: 0
Join Date: Oct 2018
Posts: 14
Received Thanks: 2
x123x123x
Gracias, me referia a que si existe algún programa que pueda encriptar archivos .ndt y que estos no sean fáciles de desencriptar, pues la herramienta (AtlanticaTool.exe) & (decrypt.exe) hacen que estos archivos se desencripten muy fácil.
O puedo contactarme con UD tengo un trabajo que usted lo puede hacer, yo le pagare por ello!!
27lucho is offline  
Old 07/26/2020, 00:07   #400
 
elite*gold: 0
Join Date: Oct 2018
Posts: 14
Received Thanks: 2
Tienes algún numero de contacto


x123x123x
27lucho is offline  
Old 07/27/2020, 07:25   #401
 
elite*gold: 0
Join Date: May 2011
Posts: 5
Received Thanks: 0


any idea what am I missing here? the front server acknowledge the login request but seem to not response back to the client, thanks in advance.
akaman is offline  
Old 07/27/2020, 12:25   #402
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Quote:
Originally Posted by akaman View Post


any idea what am I missing here? the front server acknowledge the login request but seem to not response back to the client, thanks in advance.
Check the account table for login and md5 password matches.
[AT_AccountDB].[dbo].[tbl_Account]
[ID], [Password]
md5 password hash is visible in the Front Server, compare them.
x123x123x is offline  
Old 07/27/2020, 15:29   #403
 
elite*gold: 0
Join Date: May 2011
Posts: 5
Received Thanks: 0
Quote:
Originally Posted by x123x123x View Post
Check the account table for login and md5 password matches.
[AT_AccountDB].[dbo].[tbl_Account]
[ID], [Password]
md5 password hash is visible in the Front Server, compare them.
IDNum ID Password SecondKey ChannelIndex
1475 localgod b31339ba438a7dbf77e922f3b03da8a5 NULL 10

this is the result i get from SQL, seems to be exactly the same hash like shown in the front server.
akaman is offline  
Old 07/27/2020, 23:15   #404
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Quote:
Originally Posted by akaman View Post
IDNum ID Password SecondKey ChannelIndex
1475 localgod b31339ba438a7dbf77e922f3b03da8a5 NULL 10

this is the result i get from SQL, seems to be exactly the same hash like shown in the front server.
Change the "Cannel Index" in table to 130.
The server operates with a 130 channel index.
x123x123x is offline  
Old 07/28/2020, 19:30   #405
 
elite*gold: 0
Join Date: Jul 2011
Posts: 13
Received Thanks: 0
I missing something ???




Help me please.
LySaoran 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 13:44.


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.