Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Atlantica Online
You last visited: Today at 02:47

  • 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 05/15/2020, 21:42   #331
 
elite*gold: 0
Join Date: Aug 2019
Posts: 24
Received Thanks: 1
after starting the game, the item box does not open.

Where can I edit all map and monster information?
YunJong is offline  
Old 05/17/2020, 19:46   #332
 
xlw00tlx's Avatar
 
elite*gold: 0
Join Date: Aug 2015
Posts: 149
Received Thanks: 28
@ how did you get hacked?
your end unproctected or maybe backdoor in files?anyone checked?
xlw00tlx is offline  
Old 05/17/2020, 22:07   #333
 
HighGamer.'s Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 1,599
Received Thanks: 719
Quote:
Originally Posted by xlw00tlx View Post
@ how did you get hacked?
your end unproctected or maybe backdoor in files?anyone checked?
SQL Server 2014.. fresh install from microsoft.. if you don't disable the port 1433 to be accessible from the outside.. then some hacker can hack you somehow.. idk what exploit he uses but ya.. he gets full root access to your RDP and installs some kind i forgot already but it looks like a java icon to make it look legitimate taking all your CPU resources.. if you End Task it it will come back in about a minute.. you need to go into safe mode and delete the whole folder it creates to get rid of it.. I probably had this virus




Server files are not backdoored dont worry its not that it was 100% SQL Server 2014 that was compromised. The crypto miner was running on username MSSQL$INSTANCE or whatever in the task manager.. meaning it was started by SQL Server 2014.
HighGamer. is offline  
Old 05/18/2020, 00:10   #334
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
The default MSSQL port 1433 is shown for example only. For security reasons, it can never be used. Everything is easily configured to any free port.
x123x123x is offline  
Old 05/22/2020, 05:42   #335
 
elite*gold: 0
Join Date: May 2019
Posts: 73
Received Thanks: 12
Quote:
Originally Posted by HighGamer. View Post
I run a server with only 8 GB it has little lag.. but still has lag.. but ya its the cheapest I could get.. 7.99$/month for 8 GB ram.. and its always at 90-99% Memory and 80-90% CPU.. i burn the server like crazy but it still pulls through online for a month without crashes.
There is no problem with that
faighenzho is offline  
Old 05/22/2020, 08:01   #336
 
HighGamer.'s Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 1,599
Received Thanks: 719
Fixed AuthServer (kinda!)

The Bug



dl links mediafire



Bug fix


Patches
Code:
//Before
81 FF 10 27 00 00 0F 82 A5 00 00 00
//After
81 FF 10 27 00 00 E9 A6 00 00 00 00
After Patched files running.
Now you will see this.. a empty folder.. no more Gigs of harddrive wasted for no reason!.


AlfaGame server files



New LinkedServers script.. auto does the RPC In/Out to True!
Code:
exec sp_addlinkedserver 'AccountDB','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'AccountDB','false',null,'sa','qweQWE123'
exec sp_serveroption 'AccountDB', 'rpc', true
exec sp_serveroption 'AccountDB', 'rpc out', true

exec sp_addlinkedserver 'AT_AccountDB','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'AT_AccountDB','false',null,'sa','qweQWE123'
exec sp_serveroption 'AT_AccountDB', 'rpc', true
exec sp_serveroption 'AT_AccountDB', 'rpc out', true

exec sp_addlinkedserver 'AT_GAMEDB01','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'AT_GAMEDB01','false',null,'sa','qweQWE123'
exec sp_serveroption 'AT_GAMEDB01', 'rpc', true
exec sp_serveroption 'AT_GAMEDB01', 'rpc out', true

exec sp_addlinkedserver 'AtlanticaAPI','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'AtlanticaAPI','false',null,'sa','qweQWE123'
exec sp_serveroption 'AtlanticaAPI', 'rpc', true
exec sp_serveroption 'AtlanticaAPI', 'rpc out', true

