Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to set up Aura Kingdom Server on CentOS

Newbie Spellweaver
Joined
Nov 30, 2017
Messages
5
Reaction score
0
Guys, for some reason after two hours of play, it's hard to re-enter the game, endless loading when choosing a character

18595,2015/12/07 23:08:23,SOCKET 12: accepted by 8
18596,2015/12/07 23:08:23,TCP <0x928740:12>: connected from (null) [213.230.72.243]. 18597,2015/12/07 23:08:23,Add New Epoll 12
18598,2015/12/07 23:08:23,TCP <0x928740:12>: connection from '213.230.72.243' encrypted.
18599,2015/12/07 23:08:24,[EVENT] Bind AccountName: [noname] with SessionID: [24] in NE_CL_ServerLoginAccount.
18600,2015/12/07 23:08:24,[EVENT] CheckSendCount: [24] SendCnt[0] < SendMaxCnt[10] 18601,2015/12/07 23:08:24,[EVENT] Send AccountLogin AccountName: [noname] SendCnt[1] with SessionID: [24] Queue[0] in NE_CL_ServerLoginAccount.
18602,2015/12/07 23:08:24,[NE_CL_ServerLoginAccount.cc:86],[DEBUG] [ 213.230.72.243:(null) ] Name: [noname], Version: [003.005.01.04]
18603,2015/12/07 23:08:24,[NC_G_ClientAccountLogin.cc:10],CNE_G_ClientAccountLogin ReturnCode=1
18604,2015/12/07 23:08:24,[EVENT] Account ID: [2403]'s world servers' states generated. 18605,2015/12/07 23:08:24,[EVENT] ReturnCode: [1], AccountID: [2403], LastWorld: [1010] 18606,2015/12/07 23:08:24,[EVENT] CheckLoginQueue: SendCnt[0]
18607,2015/12/07 23:08:24,[NE_CL_ServerLoginWorld.cc:67],[DEBUG] [ 213.230.72.243:(null) ] Name = 'noname'
18608,2015/12/07 23:08:25,EVAL(0.550053 secs): {IMEvent [-2:pN5lapis23CNE_CL_ServerLoginWorldE]}
18609,2015/12/07 23:08:25,[EVENT] Ticket 2403, 0xF348E6D5, 0xDB3BE75B, 0x15BF Sent 18610,2015/12/07 23:08:25,TCP <0x928740:12>: FillBuffer (213.230.72.243 recv 0) 18611,2015/12/07 23:08:25,TCP <0x928740:12>: FillState = LP_READ_ERROR. 18612,2015/12/07 23:08:25,TCP <0x928740:12>: (null) [213.230.72.243] lost link. 18613,2015/12/07 23:08:25,[Session.cc:149],Call Interface.Get (0x92D590)->Lost () 18614,2015/12/07 23:08:25,Erase Socket 12
18615,2015/12/07 23:08:25,TCP <0x928740:12>: connection real-closed.
18616,2015/12/07 23:08:25,SOCKET 12: closed. 18617,2015/12/07 23:08:25,Clean Session 0x9068E0
 
Newbie Spellweaver
Joined
Dec 16, 2017
Messages
6
Reaction score
0
I got Connection to server failed (0) at character selection . Can't get in world someone can help me ?
 
Newbie Spellweaver
Joined
Aug 17, 2015
Messages
25
Reaction score
3
charcter selection error ? try to check your server stats table in database, check table worlds in Account database, if the result still same, check your binary file, it have hard coded ip address, and then use different port for every instance.
 
Newbie Spellweaver
Joined
Dec 16, 2017
Messages
6
Reaction score
0
charcter selection error ? try to check your server stats table in database, check table worlds in Account database, if the result still same, check your binary file, it have hard coded ip address, and then use different port for every instance.

I'm setting up servers at VPS google cloud Centos 6

I used server files at page 49 and hexing LoginServer,MissionServer,ZoneServer by my WAN IP with AKTools v1 , WorldServer with AK WAN Updater

Here's my worlds database and serverstatus database

Worlds:
0b8H0Ux - How to set up Aura Kingdom Server on CentOS - RaGEZONE Forums


Serverstatus :

BGlasmB - How to set up Aura Kingdom Server on CentOS - RaGEZONE Forums


(Also change int_port WorldServer to 5570,5571 still the same)

When i set ext_address to my WAN ip ZoneServer get error

Code:
Cannot assign requested address 35.198.237.xxx:10021
403,2017/12/20 18:59:20,SOCKET 33: closed.

I've opened all port 10021,10022,5567,5568,7654,...

My main.log :

