Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Battle of the Immortals
You last visited: Today at 15:45

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



BOI files (released)

Discussion on BOI files (released) within the Battle of the Immortals forum part of the MMORPGs category.

Reply
 
Old 07/01/2012, 23:34   #211
 
elite*gold: 0
Join Date: Apr 2011
Posts: 68
Received Thanks: 0
What are the problems now, someone get me up to speed?
destroyerx1z is offline  
Old 07/02/2012, 00:31   #212
 
elite*gold: 0
Join Date: Jun 2012
Posts: 5
Received Thanks: 0
Quote:
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
Linux

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!====="
AlexProo is offline  
Old 07/02/2012, 00:39   #213
 
elite*gold: 0
Join Date: Nov 2011
Posts: 556
Received Thanks: 303
Can u upload the logsrv.xml ?
LeRaz0r is offline  
Old 07/02/2012, 00:59   #214
 
elite*gold: 0
Join Date: Apr 2011
Posts: 68
Received Thanks: 0
HE DID IT????
destroyerx1z is offline  
Old 07/02/2012, 04:00   #215
 
elite*gold: 0
Join Date: May 2008
Posts: 86
Received Thanks: 5
Quote:
Originally Posted by AlexProo View Post
Linux
more info please, i dint understand nothing
how to run linux script??

You can run logsrvd?

where we get logsrv.xml??
joseus34 is offline  
Old 07/02/2012, 13:09   #216
 
elite*gold: 0
Join Date: Apr 2009
Posts: 45
Received Thanks: 0
Quote:
Originally Posted by joseus34 View Post
more info please, i dint understand nothing
how to run linux script??

You can run logsrvd?

where we get logsrv.xml??

it's only a script for start logserver,cardserver, ecc. it's a macro
tonino95 is offline  
Old 07/02/2012, 14:21   #217
 
elite*gold: 0
Join Date: Dec 2007
Posts: 14
Received Thanks: 2
Looks like a bit of a dead end right now, need that logserv.xml file to start the logserv up. The compactau is ok if you want to run a small local server but the full Auth serv is probably better for a live server and it's missing the DB. We can probably reconstruct the tables but not the procedures without a lot of work digging back through the decompiled classes. It might be possible to put in the Auth server from JD, PW or FW but there's quite a few new tables in this one so it seems like you'd probably be missing something.

Overall this release looks like it's missing a few too many pieces at the moment to go live as a public server without someone really prepared to do a whole lot of serious work on it. Though I notice the Russians and the Chinese devs have taken an interest on thier boards so it might still be possible yet.
Siber_the_wise is offline  
Old 07/02/2012, 15:10   #218
 
axelcro's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 208
Received Thanks: 88
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 **** english)
axelcro is offline  
Old 07/02/2012, 20:33   #219
 
elite*gold: 0
Join Date: May 2008
Posts: 86
Received Thanks: 5
Quote:
Originally Posted by axelcro View Post
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 **** english)
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 ^^
joseus34 is offline  
Old 07/03/2012, 04:23   #220
 
axelcro's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 208
Received Thanks: 88
Quote:
Originally Posted by joseus34 View Post
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 ^^
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?
axelcro is offline  
Old 07/03/2012, 05:14   #221
 
axelcro's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 208
Received Thanks: 88
MSSQL DB

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".)

Attached Files
File Type: rar boimssql.rar (60.4 KB, 42 views)
axelcro is offline  
Old 07/03/2012, 05:30   #222
 
elite*gold: 0
Join Date: May 2008
Posts: 86
Received Thanks: 5
Quote:
Originally Posted by axelcro View Post
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?
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 one

Quote:
Originally Posted by axelcro View Post
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".)

No way to restore it :s im trying with postGres coz mssql cannot connect to db for any **** i did, and not able to restore with that file
joseus34 is offline  
Old 07/03/2012, 06:25   #223
 
elite*gold: 0
Join Date: Apr 2008
Posts: 12
Received Thanks: 2
First we need to get the realms work then the db...
Dataim is offline  
Old 07/03/2012, 15:48   #224
 
joksa969's Avatar
 
elite*gold: 0
Join Date: Sep 2011
Posts: 1,118
Received Thanks: 76
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.
joksa969 is offline  
Old 07/03/2012, 16:06   #225
 
elite*gold: 0
Join Date: May 2008
Posts: 86
Received Thanks: 5
Quote:
Originally Posted by joksa969 View Post
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.
dbconfig file didnt exits i uploaded it, where u get dbserver config?
joseus34 is offline  
Reply


Similar Threads Similar Threads
[Released]Virtous Files V4
04/08/2012 - Flyff Private Server - 12 Replies
Wie ihr wisst wurde megaupload gelöscht und die downloads auch deswegen möchte ich jetzt virtous v4 files releasen :) würde mich für einpaar Thanks freuen habe mir die mühe gegeben um es hochzuladen :P :D Downloads: Part1: Virtuos Files v4.part1.rar (900,00 MB) - uploaded.to Part2: Virtuos Files v4.part2.rar (401,33 MB) - uploaded.to Infos - Resource:
Cabal Server Files - Released by CabalEmu
05/11/2009 - Cabal Online - 15 Replies
I don't really know if I'm posting this is the right section, but CabalEmu just sent me an Email saying they released their server files. I found a link to the files on their forum here: ÎáÝíÉ ÇÓáÇãíÉ And here's a download link on filefront: cabalemu.rar - FileFront.com I'm downloading the files now, and I'll let you guys know later if it works. Also, sorry if this has already been posted, I didn't see it and thought I might share it with all of you xD
any Source files of FlyFF released ??
04/28/2008 - Flyff - 6 Replies
can i find these files for editing ?? thx for telling



All times are GMT +1. The time now is 15:45.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.