Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Atlantica Online
You last visited: Today at 11:48

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

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.

Reply
 
Old 12/05/2016, 09:09   #226
 
elite*gold: 0
Join Date: Jul 2008
Posts: 51
Received Thanks: 1
How to make Goonzu World run everyday?
And How to start with all crafting skills 120?
tini is offline  
Old 12/05/2016, 14:07   #227
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Quote:
Originally Posted by tini View Post
How to make Goonzu World run everyday?
And How to start with all crafting skills 120?
Goonzu World

Atlantica\ServerInfo\Eng\EventMapInfo.ndt

CraftSkill:
Code:
USE [AT_GameDB01]
GO

UPDATE [dbo].[tbl_MakeSkill]
   SET [PersonID] = 1925
      ,[SkillLevel] = 120
      ,[Exp] = 1000
 WHERE [PersonID] = 1925
GO
PersonID = ID Char in DB.

LifeSkill:
Code:
USE [AT_GameDB01]
GO

UPDATE [dbo].[tbl_LifeSkill]
   SET [PersonID] = 1925
      ,[SkillLevel] = 120
      ,[Exp] = 1000
 WHERE [PersonID] = 1925
GO
PersonID = ID Char in DB

You must have skill level 1 or above, in DB not 0 lvl skill.

I'm not good at of MSSQL, if there is no ability to have a character, then you can add it to this line:
Code:
USE [AT_GameDB01]
GO

INSERT INTO [dbo].[tbl_MakeSkill]
           ([PersonID]
           ,[SkillUnique]
           ,[SkillLevel]
           ,[Exp])
     VALUES
           (1925, 22, 120, 0)
GO
Where:
1925 - ID character
22 - Index skills (number 1 to 35)
120 - Skill Level
0 - experience skills.
x123x123x is offline  
Thanks
1 User
Old 12/08/2016, 11:49   #228
 
elite*gold: 0
Join Date: Oct 2016
Posts: 15
Received Thanks: 0
Quote:
Originally Posted by tini View Post
How to make Goonzu World run everyday?
edit file ServerInfo\ENG\EventMapInfo.ndt

Quote:
Type: GOONZUWORLD
TextIndex GateUnique LimitWarpLevel
380 973 90
ReturnVillage
1 2 3
MapIndex
288 289 290 -1 -1
IndunUnique
-1 -1 -1 -1 -1
StartWeekday StartHour EndWeekDay EndHour
0 0 0 24
1 0 0 24
2 0 0 24
3 0 0 24
4 0 0 24
5 0 0 24
6 0 0 24
-1
w4hyoedi is offline  
Old 12/08/2016, 12:20   #229
 
elite*gold: 0
Join Date: Sep 2016
Posts: 121
Received Thanks: 8
Quote:
Originally Posted by w4hyoedi View Post
edit file ServerInfo\ENG\EventMapInfo.ndt
Maybe it's easier?
Ramazes is offline  
Thanks
1 User
Old 12/08/2016, 12:26   #230
 
elite*gold: 0
Join Date: Oct 2016
Posts: 15
Received Thanks: 0
Quote:
Originally Posted by Ramazes View Post
Maybe it's easier?
everyday 24 hours?
w4hyoedi is offline  
Old 12/08/2016, 12:59   #231
 
elite*gold: 0
Join Date: Sep 2016
Posts: 121
Received Thanks: 8
Quote:
Originally Posted by w4hyoedi View Post
edit file ServerInfo\ENG\EventMapInfo.ndt
Quote:
Originally Posted by w4hyoedi View Post
everyday 24 hours?
Yea
Ramazes is offline  
Old 12/10/2016, 16:58   #232
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Maybe someone can help. Removes all messages from the sender's address including gaming items. It is useful when the subject accidentally sent to the calling client crash (does not exist in the game).
Code:
USE [AT_GameDB01]
GO

DELETE FROM [dbo].[tbl_Post]
      where [SenderName] = 'GM'
