- Joined
- Dec 21, 2013
- Messages
- 392
- Reaction score
- 181
Sup all,
I updated the scripts for import of the database files:
What To Edit
You need to edit the following variables inside the scripts:
to match or customize them to your Postgresql setup. The database name can be changed to whatever you want but the account and password must match your Postgresql username and password.
How To Use
Note
This does not include the script for FFMember. Should be compatible with other server files as well like the recent released Grand Fantasia and Twin Saga server files.
Enjoy.
I updated the scripts for import of the database files:
- db_account_alter
- dbalter
What To Edit
You need to edit the following variables inside the scripts:
Code:
$db_name = "FFAccount";
$db_account = "postgres";
$db_password = "dev";
How To Use
- Overwrite the existing files inside the db folder or wherever you have the originals located.
- Set the permission of them to 771 or 777 to make the executable, if not already.
- Execute them by running:
Code:
./db_account_alter
./dbalter
Note
This does not include the script for FFMember. Should be compatible with other server files as well like the recent released Grand Fantasia and Twin Saga server files.
Enjoy.
Attachments
Last edited: