[RELEASE] BOI Server Files + Server Tools + GM tools

07/29/2012 16:37 sabachka#661
guys i finished making server but now there is a big problem.... when i start line.exe i mean with start.bat when it loads it turns off... so please help me :)
07/29/2012 16:37 bilun4b2#662
Quote:
[Default]
Version=0
ManagerServerIP=192.168.1.2 > Need change or unchanged
ManagerServerPort=20021
ListenGatePort=40003
LineID=2
ShowLoginIP=0

[LogServer]
ServerIP = 192.168.1.3 > Need change or unchanged
Port = 9008
For online server, help me please !!!
07/29/2012 16:48 sabachka#663
Now The problen is... When everything starts... GameServer starts too but it stops and says GameServer init Failed Guys Help me please :(
07/29/2012 17:25 Hackheaven#664
Anyone solve the d/cing and saving...?


2012-07-29 11:02:44 lv2:connect to manager successed
2012-07-29 11:04:48 lv2:Client Disconnect [AccountID:-662733300]
2012-07-29 11:05:05 lv2:Client Disconnect [AccountID:-662733300]
2012-07-29 11:12:50 lv2:CGateWorld::CreateEctype < uEctypeID = 10801 >

manage server:

2012-07-29 11:20:39 lv1:MS:socket err:10061 -- CGACDConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-29 11:20:39 lv1:MS:socket err:10061 -- CKManagerServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR

2012-07-29 11:20:40 lv3:MS:MSG_DMM_NOTIFY_SAVE_ROLE -662733300
2012-07-29 11:20:40 lv3:MS:DBServer Kick Account[-662733300] Char[1]
2012-07-29 11:20:40 lv3:MS:Account[-662733300] Char[1] Logout
2012-07-29 11:20:40 lv3:MS:KickAccout id: -662733300 reason: 2

2012-07-29 11:20:44 lv1:MS:socket err:10061 -- CGACDConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-29 11:20:44 lv1:MS:socket err:10061 -- CKManagerServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR



Some output data what is this?
auagent: 2012-07-29 11:05:05,838 WARN - UserLoginRes unmarshal exception-------
07/29/2012 20:19 DGND#665
Hi guys, i have seen that some of you managed to launch multiple realms. How did you do that ?
I've tried to launch other Line.exe with different LineID but nothing worked. I could really use your help right now.
Thank you.

----- Edit ----
No matter. I figured it out. Thanks anyway.
07/29/2012 21:41 Hackheaven#666
So everyone just ignores these timeout d/c and no saving errors? good to know

And why is there no info in any of the mssql tables on windows? it has SOME tables but nothing inthem

There is info in the tables on mysql in linux
07/29/2012 22:08 cpenner#667
Yes, people do seem to ignore a lot of questions. But it's fine, I'm sure if we ask enough we will get an answer. Like I asked 3 or 4 times now, does anybody know anything about socket errors or know what would prevent LeagueData from being loaded? All of my IP configs are correct, as are my MySQL/MSSQL login information.
07/29/2012 22:11 s4lly#668
multiple realms, you can find the answer, if you've read the posts in this thread..
07/29/2012 22:22 bbantisoft#669
Quote:
Originally Posted by s4lly View Post
multiple realms, you can find the answer, if you've read the posts in this thread..
I did and i copy the gameserver folder and edit the lineid , when i try to run the 2nd it always crashed and close, gameserver int failed... any hints?
07/29/2012 22:29 DGND#670
aaa forgot to ask ... did some managed to create new accounts ? or even to find where the accounts are stored in dbs ? The MySQL stores all the data from the character but i'm unable to find where the accounts are stored.
07/29/2012 22:32 s4lly#671
Quote:
Originally Posted by bbantisoft View Post
I did and i copy the gameserver folder and edit the lineid , when i try to run the 2nd it always crashed and close, gameserver int failed... any hints?
server.ini
PHP Code:
[Default]
Version=0
ManagerServerIP
=WINDOWSIP
ManagerServerPort
=20021
ListenGatePort
=40003
LineID
=1
ShowLoginIP
=0

[LogServer]
Port 9008
ServerIP 
LINUXIP

[SharedMem]
SharedMemCount=1
SharedMemName1
=Global\ShareMem1
SharedMemSize1
=100 
PHP Code:
[Default]
Version=0
ManagerServerIP
=WINDOWSIP
ManagerServerPort
=20021
ListenGatePort
=40003
LineID
=2
ShowLoginIP
=0

[LogServer]
Port 9008
ServerIP 
LINUXIP

[SharedMem]
SharedMemCount=1
SharedMemName1
=Global\ShareMem2
SharedMemSize1
=100 
07/29/2012 22:33 bbantisoft#672
Quote:
Originally Posted by DGND View Post
aaa forgot to ask ... did some managed to create new accounts ? or even to find where the accounts are stored in dbs ? The MySQL stores all the data from the character but i'm unable to find where the accounts are stored.
first post, have the register in PHP (need php server), or u can run the mysql query.

Quote:
Originally Posted by s4lly View Post
server.ini
PHP Code:
[Default]
Version=0
ManagerServerIP
=WINDOWSIP
ManagerServerPort
=20021
ListenGatePort
=40003
LineID
=1
ShowLoginIP
=0

[LogServer]
Port 9008
ServerIP 
LINUXIP

[SharedMem]
SharedMemCount=1
SharedMemName1
=Global\ShareMem1
SharedMemSize1
=100 
PHP Code:
[Default]
Version=0
ManagerServerIP
=WINDOWSIP
ManagerServerPort
=20021
ListenGatePort
=40003
LineID
=2
ShowLoginIP
=0

[LogServer]
Port 9008
ServerIP 
LINUXIP

[SharedMem]
SharedMemCount=1
SharedMemName1
=Global\ShareMem2
SharedMemSize1
=100 

LOL thank you!

you know what i did...

i change the sharedMem
to


PHP Code:
[Default]
Version=0
ManagerServerIP
=WINDOWSIP
ManagerServerPort
=20021
ListenGatePort
=40003
LineID
=2
ShowLoginIP
=0

[LogServer]
Port 9008
ServerIP 
LINUXIP

[SharedMem]
SharedMemCount=2
SharedMemName2
=Global\ShareMem2
SharedMemSize2
=100 
lol ShareMem2 is the key :p.

thank you!
07/29/2012 22:40 s4lly#673
np
07/30/2012 00:50 MWO#674
so any1 can make some tutorials about how to malk a boi private server or please upload that files ... who can give me the files i'l give a pipiload card with 5$ please i want to have my own server
07/30/2012 01:53 bot78#675
Quote:
Originally Posted by MWO View Post
so any1 can make some tutorials about how to malk a boi private server or please upload that files ... who can give me the files i'l give a pipiload card with 5$ please i want to have my own server
BRAINZZZZZ NEED MOAR BRAINZZZZZZ ....