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!

[Release] Aura Kingdom Server Files

Joined
Jul 2, 2012
Messages
790
Reaction score
125
Nice, AK files still it feels like something is missing. Also does it only use pgSQL? or can it be mysql etc... because I was looking at the gatewayserver logs after I executed the qd file just to see what its missing (I know the db is missing or whatnot after reading this post).
Code:
2,2015/08/22 17:35:04,[EVENT] Use PgSQL.

Edit: there also something about .../config00-07.ini, GMCmd.ini and GMCmdOnce.ini don't know if those are important or not. Also in the Data folder I assume db folder is database and those ini file are the db file?

Edit2: Idk if anyone got the serverstatus.sql or world.sql to work but this is what I see on my error log on world, zone, and mission server logs with similar errors.
Code:
     1,2015/08/22 18:58:04,DBAEvent Save Period 1200   163,2015/08/22 18:58:04,Connected to database [akdb].
   164,2015/08/22 18:58:04,Connected to database [akdb].
   165,2015/08/22 18:58:04,Connected to database [akdb].
   166,2015/08/22 18:58:04,ExecTuplesOk Failed:ERROR:  relation "serverstatus" does not exist
LINE 1: SELECT int_port from serverstatus where id = -2
                             ^
   167,2015/08/22 18:58:04,[FAIL]  "SELECT int_port from serverstatus where id = -2" failed due to [ERROR:  relation "serverstatus" does not exist
LINE 1: SELECT int_port from serverstatus where id = -2
                             ^
].
Still doing some testing and stuff. :p
 
Last edited:
Newbie Spellweaver
Joined
Jan 6, 2014
Messages
19
Reaction score
14
Nice, AK files still it feels like something is missing. Also does it only use pgSQL? or can it be mysql etc... because I was looking at the gatewayserver logs after I executed the qp file just to see what its missing (I know the db is missing or whatnot after reading this post).
Code:
2,2015/08/22 17:35:04,[EVENT] Use PgSQL.

Database script files missing.
I find out on chinese board (soke163, iopq, jiutu9).
Be same all still no db script.

P.S. Little hope that will be shared from Towan
 
Skilled Illusionist
Joined
Nov 5, 2004
Messages
306
Reaction score
73
Yes. I was able to completely run the server.

running the server and showing a screen of the channel/server selection is something completely different from being able to log in game.
how did you manage to get ingame did you actually reconstruct the databases already? a little more info than a 'yes' would be nice....
 
Junior Spellweaver
Joined
Apr 26, 2013
Messages
137
Reaction score
153
@ everyone else: I will check chinese forums for more info or any other releases and will report/share it here whenever i find anything.

unpacker (untested since i dont have any client atm):

Code:
    #quickbms sript
    #幻想神域 Online
    #http://ff.x-legend.com.tw/#
    open FDSE pkg.idx
    get files asize
    math files - 0x124
    math files / 0x250
    goto 0x124
    for i = 0 < files
    get FILENUM long
    get OFFSET long
    get unk02 long
    get ZSIZE long
    get unk04 long
    get unk05 long
    get unk06 long
    get unk07 long
    get unk08 long
    get unk09 long
    get unk10 long
    get unk11 long
    get unk12 long
    get unk13 long
    get SIZE long
    getdstring file 0x104
    getdstring NAME 0x108
    string NAME + file
    get packfile long
    get unk15 long
    if packfile < 10
    set pname 0x3030
    string pname = pname
    string pname + packfile
    set var string "pkg"
    string var + pname
    string var + ".pkg"
    open FDSE var 1
    elif packfile < 100
    set pname 0x30
    string pname = pname
    string pname + packfile
    set var string "pkg"
    string var + pname
    string var + ".pkg"
    open FDSE var 1
    elif packfile < 1000
    set pname ""
    string pname + packfile
    set var string "pkg"
    string var + pname
    string var + ".pkg"
    open FDSE var 1
    endif
    if ZSIZE != SIZE
    clog NAME OFFSET ZSIZE SIZE 1
    else
    log NAME OFFSET ZSIZE 1
    endif
    next i

Credit to chrrox @ NifTools
 
Last edited:
Skilled Illusionist
Joined
Dec 21, 2013
Messages
392
Reaction score
181
Selfish people like you makes me think twice to release anything here or keep it. So i am not going to share anything because people like you know only how to leech and keep it for themself and at the other side people with less knowledge still trying to figure out things weeks after and at the end give up.. The same people that gave you that incomplete or not working at that time source. If you know how or have something usefull why you have to keep it just for you? Why if they didnt share it with you? What would you do without their source? Why if this guy didnt released this files? Think. Dont be selfish.

