What are the problems now, someone get me up to speed?
LinuxQuote:
windows
@echo off
REM start ./DetectCheatServer/DetectCheatServer
start /D GateServer ./GateServer/Gate
start /D ManagerServer ManagerServer/ManagerServerR
start /D LocalSaveServer LocalSaveServer/LocalSaveServerR
start /D ShareMemProc ./ShareMemProc/ShareMemProcR
start /D GameServer ./GameServer/Line.exe
Quote:
#!/bin/bash
echo "=====START BOI====="
sleep 2
echo "=====START LOGSERVER====="
cd /root/boi_server/LogServer/bin
./logsrv logsrv.xml >/root/boi_server/logs/logserver.log &
sleep 5
echo "=====DONE====="
sleep 2
echo "=====START CARDSERVER====="
cd /root/boi_server/CardServer/bin
./cardsvrd >/root/boi_server/logs/cardsvrd.log &
sleep 5
echo "=====DONE====="
sleep 2
echo "=====START DBSERVER====="
cd /root/boi_server/DBServer/bin
./dbserver >/root/boi_server/logs/dbserver.log &
sleep 5
echo "=====DONE====="
sleep 2
echo "=====START NAMESERVER===="
cd /root/boi_server/NameServer/bin
./namesvrd >/root/boi_server/logs/nameserver.log &
sleep 5
echo "=====DONE====="
sleep 5
echo "=====ALL SERVICE DONE!====="
user:testQuote:
Hey guys. I've downloaded the SQL database, but i can't import/restore database in MSSQL 2000. I got an error every time when i tried. Then I imported the SQL file to phpmyadmin via WampServer and the import was succesfully. I changed the port of mysql to 1433. Now i need 2 know, how i can add account name and pw to the database. Anyone found a solution? (Sorry for my crap english)
Test & 123 were the first, what i've tried. But i can't login. I don't understand, if mysql is running, db user-pw-dbname were set on the config files (on port 1433), why Auagent can't connect to gamedb?Quote:
user:test
pass:123
This the only way to try the game, coz DB with account tables are no makeable for now , srry
btw its me, yeah ^^
U are able to login, if u have all exevutable configured well, the group here (4 or 5 of us) get to realm selection, thats the problem , for now, no need DB no test local oneQuote:
Test & 123 were the first, what i've tried. But i can't login. I don't understand, if mysql is running, db user-pw-dbname were set on the config files (on port 1433), why Auagent can't connect to gamedb?
No way to restore it :s im trying with postGres coz mssql cannot connect to db for any shit i did, and not able to restore with that fileQuote:
As somebody said, we need MSSQL database, not MySQL. I had time, and I converted the MySQL database into MSSQL. I could not try login, bcz i had no time, but someone give that a try please! I hope it will help! (The file has no extension, but use "Restore Database".)
[Only registered and activated users can see links. Click Here To Register...]
dbconfig file didnt exits i uploaded it, where u get dbserver config?Quote:
Found this in DB server folder, dbserver config.
[DBTOOLS]
SERVERID = 1
SERVICEIP = 192.168.1.50
SERVICEPORT = 11122
DBUSER = root
DBNAME = shengui139
DBPASSWD = game
DBSOCKFILE = /tmp/mysql.sock
[LOGSVRD]
SERVERID = 1
SERVICEIP = 192.168.1.50
SERVICEPORT = 9008
thats how previous owner tested server I assume.