• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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