exec sp_addlinkedserver 'atlanticagamelog','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'atlanticagamelog','false',null,'sa','qweQWE123'
exec sp_serveroption 'atlanticagamelog', 'rpc', true
exec sp_serveroption 'atlanticagamelog', 'rpc out', true

exec sp_addlinkedserver 'AtlanticaWeb','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'AtlanticaWeb','false',null,'sa','qweQWE123'
exec sp_serveroption 'AtlanticaWeb', 'rpc', true
exec sp_serveroption 'AtlanticaWeb', 'rpc out', true

exec sp_addlinkedserver 'BRIDGE','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'BRIDGE','false',null,'sa','qweQWE123'
exec sp_serveroption 'BRIDGE', 'rpc', true
exec sp_serveroption 'BRIDGE', 'rpc out', true

exec sp_addlinkedserver 'CHAtlanticaDB','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'CHAtlanticaDB','false',null,'sa','qweQWE123'
exec sp_serveroption 'CHAtlanticaDB', 'rpc', true
exec sp_serveroption 'CHAtlanticaDB', 'rpc out', true

exec sp_addlinkedserver 'gngmember','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'gngmember','false',null,'sa','qweQWE123'
exec sp_serveroption 'gngmember', 'rpc', true
exec sp_serveroption 'gngmember', 'rpc out', true

exec sp_addlinkedserver 'GNGWEB','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'GNGWEB','false',null,'sa','qweQWE123'
exec sp_serveroption 'GNGWEB', 'rpc', true
exec sp_serveroption 'GNGWEB', 'rpc out', true

exec sp_addlinkedserver 'AT_Community','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'AT_Community','false',null,'sa','qweQWE123'
exec sp_serveroption 'AT_Community', 'rpc', true
exec sp_serveroption 'AT_Community', 'rpc out', true

exec sp_addlinkedserver 'ATLANTICA','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'ATLANTICA','false',null,'sa','qweQWE123'
exec sp_serveroption 'ATLANTICA', 'rpc', true
exec sp_serveroption 'ATLANTICA', 'rpc out', true

exec sp_addlinkedserver 'ATLANTICALOG','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'ATLANTICALOG','false',null,'sa','qweQWE123'
exec sp_serveroption 'ATLANTICALOG', 'rpc', true
exec sp_serveroption 'ATLANTICALOG', 'rpc out', true

exec sp_addlinkedserver 'INTERDB','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'INTERDB','false',null,'sa','qweQWE123'
exec sp_serveroption 'INTERDB', 'rpc', true
exec sp_serveroption 'INTERDB', 'rpc out', true

exec sp_addlinkedserver 'NGMDB','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'NGMDB','false',null,'sa','qweQWE123'
exec sp_serveroption 'NGMDB', 'rpc', true
exec sp_serveroption 'NGMDB', 'rpc out', true

exec sp_addlinkedserver 'LC_BILLING','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'LC_BILLING','false',null,'sa','qweQWE123'
exec sp_serveroption 'LC_BILLING', 'rpc', true
exec sp_serveroption 'LC_BILLING', 'rpc out', true

exec sp_addlinkedserver 'MEMBER','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'MEMBER','false',null,'sa','qweQWE123'
exec sp_serveroption 'MEMBER', 'rpc', true
exec sp_serveroption 'MEMBER', 'rpc out', true

exec sp_addlinkedserver 'NDOORSI','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'NDOORSI','false',null,'sa','qweQWE123'
exec sp_serveroption 'NDOORSI', 'rpc', true
exec sp_serveroption 'NDOORSI', 'rpc out', true

exec sp_addlinkedserver 'NDOORS','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'NDOORS','false',null,'sa','qweQWE123'
exec sp_serveroption 'NDOORS', 'rpc', true
exec sp_serveroption 'NDOORS', 'rpc out', true

exec sp_addlinkedserver 'LKDBRIDGE','','SQLOLEDB', [MENTION=5025131]@se[/MENTION]RVERNAME
exec sp_addlinkedsrvlogin 'LKDBRIDGE','false',null,'sa','qweQWE123'
exec sp_serveroption 'LKDBRIDGE', 'rpc', true
exec sp_serveroption 'LKDBRIDGE', 'rpc out', true
Attached Files
File Type: zip AuthServer patched.zip (201.6 KB, 61 views)
HighGamer. is offline  
Thanks
1 User
Old 05/22/2020, 18:33   #337
 