@ everyone else: I will check chinese forums for more info or any other releases and will report/share it here whenever i find anything.
I'm with you on finding any useable informations.
 
Newbie Spellweaver
Joined
Nov 22, 2014
Messages
12
Reaction score
7
HXWoSTI - [Release] Aura Kingdom Server Files - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Apr 26, 2013
Messages
137
Reaction score
153
Unpacker: (removed, dont ask why)

Official thread:
 
Last edited:
Initiate Mage
Joined
Aug 23, 2015
Messages
3
Reaction score
0
Can you do this for Eden Eternal's server files as well? :(

(Ik this has nothing to do with AK)
 
Skilled Illusionist
Joined
Dec 21, 2013
Messages
392
Reaction score
181
I can confirm that the files work. The tables are the only thing that's missing for the servers to work properly.
Unavngivet - [Release] Aura Kingdom Server Files - RaGEZONE Forums

Edit: i will make a tutorial on setting up the server environment once we get our hands on the databases. ;)
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
May 17, 2014
Messages
21
Reaction score
7
I share my unpacker This put it within the pkg folder, then run it and the program does the rest. It works with any version.


Appreciation ProGramerCity

Link......>


ATT: Masterpop
 
Newbie Spellweaver
Joined
Jul 2, 2008
Messages
67
Reaction score
7
quickbms for unpacking is good, but quickbms is not for repacking , because quickbms only reimport
so if you want repack files bigger than original, quickbms can not do it


@ everyone else: I will check chinese forums for more info or any other releases and will report/share it here whenever i find anything.

unpacker (untested since i dont have any client atm):

Code:
    #quickbms sript
    #幻想神域 Online
    #http://ff.x-legend.com.tw/#
    open FDSE pkg.idx
    get files asize
    math files - 0x124
    math files / 0x250
    goto 0x124
    for i = 0 < files
    get FILENUM long
    get OFFSET long
    get unk02 long
    get ZSIZE long
    get unk04 long
    get unk05 long
    get unk06 long
    get unk07 long
    get unk08 long
    get unk09 long
    get unk10 long
    get unk11 long
    get unk12 long
    get unk13 long
    get SIZE long
    getdstring file 0x104
    getdstring NAME 0x108
    string NAME + file
    get packfile long
    get unk15 long
    if packfile < 10
    set pname 0x3030
    string pname = pname
    string pname + packfile
    set var string "pkg"
    string var + pname
    string var + ".pkg"
    open FDSE var 1
    elif packfile < 100
    set pname 0x30
    string pname = pname
    string pname + packfile
    set var string "pkg"
    string var + pname
    string var + ".pkg"
    open FDSE var 1
    elif packfile < 1000
    set pname ""
    string pname + packfile
    set var string "pkg"
    string var + pname
    string var + ".pkg"
    open FDSE var 1
    endif
    if ZSIZE != SIZE
    clog NAME OFFSET ZSIZE SIZE 1
    else
    log NAME OFFSET ZSIZE 1
    endif
    next i

Credit to chrrox @ NifTools
 
Newbie Spellweaver
Joined
Nov 22, 2014
Messages
12
Reaction score
7
Hello everyone else. Who else was able to recover the database? I got about 80-90 tables.
--
I also wrote a packer/rebuilder. Packaging resources and edit them I succeed.
--
Also, the server runs completely without error.
But a problem in the client. I already tested 10 clients, and each crash at different places, the packets do not match, then somebody else.


We need now to find exactly the right client version.


(As for the guide/tutorial, I began to prepare it, but time is not enough. There are other things for which I have no time on the server.
As for the database, there is still a lot of that rule, since the first Recover it, I mixed up some types of columns currently fixes this)


If someone could also run completely restore the server and database, please write to this topic.
 
Last edited:
Skilled Illusionist
Joined
Dec 21, 2013
Messages
392
Reaction score
181
Hello everyone else. Who else was able to recover the database? I got about 80-90 tables.
--
I also wrote a packer/rebuilder. Packaging resources and edit them I succeed.
--
Also, the server runs completely without error.
But a problem in the client. I already tested 10 clients, and each crash at different places, the packets do not match, then somebody else.


We need now to find exactly the right client version.


(As for the guide/tutorial, I began to prepare it, but time is not enough. There are other things for which I have no time on the server.
As for the database, there is still a lot of that rule, since the first Recover it, I mixed up some types of columns currently fixes this)


If someone could also run completely restore the server and database, please write to this topic.

If you can provide the SQL's I can help with making a tutorial as well as helping out with the columns and additional bug fixes.
 
Back
Top