Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Atlantica Online
You last visited: Today at 06:58

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

Advertisement



Some Help Please

Discussion on Some Help Please within the Atlantica Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2016
Posts: 81
Received Thanks: 0
Some Help Please

Does anyone know anything / what to do about these?

1. I tried adding items and changing drop rates on monsters but they are not taking affect. i clicked All Modify (Save) this saves as a .dat file and even save text. but nothing is changing. -

2. How do i add NPCs in Rome? like if i want to place all the Skill NPCs in Rome how do i do this?

Many Thanks
joshy9 is offline  
Old 02/23/2017, 18:54   #2
 
elite*gold: 0
Join Date: Dec 2016
Posts: 81
Received Thanks: 0
oh and also add items to market at a Fixed Price.
joshy9 is offline  
Old 02/24/2017, 19:35   #3
 
nephren's Avatar
 
elite*gold: 92
Join Date: Aug 2009
Posts: 731
Received Thanks: 971
Any kind of changes within loots, will be saved on your client side. You have to copy the Client DAT file and replace it at your Server.

NPCGroup > Console (also saved client side-dat file.)
nephren is offline  
Old 02/25/2017, 12:52   #4
 
elite*gold: 0
Join Date: Dec 2016
Posts: 81
Received Thanks: 0
Quote:
Originally Posted by nephren View Post
Any kind of changes within loots, will be saved on your client side. You have to copy the Client DAT file and replace it at your Server.

NPCGroup > Console (also saved client side-dat file.)
Many Thanks for the help, do you know how to add items to market at a fixed price? for example Atlas Ore - 1,000 FIXED ? also how to do make npc's you add just stand instead of walking? one last question too is how to you turn into a GM? i made a gm account but they appear as normal char with gm commends.
joshy9 is offline  
Old 02/27/2017, 11:22   #5
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Quote:
Originally Posted by joshy9 View Post
oh and also add items to market at a Fixed Price.
Edit file:
x:/server/LANG/ENG/NPCTRADEITEM/npctradeitem_eng.ndt

For example, if you add the following line:
501 0 일급 교도관의 산탄총 1000

Result: "Officer's Shotgun" at a fixed price 1000.

Korean names of the item can be taken from the files in the folder x:/server/ITEM/DATA/


The client files no need to fix.
x123x123x is offline  
Old 02/27/2017, 18:15   #6
 
elite*gold: 0
Join Date: Dec 2016
Posts: 81
Received Thanks: 0
Quote:
Originally Posted by x123x123x View Post
Edit file:
x:/server/LANG/ENG/NPCTRADEITEM/npctradeitem_eng.ndt

For example, if you add the following line:
501 0 일급 교도관의 산탄총 1000

Result: "Officer's Shotgun" at a fixed price 1000.

Korean names of the item can be taken from the files in the folder x:/server/ITEM/DATA/


The client files no need to fix.
oh thank you so much, now i just need to figure out how to turn in to a [GM] angel with the white wings. and how to make npcs stop walking after adding them in.
joshy9 is offline  
Old 02/27/2017, 22:31   #7
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Quote:
how to turn in to a [GM] angel with the white wings
I badly understand about what here. To look at a nickname of this GM. Better screenshot.
x123x123x is offline  
Old 02/28/2017, 00:01   #8
 
elite*gold: 0
Join Date: Dec 2016
Posts: 81
Received Thanks: 0
Quote:
Originally Posted by x123x123x View Post
I badly understand about what here. To look at a nickname of this GM. Better screenshot.
this is what i mean, i wanted to know how to turn into the GM Angel -->
joshy9 is offline  
Old 02/28/2017, 06:45   #9
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
This model "MASTER1" (Kind_1 - Kind_4). To understand still how models are divided on mercenaries, npc and monsters. I think it different groups. In them conditions, for example change of model have to be described at an upgrade of the mercenary. Somewhere there it is necessary to look for the answer.
x123x123x is offline  
Old 02/28/2017, 09:50   #10
 
elite*gold: 0
Join Date: Sep 2011
Posts: 39
Received Thanks: 0
can any help ant tell how put pegasus items on client ?
mayby any hawe files for pegasus items. plz share or tell me plz wery big ty
kesttutiss25 is offline  
Old 03/03/2017, 08:44   #11
 
elite*gold: 0
Join Date: Dec 2016
Posts: 81
Received Thanks: 0
Quote:
Originally Posted by x123x123x View Post
This model "MASTER1" (Kind_1 - Kind_4). To understand still how models are divided on mercenaries, npc and monsters. I think it different groups. In them conditions, for example change of model have to be described at an upgrade of the mercenary. Somewhere there it is necessary to look for the answer.
thanks and thank you for all your help. all i need to do now is figure out how to reset the database. clean database from all guilds, characters, nations and accounts. so the account id, person id, guild id and nation id etc restarts at 1 instead of 1937.
joshy9 is offline  
Old 03/03/2017, 11:49   #12
 
nephren's Avatar
 
elite*gold: 92
Join Date: Aug 2009
Posts: 731
Received Thanks: 971
To turn into GM use the SolMain > Idx 0 and change Kind to 3

Start with IDs: 1
TRUNCATE TABLE
DBCC CHECKIDENT
nephren is offline  
Old 03/03/2017, 12:08   #13
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
When rewriting tables there were errors with sending on an foreign key. I haven't risked to delete this key and have just cleared tables of contents. Because of it some counters weren't nullified.
There is a lot of such keys, about 20 pieces. They in fact create dependences of tables among themselves.

-------
In the procedure the StoredProcedure [dbo].[rsp_MarketTrade] (AT_GameDB01) noticed an error. The variable with an error in her name is used.
It isn't sure that the mistake in the register of a symbol can create a problem (Ee).

Original:
Quote:
...
SELECT @REsultBankMoney = [Money] FROM [tbl_BankAccount] WHERE [PersonID] =@DstPersonID
...
Fixed:
Quote:
...
SELECT @ResultBankMoney = [Money] FROM [tbl_BankAccount] WHERE [PersonID] =@DstPersonID
...
Quote:
No declare: @REsultBankMoney; Declare: @ResultBankMoney.
If "E=е" in a name, then it doesn't influence result. And if a name unique, then as a result there can be errors in a market.
I haven't noticed a difference in a game so far.
x123x123x is offline  
Old 03/03/2017, 17:22   #14
 
elite*gold: 0
Join Date: Dec 2016
Posts: 81
Received Thanks: 0
Quote:
Originally Posted by nephren View Post

Start with IDs: 1
TRUNCATE TABLE
DBCC CHECKIDENT
Thanks for posting. could you kindly write a step by step guide i have no clue where to start what to get and how to run it.

Many Thanks to you all
joshy9 is offline  
Old 03/03/2017, 18:54   #15
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Quote:
USE [AT_GameDB01]
GO

UPDATE [dbo].[tbl_SolMain]
SET [PersonID] = 1933 /* ID your Person, example 1933 */
,[Kind] = 3

WHERE [PersonID] = 1933 /* ID your Person, example 1933 */
GO
result:
x123x123x is offline  
Reply




All times are GMT +2. The time now is 06:58.


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.