Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Run 2 Servers in one computer

Newbie Spellweaver
Joined
Jan 28, 2007
Messages
26
Reaction score
1
Re: [Guide] Run 2 Servers in one computer

Hello, but i dont know how to do this separation, can you please guide me?
 
Newbie Spellweaver
Joined
Apr 21, 2008
Messages
10
Reaction score
0
Re: [Guide] Run 2 Servers in one computer

i cant separate the db...when i enter is the same db
 
Junior Spellweaver
Joined
Apr 16, 2007
Messages
145
Reaction score
82
Re: [Guide] Run 2 Servers in one computer

This will work but I havnt tried it yet:

Let say you got 2 dbs like this:

SQL Server:
1. muonline - (first db)
2. muonline2 - (2nd db and can be a copy of first db)

GS configs:
1st server setting:

  • Account DB - muonline
  • Character DB - muonline
2nd server setting:

  • Account DB - muonline
  • Character DB - muonline2
* Your joinserver should be pointed to muonline db and also your web registration db.
 
Newbie Spellweaver
Joined
Apr 21, 2008
Messages
10
Reaction score
0
Re: [Guide] Run 2 Servers in one computer

i can use diferent dbs for characters but use the same db for accounts
 
Newbie Spellweaver
Joined
Jan 23, 2006
Messages
32
Reaction score
0
Re: [Guide] Run 2 Servers in one computer

This will work but I havnt tried it yet:

Let say you got 2 dbs like this:

SQL Server:
1. muonline - (first db)
2. muonline2 - (2nd db and can be a copy of first db)

GS configs:
1st server setting:

  • Account DB - muonline
  • Character DB - muonline
2nd server setting:

  • Account DB - muonline
  • Character DB - muonline2
* Your joinserver should be pointed to muonline db and also your web registration db.

i open my gameserver.exe (MMT last Update) with hex editor. I cant see "MuOnline" . Please help me
 
Newbie Spellweaver
Joined
Nov 22, 2005
Messages
22
Reaction score
1
Re: [Guide] Run 2 Servers in one computer

lol man READ it again.. u need to hex EXDB.exe, not GameServer.exe

[]'s
 
Newbie Spellweaver
Joined
Jan 23, 2006
Messages
32
Reaction score
0
Re: [Guide] Run 2 Servers in one computer

lol man READ it again.. u need to hex EXDB.exe, not GameServer.exe

[]'s

1. GS / GSCS has an option for Account and Character Database selection.

I haven't this, how i can add
 
Junior Spellweaver
Joined
Apr 16, 2007
Messages
145
Reaction score
82
Re: [Guide] Run 2 Servers in one computer

Hex dataserver.exe to point to right database, if you got the new dataserver ( you can find something like dataserver.dat inside its folder) just delete dataserver.dat. You will get an error when u run it saying dataserver.dat is missing but you can just ignore it and it will work. Make sure to point your second server to this dataserver.
 
Last edited:
Newbie Spellweaver
Joined
Jul 1, 2005
Messages
62
Reaction score
11
Re: [Guide] Run 2 Servers in one computer

I changed exdb and dataservers with Hex. But Always read MuOnline from ODBC. I Created MuOnline2 like yours. What is this problem?
 
Junior Spellweaver
Joined
Apr 16, 2007
Messages
145
Reaction score
82
Re: [Guide] Run 2 Servers in one computer

Check if you got the new dataserver version, if there is dataserver.dat delete it.
 
Newbie Spellweaver
Joined
Jul 1, 2005
Messages
62
Reaction score
11
Re: [Guide] Run 2 Servers in one computer

Yea It has. I will test later. Maybe Will We have some problems for this reason???
 
Junior Spellweaver
Joined
Apr 16, 2007
Messages
145
Reaction score
82
Re: [Guide] Run 2 Servers in one computer

Mine is working fine until now, this dat file holds the init setting for db and without it dataserver will follow its default db.
 
Newbie Spellweaver
Joined
Jan 23, 2006
Messages
32
Reaction score
0
Re: [Guide] Run 2 Servers in one computer

thanks phit666 : )
 
Elite Diviner
Joined
Apr 29, 2006
Messages
420
Reaction score
0
Re: [Guide] Run 2 Servers in one computer

If i want a different ranking, event i should simply change the database ?

But can i launch ranking.exe 2 times ?


@also for separate DB acc do i need to launch another SCFDb or what ?
 
Last edited:
Junior Spellweaver
Joined
Apr 16, 2007
Messages
145
Reaction score
82
Re: [Guide] Run 2 Servers in one computer

You dont have to run ranking 2x, the data that was saved there has a source server column so you can still filter the characters with their designated source server.

Yea you need to run another SCFDB.
 
Elite Diviner
Joined
Apr 29, 2006
Messages
420
Reaction score
0
Re: [Guide] Run 2 Servers in one computer

thanks for the answer

tried to add scfdb3 to the other server , but it won t start. Changed db inside to MuOnline 2 ... any solution?
 
Experienced Elementalist
Joined
Mar 20, 2008
Messages
298
Reaction score
26
Re: [Guide] Run 2 Servers in one computer

i can`t run 2 SCFdb, it crash inmediately.

And i have a problem with guild, 2 servers read table guild from MuOnline and not from MuOnline2
for example... if you are guild master in server 1 and you go to server 2 and create a char with the same name without create a guild in server 2 you are guildmaster.

Help me!!
 
Junior Spellweaver
Joined
Apr 16, 2007
Messages
145
Reaction score
82
Re: [Guide] Run 2 Servers in one computer

You can run multiple SCFDB, just read docs. About guild problem, make sure you hexed the other exdb.exe with the 2nd database you set.
 
Elite Diviner
Joined
Apr 29, 2006
Messages
420
Reaction score
0
Re: [Guide] Run 2 Servers in one computer

so i changed from port ...14 and ...16 ti ... 18 ... 20 ... and still nothing

What other ports to change ?
 
Back
Top