GO
[SenderName] = 'nickname'
x123x123x is offline  
Old 12/11/2016, 17:47   #233
 
elite*gold: 0
Join Date: Jul 2014
Posts: 6
Received Thanks: 0

Good afternoon! I have no big problem, everything works, but here writes that Game Server Connection-LISTENING (not connected) when entering the customer I can log in but writes that the server is not available, help pliz
Marvel96 is offline  
Old 12/12/2016, 03:13   #234
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Quote:
Originally Posted by Marvel96 View Post

Good afternoon! I have no big problem, everything works, but here writes that Game Server Connection-LISTENING (not connected) when entering the customer I can log in but writes that the server is not available, help pliz
View the MasterServer configuration and the IP of the GameServer + is not start FrontServer.
Edit file ServerIP.ndt to GameServer.
x123x123x is offline  
Old 12/12/2016, 04:59   #235
 
elite*gold: 0
Join Date: Jul 2014
Posts: 6
Received Thanks: 0
Quote:
Originally Posted by x123x123x View Post
View the MasterServer configuration and the IP of the GameServer + is not start FrontServer.
Edit file ServerIP.ndt to GameServer.
Could you send your files servers pliz, I have all the standard configured ip 127.0.0.1 Username sa password qweQWE123
Marvel96 is offline  
Old 12/12/2016, 09:23   #236
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
ServerIP.ndt 127.0.0.1 _http://rgho.st/8vjFYkb6R
ServerIP.ndt 127.0.0.1 + any IP network card (0.0.0.0) _http://rgho.st/6NqDxZ7WB
File store 90 day.
Configure me MasterServer post 224 (spoiler).
Firewall port open?
x123x123x is offline  
Thanks
1 User
Old 12/12/2016, 09:43   #237
 
elite*gold: 0
Join Date: Jul 2014
Posts: 6
Received Thanks: 0
Quote:
Originally Posted by x123x123x View Post
ServerIP.ndt 127.0.0.1 _http://rgho.st/8vjFYkb6R
ServerIP.ndt 127.0.0.1 + any IP network card (0.0.0.0) _http://rgho.st/6NqDxZ7WB
File store 90 day.
Configure me MasterServer post 224 (spoiler).
Firewall port open?
Thanks and post 15 I need to run is that my server work?

Atlantica Excellent.exe (This starts the server in Excellent mode)



Atlantica Normal.exe (This starts the server in Nomral mode)


Final picture if everything is perfect

Quote:
Originally Posted by x123x123x View Post
ServerIP.ndt 127.0.0.1 _http://rgho.st/8vjFYkb6R
ServerIP.ndt 127.0.0.1 + any IP network card (0.0.0.0) _http://rgho.st/6NqDxZ7WB
File store 90 day.
Configure me MasterServer post 224 (spoiler).
Firewall port open?
Here's what I'm talking about could visit and authorize but says that the server is not available, all the same, the IP your all prioritized and master server also straightened but not as = (and which port needs to be open? and how to do it?
Marvel96 is offline  
Old 12/12/2016, 14:10   #238
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
Game server started? FrontServer started? 10 of 12 server you are working on the screenshot above.
Game server is confused with a client of the game, it looks like the structure. In ATWorld \ Atlantica folder.
x123x123x is offline  
Old 12/12/2016, 20:44   #239
 
elite*gold: 0
Join Date: Jul 2014
Posts: 6
Received Thanks: 0
FrontServer started, where the GameServer? can say the full path?
Marvel96 is offline  
Old 12/12/2016, 21:14   #240
 
elite*gold: 50
Join Date: Apr 2015
Posts: 781
Received Thanks: 235
GameServer: _http://image.prntscr.com/image/ee040da5e9984b03926647d99530e085.jpg
x123x123x is offline  
Thanks
1 User
Reply




All times are GMT +2. The time now is 11:48.


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.