- Joined
- Nov 17, 2009
- Messages
- 255
- Reaction score
- 168
Battle of the Immortals Working! (Chinese)
Old server files download (Many missing..):
New working server files download:
Mediafire Link(Credits axelcro):
Password:
Direct Client:
Torrent Client:
Chinese Client (Optinal):
*** After install make you sure don't update it...
Working Database:
Mini guide:
Edit IP's:
Edit java:
Edit Boi ip:
Star Server:
Bash script for Linux:
Bat file for windows:
And u can see a chinese man succesfully made the server with this tutorial:
Credits: axelcro
Original Site:
*** Dun ask me how, how and how... I'm just release it
Old server files download (Many missing..):
To view the content, you need to sign in or register
New working server files download:
To view the content, you need to sign in or register
Mediafire Link(Credits axelcro):
To view the content, you need to sign in or register
Password:
To view the content, you need to sign in or register
Direct Client:
To view the content, you need to sign in or register
Torrent Client:
To view the content, you need to sign in or register
Chinese Client (Optinal):
To view the content, you need to sign in or register
*** After install make you sure don't update it...
Working Database:
To view the content, you need to sign in or register
Mini guide:
Edit IP's:
Code:
GameServer>server.ini>192.168.1.15 to 127.0.0.1
GateServer>gateservver.ini>192.168.1.15 to 127.0.0.1
Edit java:
Code:
Augent > run.bat (ex, C:\Program Files\Java\jre6\bin\java)
Edit Boi ip:
Code:
Go to your boi folder then bin then serverlist.ini
ex, node server normal BOI-DATAIM 127.0.0.1 30002
Star Server:
Code:
ShareMemProcR.exe
ManagerServeR.exe
Gate.exe
Line.exe
LocalSaveServeR.exe
run.bat
Bash script for Linux:
Code:
#!/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!====="
Bat file for windows:
Code:
@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
And u can see a chinese man succesfully made the server with this tutorial:
Credits: axelcro
Original Site:
To view the content, you need to sign in or register
*** Dun ask me how, how and how... I'm just release it

