|
You last visited: Today at 12:48
Advertisement
[RELEASE] Atlantica Online Server V3.02.11
Discussion on [RELEASE] Atlantica Online Server V3.02.11 within the Atlantica Online forum part of the MMORPGs category.
10/03/2017, 18:56
|
#616
|
elite*gold: 0
Join Date: Sep 2011
Posts: 39
Received Thanks: 0
|
how add more then 99m in char ? like 900B?
|
|
|
10/03/2017, 19:48
|
#617
|
elite*gold: 50
Join Date: Apr 2015
Posts: 784
Received Thanks: 238
|
Quote:
Originally Posted by kesttutiss25
how add more then 99m in char ? like 900B?
|
Do not quite understand the question. Limit of 99m what exactly?
|
|
|
10/03/2017, 21:32
|
#618
|
elite*gold: 0
Join Date: Sep 2011
Posts: 39
Received Thanks: 0
|
i interesed how take more money in game wen use gm command /money 0 99.999.999 its don`t give more only 99m
|
|
|
10/03/2017, 23:46
|
#619
|
elite*gold: 50
Join Date: Apr 2015
Posts: 784
Received Thanks: 238
|
Quote:
Originally Posted by kesttutiss25
i interesed how take more money in game wen use gm command /money 0 99.999.999 its don`t give more only 99m
|
For example to use platinum coins and exchange them.
GM commands are limited to the server and the client (GM Protocol). It is unlikely that they can just change.
The truth is we have no GM client (not the game client), maybe it has more features.
|
|
|
10/05/2017, 18:30
|
#620
|
elite*gold: 0
Join Date: Sep 2011
Posts: 39
Received Thanks: 0
|
do u know wer need change the platinum coins npc buy for 35m or more ?
|
|
|
10/05/2017, 21:40
|
#621
|
elite*gold: 50
Join Date: Apr 2015
Posts: 784
Received Thanks: 238
|
Don't quite understand the question.
The item (coin) has in its properties the cost:
Quote:
Unique | Name | NameTextNum | Code | ImageFile | ImageFont | GradeCode | IsShow | MakeList | ItemFunc | FuncParam | MakeSkill | MakeSkillLevel | TradeList | UseWill | bUse | AddExp | CostPrice | Work | productUnit | Material | Tool | Explain | 8374 | 아틀란티스 백금화 | 3023 | NULL | 15 | 23 | LUXURY | 1 | 0 | USE_NPCBUYING | NPCBUYING_INTEREST | NULL | 0 | 1 | 0 | 0 | 0 | 10000000 | 0 | 1 | NULL | NULL | 867 |
|
CostPrice = price buy NPC. (any your price)
Default: NPC buys at 100pc (coins) for 1 time = 1 billion... Why more?
If you do not need the price increased and was always equal to the reference value zero option "NPCBUYING_INTEREST", instead of a function, specify NULL.
I'm not sure where in the files I found setup of Interest for coins.
|
|
|
10/09/2017, 16:06
|
#622
|
elite*gold: 0
Join Date: Oct 2017
Posts: 1
Received Thanks: 0
|
Quote:
Originally Posted by AOPSERVER
Server Files + DB Download link:
|
Thank you ineed to try this
|
|
|
11/02/2017, 20:25
|
#623
|
elite*gold: 0
Join Date: Dec 2016
Posts: 81
Received Thanks: 0
|
Hi everyone i came on here back in Feb/March 17 and i got help making my own personal server thanks to a lot of help from you all and x123x123x (many thanks).
Now i did not play on my server for 4-5months, now that i decided to play on it. i do not see my Characters i made back in Feb/March 17 the character screen is blank (see links)
i also put images on showing account and person page from database. i made a new character to see if it appears and it does.
so i wonder why my first 2 characters are not showing? do characters get removed after some time?
Many Thanks
Josh
|
|
|
11/02/2017, 21:29
|
#624
|
elite*gold: 50
Join Date: Apr 2015
Posts: 784
Received Thanks: 238
|
And you do not accidentally signed up characters to this table:
[AT_AccountDB].[dbo].[tbl_TiredServer]
Or this table:
[AT_AccountDB].[dbo].[tbl_Tired]
If they are there, waiting time. This is the mechanism of "fatigue", for example 20 hours of the game and then disabled loot, experience and is notified about the need to leave the game for a few hours.
By default disabled in the server configuration: TiredEnable 0
file x:\server\serverinfo\eng\serverinfo.txt
If the characters and / or account is in these tables, we can just delete it from these tables.
|
|
|
11/02/2017, 22:39
|
#625
|
elite*gold: 0
Join Date: Dec 2016
Posts: 81
Received Thanks: 0
|
Quote:
Originally Posted by x123x123x
And you do not accidentally signed up characters to this table:
[AT_AccountDB].[dbo].[tbl_TiredServer]
Or this table:
[AT_AccountDB].[dbo].[tbl_Tired]
If they are there, waiting time. This is the mechanism of "fatigue", for example 20 hours of the game and then disabled loot, experience and is notified about the need to leave the game for a few hours.
By default disabled in the server configuration: TiredEnable 0
file x:\server\serverinfo\eng\serverinfo.txt
If the characters and / or account is in these tables, we can just delete it from these tables.
|
Thank you for your reply. i checked both tables and they are both empty tables. also the TiredEnabled is at 0
|
|
|
11/03/2017, 06:49
|
#626
|
elite*gold: 50
Join Date: Apr 2015
Posts: 784
Received Thanks: 238
|
And you have such a query is executed?
Quote:
SELECT [IDNum]
,[ID]
,[MasterLevel]
FROM [AT_GAMEDB01].[AT_AccountDB].[dbo].[tbl_Account]
GO
|
This sample uses the linked server.
|
|
|
11/03/2017, 11:55
|
#627
|
elite*gold: 0
Join Date: Dec 2016
Posts: 81
Received Thanks: 0
|
Quote:
Originally Posted by x123x123x
And you have such a query is executed?
This sample uses the linked server.
|
Yes, i had one account as normal account and one account as GM account. they worked fine 6-7months ago but now i go back to play the characters i made have vanished. i do not understand why they are not showing up. i can create new characters but the ones i made 6-7 months back are not there in select screen but they are there in the databases as you see the screenshots in links in last post. very strange
|
|
|
11/03/2017, 14:12
|
#628
|
elite*gold: 50
Join Date: Apr 2015
Posts: 784
Received Thanks: 238
|
I also do not quite understand why this happens. I have database accounts 2010 with the characters and any of them can go. Nothing disappears, even those who are in the queue for deletion waiting for confirmation.
There was one problem with Community server. And who would have thought, the solution was the restoration of the C++ libraries 2015 x86. Played some game and when it is installed, it changed the libraries. The Community was not connected to the game server.
You can still see the table [AT_GameDB01].[dbo].[tbl_SolMain]. This table contains information about the 3D model of the character [Kind]. Perhaps there is a model that the client does not display. I once played there with the models, some were not displayed at login, some can't move, some see only the nickname.
By the way, if you click start with a blank character included in the game?
|
|
|
11/03/2017, 17:17
|
#629
|
elite*gold: 0
Join Date: Dec 2016
Posts: 81
Received Thanks: 0
|
Quote:
Originally Posted by x123x123x
I also do not quite understand why this happens. I have database accounts 2010 with the characters and any of them can go. Nothing disappears, even those who are in the queue for deletion waiting for confirmation.
There was one problem with Community server. And who would have thought, the solution was the restoration of the C++ libraries 2015 x86. Played some game and when it is installed, it changed the libraries. The Community was not connected to the game server.
You can still see the table [AT_GameDB01].[dbo].[tbl_SolMain]. This table contains information about the 3D model of the character [Kind]. Perhaps there is a model that the client does not display. I once played there with the models, some were not displayed at login, some can't move, some see only the nickname.
By the way, if you click start with a blank character included in the game?
|
I tried clicking start on the blank character screen and it says i need to create character first.
I then went to table [AT_GameDB01].[dbo].[tbl_SolMain] i think this is where the problem is. PersonID 1 and 2 are missing from the table (as seen in the link screenshot) so i think this is the problem why they are not showing. I do not understand why they have been removed from this table as i have not cleared them.
|
|
|
11/03/2017, 19:09
|
#630
|
elite*gold: 50
Join Date: Apr 2015
Posts: 784
Received Thanks: 238
|
In General, the table says you only have 1 character ID 3, which 5 mercenaries.
View the table in [AT_InterDB01].[dbo].[tbl_Person]. Maybe copy the characters or they are there. Although this database is to the server Titan.
If they are there, then we should use the return procedure [AT_GameDB01].[dbo].[rsp_PersonCopyStart_TitanToGame].
If you have a backup, it is better to recover the database AT_GameDB01.
|
|
|
All times are GMT +1. The time now is 12:48.
|
|