elite*gold: 0
Join Date: Dec 2011
Posts: 45
Received Thanks: 1
Has anyone managed to start the client with more ITEMIMG38 +?
artem21001 is offline  
Old 05/24/2020, 04:19   #338
 
HighGamer.'s Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 1,599
Received Thanks: 719
I been running a SQL Profiler to find out why my server gets the game blackscreen.. even though it was working fine for a month.. and i found out these problems on it.

These 4 queries it does have a semicolon for no reason.. probably some faulty procedures or functions
Code:
exec "AT_Community"."dbo"."rf_GetServerCodeByServerID";1 100

exec "AT_ACCOUNTDB"."dbo"."rasp_SystemUserNumSet";1 '2020-05-23 19:05:00',100,130,N'',1

exec "AT_AccountDB"."dbo"."rasp_BlockCheck";1 NULL

declare @p5 int
set @p5=1
exec "AT_AccountDB"."dbo"."rasp_OneTimeKeyAuth";1 N'',16104,N'69365227',0,@p5 output,1
select @p5
the main problem is

Code:
select collationname(0x0904D00034)
this select above is most likely generated by a SQL exploit that hijacks your server.. and is probably responsible for the black screen.. I can't figure out where it comes from I will update this post after I dump my whole database to SQL.

I found a google answers page that says 0x0904D00034 and collationname has something to do with xp_cmdshell which is used to run files on your computer to install trojans/viruses etc..



I can't see which scripts are ran on SQL Server Profiler when I restart the SQL Server because i'm not fast enough to start a new trace after a connection is lost.. so i cant find it that way.