Code:
2017/12/20 08:36:20 [Desc]LoginServer IP: 35.198.237.xxx(35.198.237.xxx), Port 6543
 
2017/12/20 08:36:22 [Desc]WorldServer IP: 35.198.237.xxx, Port 5567
 
2017/12/20 08:36:26 [Desc]ZoneServer IP: 192.168.1.2, Port 10021
 
2017/12/20 08:36:47 [Desc]connect ErrCode[10035]

My ZoneServer logs:

Code:
   286,2017/12/20 01:35:30,[ZoneServerDB.cc:115],Connected to database [127.0.0.1].
   393,2017/12/20 01:35:30,Service OK
   395,2017/12/20 01:35:30,Service OK
   398,2017/12/20 01:35:30,Service OK
   400,2017/12/20 01:35:30,RSA size(n) = 256 size(e) = 2
   401,2017/12/20 01:35:30,RSA size(n) = 256 size(e) = 2
   402,2017/12/20 01:35:30,Server is rolling on TCP 192.168.1.2:10021.
   403,2017/12/20 01:35:30,Server is rolling on TCP 192.168.1.2:10320.
   404,2017/12/20 01:35:30,Server is rolling on TCP 127.0.0.1:20060.
   405,2017/12/20 01:35:30,Connect to 127.0.0.1<0x2D6E190:36>:18624.
   406,2017/12/20 01:35:30,Connect to 127.0.0.1<0x2D8C980:37>:5570.
   407,2017/12/20 01:35:30,Connect to 127.0.0.1<0x2D8F2D0:38>:7654.

WorldServer logs:

Code:
1,2017/12/20 01:35:25,Setup.ini Load MaxCharacterNumber [12]     2,2017/12/20 01:35:25,[EVENT] Connected to database[127.0.0.1].
     3,2017/12/20 01:35:25,[EVENT] Connected to database[127.0.0.1].
     4,2017/12/20 01:35:25,[EVENT] == [INITIAL DBO...] ============================================================
     5,2017/12/20 01:35:25,Mission Server Address : 127.0.0.1, Port: 7654.
     6,2017/12/20 01:35:25,World Server ExtAddress : 192.168.1.2, ExtPort: 5567 IntAddress : 127.0.0.1, IntPort: 5570.

Could you guide me to hexing my WAN ip to LoginServer,MissionServer,ZoneServer,WorldServer ? I'm new to making Servers and Hexing stuff :( just want to make server and invited my friends to join

Thank you ! (Sorry for my bad English)

Solve : After follow this topic Link now i can join in game .
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Oct 31, 2017
Messages
45
Reaction score
2
I need help i can't get login server to work on wan. I followed the instructions on page 14 but nada i keep getting the "Logging in please wait" screen.
 
Joined
Jan 24, 2007
Messages
651
Reaction score
322
I'm setting up servers at VPS google cloud Centos 6

I used server files at page 49 and hexing LoginServer,MissionServer,ZoneServer by my WAN IP with AKTools v1 , WorldServer with AK WAN Updater

Here's my worlds database and serverstatus database

Worlds:
0b8H0Ux - How to set up Aura Kingdom Server on CentOS - RaGEZONE Forums


Serverstatus :

BGlasmB - How to set up Aura Kingdom Server on CentOS - RaGEZONE Forums


(Also change int_port WorldServer to 5570,5571 still the same)

When i set ext_address to my WAN ip ZoneServer get error

Code:
Cannot assign requested address 35.198.237.xxx:10021
403,2017/12/20 18:59:20,SOCKET 33: closed.

I've opened all port 10021,10022,5567,5568,7654,...

My main.log :

Code:
2017/12/20 08:36:20 [Desc]LoginServer IP: 35.198.237.xxx(35.198.237.xxx), Port 6543
 
2017/12/20 08:36:22 [Desc]WorldServer IP: 35.198.237.xxx, Port 5567
 
2017/12/20 08:36:26 [Desc]ZoneServer IP: 192.168.1.2, Port 10021
 
2017/12/20 08:36:47 [Desc]connect ErrCode[10035]

My ZoneServer logs:

Code:
   286,2017/12/20 01:35:30,[ZoneServerDB.cc:115],Connected to database [127.0.0.1].
   393,2017/12/20 01:35:30,Service OK
   395,2017/12/20 01:35:30,Service OK
   398,2017/12/20 01:35:30,Service OK
   400,2017/12/20 01:35:30,RSA size(n) = 256 size(e) = 2
   401,2017/12/20 01:35:30,RSA size(n) = 256 size(e) = 2
   402,2017/12/20 01:35:30,Server is rolling on TCP 192.168.1.2:10021.
   403,2017/12/20 01:35:30,Server is rolling on TCP 192.168.1.2:10320.
   404,2017/12/20 01:35:30,Server is rolling on TCP 127.0.0.1:20060.
   405,2017/12/20 01:35:30,Connect to 127.0.0.1<0x2D6E190:36>:18624.
   406,2017/12/20 01:35:30,Connect to 127.0.0.1<0x2D8C980:37>:5570.
   407,2017/12/20 01:35:30,Connect to 127.0.0.1<0x2D8F2D0:38>:7654.

