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] TW-012.1.01 星界神話 AstrealRealm

Newbie Spellweaver
Joined
Apr 24, 2023
Messages
62
Reaction score
9
i guess we can use the english client of cpn twin saga. anyone tested this server files ?
 
Skilled Illusionist
Joined
Jan 27, 2009
Messages
368
Reaction score
23
I think this is linux base server. it doesn't have executable file. :) Any update for client to be use?

Update: try this one. maybe it is english version.
 
Last edited:
Newbie Spellweaver
Joined
Jul 4, 2016
Messages
7
Reaction score
19
I think this is linux base server. it doesn't have executable file. :) Any update for client to be use?

Update: try this one. maybe it is english version.

Yes, it's for Linux OS.

Same structure as Aura Kingdom, Eden Eternal and Grand Fantasia.
 
Experienced Elementalist
Joined
Sep 12, 2013
Messages
279
Reaction score
76
so where is the psql? db folder is empty
view files on db folder. You will see it

Code:
#!/bin/sh


ITEMMALL_DATA_PATH=../Data/itemmall
DBNAME=11pAccount


psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/fortune_bag
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/itemmall
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/itemmall_nofix
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/lottery
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/lottery_nofix
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/dressroom

data will be found in DATA folder.

zip file does not contain any config file about server networking such as login server IP, game server IP... etc. So hard for us to run, may be impossible.
 
Newbie Spellweaver
Joined
Apr 24, 2023
Messages
62
Reaction score
9
view files on db folder. You will see it

Code:
#!/bin/sh


ITEMMALL_DATA_PATH=../Data/itemmall
DBNAME=11pAccount


psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/fortune_bag
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/itemmall
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/itemmall_nofix
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/lottery
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/lottery_nofix
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/dressroom

data will be found in DATA folder.

zip file does not contain any config file about server networking such as login server IP, game server IP... etc. So hard for us to run, may be impossible.
alright imma try this later tonight. tnx brother
 
Newbie Spellweaver
Joined
Jul 4, 2016
Messages
7
Reaction score
19
can we use aurakingdom tools for this files ?

I tried, none of them work.

IP in Server Files:

192.168.10.0
192.168.11.0
192.168.50.223

Subnetmask: 255.255.255.255
External IP: 60.199.246.197


Missing files:
  • setup.ini / for each Server, or only main directory? not sure (needed)
  • config.ini / main directory (needed)
  • GMCmd.ini / ZoneServer (should work without it)
  • AHThunkConfig.ini / WorldServer (should work without it)
  • ApexProxyMain.so / WorldServer (should work without it)
  • NodeMap and scene Folder in Data (needed, extract from Client, copy to Server)
might be some more, but i'm too busy to dig deeper.

Good luck!
 
Last edited:
Back
Top