This guide is meant to handle the problems of using 2 or more computers to host a single MapleStory server.
Written By Death4ngel <--- OWNER OF GUIDE SETUP 1.Both Database must be the same
Make sure both db.properties are pointing to the same IP address. Meaning using only one database for both channels. Make sure that in MYSQL Admin. You allow the 2nd computer for access.
Click on root -> Right click -> Add host from which the user can connect
The IP "5.206.79.105" is from the 2nd computer. Make sure you allow it to access to the odinms schema.
2.MYSQL Browser
As you can see, the key defined in channel.properties should be the same as the one in your channels table. Please note that the key there is actually "release1" but in encyption SHA1.
Make sure you go to channelconfig table and set a new port so there will not be a conflict. Also set a new "net.sf.odinms.channel.net.interface" for the 2nd computer. Make sure this is the IP of the 2nd computer so that any connections will be redirected to there.
channelid is the channel # that is being hosted.
also note that the 0 in "net.sf.odinms.channel.0.key=release1" does not mean channel1 or so on. You have to use the key "release1" and look it up in channels table to find out what channel it actually is.
Running the server
Run the server on the main computer like normal.
World->Login->Channel.
Then go the 2nd computer and run "launch_channel.bat". Just channel will do for the 2nd computer.
Make sure you run World and Login on the main computer first.
You can see that on the main computer. I only hosted one channel. But in the World cmd console. A channel 3 pop out of nowhere. It is actually from the 2nd computer.
When giving the IP for your friends to play. It is the main computer IP.
There might be some problems if you tried this with your friend. Because I have only tried this with my 2nd computer which is connected through wireless LAN I believe.
Remember to update the JCE files of the 2nd Computer.