WorldServer logs:

Code:
1,2017/12/20 01:35:25,Setup.ini Load MaxCharacterNumber [12]     2,2017/12/20 01:35:25,[EVENT] Connected to database[127.0.0.1].
     3,2017/12/20 01:35:25,[EVENT] Connected to database[127.0.0.1].
     4,2017/12/20 01:35:25,[EVENT] == [INITIAL DBO...] ============================================================
     5,2017/12/20 01:35:25,Mission Server Address : 127.0.0.1, Port: 7654.
     6,2017/12/20 01:35:25,World Server ExtAddress : 192.168.1.2, ExtPort: 5567 IntAddress : 127.0.0.1, IntPort: 5570.

Could you guide me to hexing my WAN ip to LoginServer,MissionServer,ZoneServer,WorldServer ? I'm new to making Servers and Hexing stuff :( just want to make server and invited my friends to join

Thank you ! (Sorry for my bad English)

Solve : After follow this topic Link now i can join in game .
define id table account = idnum tb_user.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 16, 2017
Messages
6
Reaction score
0
i can't open any chest , need help

Eperty123 - How to set up Aura Kingdom Server on CentOS - RaGEZONE Forums


Solve after import new SQL database



Anyone know how to change prize of Paragon Table ?
 
Last edited:
Newbie Spellweaver
Joined
Oct 31, 2017
Messages
45
Reaction score
2
It's just the login server that won't work. I keep getting "Logging in.. please wait." if i put my wan ip in the connect file then it won't connect to login server but if i put my vm ip in the connect file then it will load to world then fail.

So any help with this would be greatly appreciated.
 
Newbie Spellweaver
Joined
Oct 20, 2017
Messages
7
Reaction score
0
please help me
i can't start and i can't create new char
hycker server verson
sorry for my bad english
 
Newbie Spellweaver
Joined
Jun 9, 2014
Messages
41
Reaction score
1
Who can help?

WorldServer:
ERROR!![MSSocketManager.cc,346],Bad file descriptorNetwork Error -1 11382,2018/01/12 03:20:48,EVAL(1.002630 secs): {Network I/O}
 
Newbie Spellweaver
Joined
May 21, 2016
Messages
22
Reaction score
2
this time i managed it to bring a server up ona root machine, now i got the following prob, by loggin in with client 1 connection lost hm okeee but my main trouble is,
\i '/root/hxsy/SQL/Itemmall.sql'; gives me a lot of errors cannot insert into itemmall rather with "itemmall" or 'itemmall' what am i doing wrong i give up xD
 
Newbie Spellweaver
Joined
Jun 9, 2014
Messages
41
Reaction score
1
Do not work mission, need help
Eperty123 - How to set up Aura Kingdom Server on CentOS - RaGEZONE Forums


Resolved: date 090909092016
 
Last edited:
Newbie Spellweaver
Joined
May 1, 2016
Messages
12
Reaction score
5
Eperty123 - How to set up Aura Kingdom Server on CentOS - RaGEZONE Forums


Here is my problem:
The image of the monster does not move, it has no animation at all.
But technically the monster is moving (you can see the red arrow is pointing somewhere else).
I've added the lines in the biology.ini and the biologylist.ini, added the .nif file (otherwise it wont show at all), the .kfm and the .kf files.
I think there is something wrong with the .kfm or .kf files,
here is the download link for them:
Hi~I might figure out your problem.
your kf version is 20.3.1.1
Eperty123 - How to set up Aura Kingdom Server on CentOS - RaGEZONE Forums

Try to edit every kf files like this.
Eperty123 - How to set up Aura Kingdom Server on CentOS - RaGEZONE Forums

It would be worked.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Mar 25, 2018
Messages
47
Reaction score
21
use @genz cilent and server, but no good at quest level 10, stuck inside the cave, cant complete the quest, any help?
 
Last edited:
Newbie Spellweaver
Joined
Mar 25, 2018
Messages
47
Reaction score
21
this area is dead :(
can you help me with my problem bro? ahah


--------------

nevermind, fixed changing Language to EN in config.ini in the server and changin server time to 2016, dunno why but I think the server time always back to original time (now)
 
Last edited:
Back
Top