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

Initiate Mage
Joined
Oct 24, 2015
Messages
4
Reaction score
0
Page 14 i released a patcher for wan Play follow the instructions it works, i have connected from home, work, and my bros place.
Evestu i did follow your instructions @ page 14, and used AK WAN Updater to patched both my worldserver and they are both like 109mb+, and before that i also use the AK IP updater to patch Loginserver,missionserver,Worldserver and zoneserver to my gateway address.
But my friend is still unable to login as it says system error. And i am sure he can sort of access my server as he is not stuck at the Logging in... message.
Any idea why is this happening?
 
Joined
Jun 3, 2009
Messages
975
Reaction score
282
Eperty123 - How to set up Aura Kingdom Server on CentOS - RaGEZONE Forums

I'm Not Connecting Database By Navicat

Did you read all on first post? please don't skip anything.

Eperty123 Said

Edit as of october 28:
I've included fixes for any database errors/in-game bugs that may have happened to you and at this case I had to use PostgreSQL's sql structure so you'll have to find "Eperty123" in all the database sql's and edit them to your databases' username. Enjoy!

kamito
Fix Failes .Where ? On the first page :eek:tt1:

Please read carefully and follow the Instructions so you can make the server work.
 
Last edited:
Newbie Spellweaver
Joined
Oct 28, 2015
Messages
12
Reaction score
0
2,2015/10/30 02:18:22,Server is rolling on TCP 0.0.0.0:18624. ??



What to do with Fix Failes ?



SQL error.
There are clean?



What is a fully running server?



Can anyone make the fix files in my ip?
And what to do with files fix?
 
Skilled Illusionist
Joined
Dec 21, 2013
Messages
392
Reaction score
181
2,2015/10/30 02:18:22,Server is rolling on TCP 0.0.0.0:18624. ??



What to do with Fix Failes ?



SQL error.
There are clean?



What is a fully running server?



Can anyone make the fix files in my ip?
And what to do with files fix?

It's not hard to follow a tutorial. All what you have to do is written in the archieve and read me.txt.

These fix files allow you to use any IP and kinda fix the 1 hour crash bug.
 
Last edited:
Newbie Spellweaver
Joined
Sep 8, 2014
Messages
19
Reaction score
20
Thanks @evestu and @YesOfCourse by the hex codes for date patching in MissionServer.

Here there is a shell script for patching MissionServer 1-hour crash bug directly on server
Code:
#!/bin/sh

SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
  DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
  SOURCE="$(readlink "$SOURCE")"
  [[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located
done
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"

NOW=$(date "+%m%d.%H%M")
BINFILE="$DIR/date_patch.bin.$NOW.tmp"
MISSIONFILE="$DIR/MissionServer"


# hex code e1 51 33 01 = 0x13351e1 = 20140513
#          31 4a 40 01 = 0x1404a31 = 20990513
printf '\x31\x4a\x40\x01' > "$BINFILE"


dd if="$BINFILE" of="$MISSIONFILE" bs=1 count=4 seek=2025213 conv=notrunc

rm -f "$BINFILE"
 
Last edited:
Newbie Spellweaver
Joined
Sep 8, 2014
Messages
19
Reaction score
20
Eperty123 - How to set up Aura Kingdom Server on CentOS - RaGEZONE Forums

Help Me !
I'm Not Login to server

Check your connect.ini file, login server is pointing to 127.0.0.1, that is wrong in case you were following tutorial.


Eperty123
These iptables rules allow to play without disabling/stopping CentOS firewall/iptables, just drop in "/etc/sysconfig/iptables". These lines must be before reject rules.

Code:
-A INPUT -m state --state NEW -m tcp -p tcp --dport 6543 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5567 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5568 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 10021 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 10022 -j ACCEPT

"/etc/sysconfig/iptables" file should look like next before saving
Code:
# Firewall configuration written by system-config-firewall
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT

-A INPUT -m state --state NEW -m tcp -p tcp --dport 6543 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5567 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5568 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 10021 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 10022 -j ACCEPT

-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
COMMIT

After saving "/etc/sysconfig/iptables" is necesary to reload rules with

Code:
[root@localhost ~]# service iptables reload
 
Newbie Spellweaver
Joined
Nov 19, 2005
Messages
18
Reaction score
0
Mission Server Patcher here should fix the time issue please test and report back..

Usage:
Run program find Mission Server file and select let it finish and then test.

Mission Server Must Be Unpacked Version = 114,349KB in Size.


View attachment 154155


Credits to @YesOfCourse

your patcher work like a charm, no more 1h crash, missionserver now have 1 day uptime
 
Newbie Spellweaver
Joined
Oct 31, 2015
Messages
8
Reaction score
0
@Eperty123
The server files aren't working it says Can not open file 'Directory/Aura Kingdom Server Files.rar' as archive.
 
Newbie Spellweaver
Joined
Oct 31, 2015
Messages
8
Reaction score
0
Did you get the server working? if yes could you help me out and maybe I might be able to help you out with making an User for play. editorzone
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
there is pkg repacker somewhere? looks like this is the last thing what is missing for request section for that game. i know its can be unpacked with quickbms.
 
Back
Top