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

Banned
Banned
Joined
Sep 6, 2007
Messages
834
Reaction score
167
I will join this project soon! thanks for the release
 
Newbie Spellweaver
Joined
May 17, 2014
Messages
21
Reaction score
7
the1Domo - [Release] Aura Kingdom Server Files - RaGEZONE Forums

I share some of the database, even missing a few things, but I leave here a few things to try.



postgresql :


---------------------------------------------------------------
-----------------------------------FFAcount-------------------------



Code:
CREATE TABLE worlds (


nochar_block_login varchar(30),  --- ?
green_level varchar(30),               --- ? GS -GM -User
red_level varchar(30),    --- ? GS -GM -User
date varchar(30),
id integer,                 --- id de cuenta
name varchar(30),              --- nombre de cuenta
ip  varchar(30),               ----- ip de cuenta
port integer,                  ----- puerto por el que ingresa
online_user varchar(30),              ----- maximos usuarios online
maxnum_user varchar(30),            ---- maximos usuarios online
show_order varchar(30)           -----  ?
);






CREATE TABLE accounts( 
id integer   ---id de cuentas
);




CREATE TABLE configuration (
    login_version     integer        -- version del juego
);






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


----------------------FFDB1----------------------


CREATE TABLE serverstatus( 
int_port varchar(10),   ---id de puertos del servidor ejemplo ch1 ch2 ch3 ch4 ch5
id integer              --- id usuario

);




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


-------------------------FFMember----------------------




???????










att: Masterpop


at your service
 
Last edited by a moderator:
Back
Top