Can be successfully compiled and started. As it turns out this seems to be an older version of the server...

This commit is contained in:
Gavin Lin 2018-08-09 03:12:56 -07:00
parent 4c9d14b102
commit 29cbb5142b
9 changed files with 29 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.o

28
saac/acserv.cf Normal file
View File

@ -0,0 +1,28 @@
sql_IP 127.0.0.1
sql_Port 3306
sql_ID root
sql_PS 123456789
sql_DataBase sa
sql_Table logindata
sql_LOCK user_lock
AutoReg 1
port 9300
pass test
rotale_internal 1000
dbdir db
logdir log
lockdir lock
chardir char
sleepchardir char_sleep
wklogdir data/wklog
maildir mail
familydir data/family
fmpointdir data/fmpointdir
fmsmemodir data/fmsmemodir
Total_Charlist 3600
Expired_mail 600
Del_Family_or_Member 3600
Write_Family 600

0
saac/char/.gitkeep Normal file
View File

0
saac/char/itemgold Normal file
View File

0
saac/char/petmail.txt Normal file
View File

0
saac/char_sleep/.gitkeep Normal file
View File

0
saac/lock/.gitkeep Normal file
View File

0
saac/log/.gitkeep Normal file
View File

0
saac/mail/.gitkeep Normal file
View File