I also recommend everyone start using SQL Server 2018 or newer.. and install
SSMS-Setup-ENU.exe (534 MB)
HighGamer. is offline  
Old 05/24/2020, 13:16   #339
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
What occurred. Procedure [dbo]. [rasp_OneTimeKeyAuth] is waiting for an incoming parameter 'ID' that was not passed in the procedure input. The variable '@p5' returns a result, this variable refers to an external application and is declared in it.
Your incoming settings are:
Quote:
@ID nvarchar(64) = N'' <- is null
@IDNum int = 16104
@OneTimeKey nvarchar(10) = N'69365227'
@AddTime int = 0
@Result int OUTPUT = '@p5' <- is an external server variable. This is the output of the procedure. Output data value '1' or '-1'. We leave an exit empty.
@isInit bit = 1
If you perform the procedure with these incoming parameters, you get the result of this error:
"Procedure or function 'rasp_OneTimeKeyAuth' expects parameter '@ID', which was not supplied."
It is enough to change the incoming parameters, such as the incoming parameter '@ID' set to a default value (not null) because it is not used in this procedure.
In general, this procedure is doubtful, here it is:
ID - don`t use. Is UserID (client game login).
The first condition is not met: ...and OneTimeKey <> N''... <- The OneTimeKey record is empty in the table.

[dbo].[tbl_OneTimeKey]:
Quote:
IDNumExpireTimeOneTimeKey
161062020-01-25 00:31:00 
161072020-01-24 01:29:00 
The second condition works by flag "1" of incoming parameter "@isInit". It clears the OneTimeKey entry in the table.
x123x123x is offline  
Old 05/26/2020, 00:32   #340
 
HighGamer.'s Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 1,599
Received Thanks: 719
any idea why it has a semicolon ? ; I can't find that semicolon anywhere in that function ? but anyways I got it all working.. its still got the black screen but it goes away in 5-10 seconds.. and loads game.. just laggy SQL Server/Server in general. I ran a SQL fragmentation indexes rebuild query I found on google which made it a little faster.



do it without script it looks like this.. very time consuming


I ran this script.. it runs like 20 different scripts to optimize your SQL Databases.

main script is you will need it's about 500 KB.. very big script


if you get errors you may also need to run these below





you can find all the files you need at github too


after the script is installed into master database run these

Code:
EXECUTE dbo.IndexOptimize [MENTION=515436]database[/MENTION]s = 'USER_DATABASES',  [MENTION=2393526]updates[/MENTION]tatistics = 'ALL', [MENTION=4507443]onlym[/MENTION]odifiedStatistics = 'Y'

EXECUTE dbo.IndexOptimize [MENTION=515436]database[/MENTION]s = 'USER_DATABASES', [MENTION=2200120]fragmentation[/MENTION]Low = NULL, [MENTION=2200120]fragmentation[/MENTION]Medium = 'INDEX_REORGANIZE,INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE', [MENTION=2200120]fragmentation[/MENTION]High = 'INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE', [MENTION=2200120]fragmentation[/MENTION]Level1 = 5, [MENTION=2200120]fragmentation[/MENTION]Level2 = 30

EXECUTE dbo.IndexOptimize [MENTION=515436]database[/MENTION]s = 'USER_DATABASES', [MENTION=2200120]fragmentation[/MENTION]Low = NULL, [MENTION=2200120]fragmentation[/MENTION]Medium = 'INDEX_REORGANIZE,INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE', [MENTION=2200120]fragmentation[/MENTION]High = 'INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE', [MENTION=2200120]fragmentation[/MENTION]Level1 = 5, [MENTION=2200120]fragmentation[/MENTION]Level2 = 30,  [MENTION=2393526]updates[/MENTION]tatistics = 'ALL', [MENTION=4507443]onlym[/MENTION]odifiedStatistics = 'Y'

EXECUTE dbo.DatabaseIntegrityCheck [MENTION=515436]database[/MENTION]s = 'USER_DATABASES',
@CheckCommands = 'CHECKDB', [MENTION=299421]physical[/MENTION]Only = 'Y'
Output log looks like this

Code:
Date and time: 2020-05-25 16:07:30
Server: WIN-N9EGEDN1VVH\SQLEXPRESS
Version: 14.0.1000.169
Edition: Express Edition (64-bit)
Platform: Windows
Procedure: [master].[dbo].[IndexOptimize]
Parameters: @Databases = 'USER_DATABASES', @FragmentationLow = NULL, @FragmentationMedium = 'INDEX_REORGANIZE,INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE', @FragmentationHigh = 'INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE', @FragmentationLevel1 = 5, @FragmentationLevel2 = 30, @MinNumberOfPages = 1000, @MaxNumberOfPages = NULL, [MENTION=1251457]sorti[/MENTION]nTempdb = 'N', @MaxDOP = NULL, @FillFactor = NULL, @PadIndex = NULL, @LOBCompaction = 'Y', [MENTION=2393526]updates[/MENTION]tatistics = 'ALL', @OnlyModifiedStatistics = 'Y', [MENTION=663625]statistic[/MENTION]sModificationLevel = NULL, [MENTION=663625]statistic[/MENTION]sSample = NULL, [MENTION=663625]statistic[/MENTION]sResample = 'N', @PartitionLevel = 'Y', @MSShippedObjects = 'N', @Indexes = NULL, [MENTION=1222782]TimeLimit[/MENTION] = NULL, @Delay = NULL, [MENTION=778727]wait[/MENTION]AtLowPriorityMaxDuration = NULL, [MENTION=778727]wait[/MENTION]AtLowPriorityAbortAfterWait = NULL, @Resumable = 'N', @AvailabilityGroups = NULL, @LockTimeout = NULL, @LockMessageSeverity = 16, [MENTION=622889]string[/MENTION]Delimiter = ',', @DatabaseOrder = NULL, @DatabasesInParallel = 'N', @LogToTable = 'N', @Execute = 'Y'
Version: 2020-01-26 14:06:53
Source: [url]https://ola.hallengren.com[/url]
	
Date and time: 2020-05-25 16:07:36
Database: [AT_AccountDB]
State: ONLINE
Standby: No
Updateability: READ_WRITE
User access: MULTI_USER
Recovery model: FULL
Is accessible: Yes
	
Date and time: 2020-05-25 16:10:19
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [PK_Account]
Comment: ObjectType: Table, IndexType: Index, IndexType: Clustered, Incremental: N, RowCount: 360, ModificationCounter: 6
Outcome: Succeeded
Duration: 00:00:00
Date and time: 2020-05-25 16:10:19
	
Date and time: 2020-05-25 16:10:22
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [IX_tbl_Account]
Comment: ObjectType: Table, IndexType: Index, IndexType: NonClustered, Incremental: N, RowCount: 360, ModificationCounter: 6
Outcome: Succeeded
Duration: 00:00:01
Date and time: 2020-05-25 16:10:23
	
Date and time: 2020-05-25 16:10:24
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [IX_tbl_Account_RegDate]
Comment: ObjectType: Table, IndexType: Index, IndexType: NonClustered, Incremental: N, RowCount: 360, ModificationCounter: 6
Outcome: Succeeded
Duration: 00:00:00
Date and time: 2020-05-25 16:10:24
	
Date and time: 2020-05-25 16:10:27
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [IX_tbl_Account_Userno]
Comment: ObjectType: Table, IndexType: Index, IndexType: NonClustered, Incremental: N, RowCount: 360, ModificationCounter: 6
Outcome: Succeeded
Duration: 00:00:01
Date and time: 2020-05-25 16:10:28
	
Date and time: 2020-05-25 16:10:30
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [_WA_Sys_00000003_13F1F5EB]
Comment: ObjectType: Table, IndexType: Column, Incremental: N, RowCount: 360, ModificationCounter: 7
Outcome: Succeeded
Duration: 00:00:00
Date and time: 2020-05-25 16:10:30
	
Date and time: 2020-05-25 16:10:32
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [_WA_Sys_00000004_13F1F5EB]
Comment: ObjectType: Table, IndexType: Column, Incremental: N, RowCount: 360, ModificationCounter: 6
Outcome: Succeeded
Duration: 00:00:00
Date and time: 2020-05-25 16:10:32
	
Date and time: 2020-05-25 16:10:35
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [_WA_Sys_00000005_13F1F5EB]
Comment: ObjectType: Table, IndexType: Column, Incremental: N, RowCount: 360, ModificationCounter: 7
Outcome: Succeeded
Duration: 00:00:00
Date and time: 2020-05-25 16:10:35
	
Date and time: 2020-05-25 16:10:37
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [_WA_Sys_00000006_13F1F5EB]
Comment: ObjectType: Table, IndexType: Column, Incremental: N, RowCount: 360, ModificationCounter: 6
Outcome: Succeeded
Duration: 00:00:00
Date and time: 2020-05-25 16:10:37
	
Date and time: 2020-05-25 16:10:39
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [_WA_Sys_00000008_13F1F5EB]
Comment: ObjectType: Table, IndexType: Column, Incremental: N, RowCount: 360, ModificationCounter: 6
Outcome: Succeeded
Duration: 00:00:00
Date and time: 2020-05-25 16:10:39
	
Date and time: 2020-05-25 16:10:40
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [_WA_Sys_00000009_13F1F5EB]
Comment: ObjectType: Table, IndexType: Column, Incremental: N, RowCount: 360, ModificationCounter: 17
Outcome: Succeeded
Duration: 00:00:01
Date and time: 2020-05-25 16:10:41
	
Date and time: 2020-05-25 16:10:41
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [_WA_Sys_0000000A_13F1F5EB]
Comment: ObjectType: Table, IndexType: Column, Incremental: N, RowCount: 360, ModificationCounter: 6
Outcome: Succeeded
Duration: 00:00:00
Date and time: 2020-05-25 16:10:41
	
Date and time: 2020-05-25 16:10:42
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [_WA_Sys_0000000B_13F1F5EB]
Comment: ObjectType: Table, IndexType: Column, Incremental: N, RowCount: 360, ModificationCounter: 6
Outcome: Succeeded
Duration: 00:00:00
Date and time: 2020-05-25 16:10:42
	
Date and time: 2020-05-25 16:10:42
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [_WA_Sys_0000000D_13F1F5EB]
Comment: ObjectType: Table, IndexType: Column, Incremental: N, RowCount: 360, ModificationCounter: 9
Outcome: Succeeded
Duration: 00:00:00
Date and time: 2020-05-25 16:10:42
	
Date and time: 2020-05-25 16:10:44
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [_WA_Sys_0000000E_13F1F5EB]
Comment: ObjectType: Table, IndexType: Column, Incremental: N, RowCount: 360, ModificationCounter: 6
Outcome: Succeeded
Duration: 00:00:00
Date and time: 2020-05-25 16:10:44
	
Date and time: 2020-05-25 16:10:46
Database context: [AT_AccountDB]
Command: UPDATE STATISTICS [dbo].[tbl_Account] [_WA_Sys_0000000F_13F1F5EB]
Comment: ObjectType: Table, IndexType: Column, Incremental: N, RowCount: 360, ModificationCounter: 6
Outcome: Succeeded
Duration: 00:00:00
Date and time: 2020-05-25 16:10:46
HighGamer. is offline  
Old 05/26/2020, 20:28   #341
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
";" -> It's probably just a recording format.
There is an example:
Quote:
DECLARE @GetServerCode nvarchar(15);
SET @GetServerCode = NULL;
EXEC @GetServerCode = "AT_Community"."dbo"."rf_GetServerCodeByServerID"; 1 100;
PRINT @GetServerCode;
GO
result:
AT_Inca

This is how you can assign the value of the procedure result to the variable.
Roughly also implemented in an external application.

There is a built-in procedure for re-indexing:
[AT_GameDB01].[dbo].[rasp_ReindexAll]
Running without input_data.
Quote:
USE [AT_GameDB01]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[rasp_ReindexAll]
SELECT 'Return Value' = @return_value
GO
x123x123x is offline  
Thanks
1 User
Old 05/26/2020, 21:16   #342
 
elite*gold: 0
Join Date: Dec 2011
Posts: 45
Received Thanks: 1
Hello!

When the level rises above 150 (through the database), the experience in the database ceases to be recorded. I understand this restriction at the exe file level. Has anyone managed to get around this?
------------------------------------------------
seems to be a limitation at the server exе
artem21001 is offline  
Old 05/27/2020, 08:32   #343
 
HighGamer.'s Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 1,599
Received Thanks: 719
thanks 123x123x that enlightened me more.

I got one more another question.

say in TextMgr_CharInfo_ENG file you find the npc/mob Artillerywoman which is listed as 2194. But her real Id is 2316? where can I find this 2316 which links to 2194 which file is that do you know?

real ID: Artillerywoman 2316

In file TextMgr_CharInfo_ENG :

2194 Artillerywoman[II] Lv. 130 Merc. Upgrade 218 14889
HighGamer. is offline  
Old 05/27/2020, 11:09   #344
 
elite*gold: 0
Join Date: Jul 2011
Posts: 170
Received Thanks: 63
Quote:
Originally Posted by HighGamer. View Post
thanks 123x123x that enlightened me more.

I got one more another question.

say in TextMgr_CharInfo_ENG file you find the npc/mob Artillerywoman which is listed as 2194. But her real Id is 2316? where can I find this 2316 which links to 2194 which file is that do you know?

real ID: Artillerywoman 2316

In file TextMgr_CharInfo_ENG :

2194 Artillerywoman[II] Lv. 130 Merc. Upgrade 218 14889
look at CharInfo/CharKindInfo.ndt
2194 is her name id
2316 is her kind
magenub is offline  
Thanks
1 User
Old 05/27/2020, 11:16   #345
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
All pc\npc can be found in ..Atlantica\CharInfo\CharAttackInfo.ndt file.
In the "NameTextNum" field, their text name number.
The value "Char" contains the system name.
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 02:47.


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.