Public toIp As String = "127.0.0.1"
Public ToDomain As String = "127.0.0.1"
To your server's IP/Domain(or ip).
Rebuild the solution and take the exe + MapleLib.dll (put them in your v101 Maplestory folder)
Make sure you have microsoft loopback adapter installed before running it(there's no auto install implemented, it will add the IPs however)
Server
Spoiler:
Install mysql-connector-net-6.4.4.msi
Execute vbms.sql to your MySQL server
Open MinikeMSServer in VB 2010, Expand ServerInfo and open Settings.vb
Edit
PHP Code:
Public Shared ReadOnly IP As String = "127.0.0.1"
to your server's IP.
Edit
PHP Code:
Public Shared ReadOnly ConnectionString As String = "Database=vbms;Data Source=127.0.0.1;User Id=root;Password="
With your MySQL info.
Move the compiled exe to the folder root and run it.
DONE!
(You need at least 2 machines one to play with, one to host it with, it won't work on a single machine unless you just want to host the server and not play.)
This is not completely v101, it has the basic gameplay but guilds, etc are not implemented, if you're good in VB here's a project for you! (rewrite java to VB if you're lazy and then update the packets without recoding the whole crap)
Request title change to v101!
03-11-11
samsong
Re: [release] VB.NET v100 server
Quote:
Originally Posted by slayhhh
there is no sql, i will create one for you and post a detailed guide once im done.