So I've tried to set up a PServer with Fabiano Sources. I used this Tutorial for it.
Quote Originally Posted by k1ng31ayer View Post
1. Download Fabiano's source.
Extract it to desktop
2. Download Visual Studio 2015
3. Open the Server files using visual Studio 2015
4. Go to Server.CFG and you should see

db_user:root
db_auth:
#
#Servers
#
svrNum:1
#svr0Name:Testing Server
#svr0Adr:69.140.1.203
#svr0Location:Arlington, Virginia, USA
5. Put 'botmaker' or your mysql password onto DB_Auth
6. Go the Wserver.Cfg and you should see this
#
#Database Config
#
db_host:127.0.0.1
db_database:rotmgprod
db_user:root
db_auth:
#
#Internal Server Config
Put the same password onto Db_Auth

Now go to Wserver,Networking and go to Client.cs
Find
''Player.Dispose();''
Replace with
''Player?.Dispose();''

Find
''handler.Dispose();''
Replace with
''handler?.Dispose();''

Now rebuild the solution.

Now download XAMPP and delete mysql workbench and everything related to it ( ͡° ͜ʖ ͡°)

Once you download XAMPP and deleted mysql restart you computer

TRICKY PART
1.Close out skype
2.Open XAMP Control panel
3. Start Apache and Mysql on Xampp control panel
4. Go to your browser and click 127.0.0.1 and press enter
5. Now it should ask you for your username and password
The username is ROOT
The password is the mysql pass I.E Botmaker

Now click on import on 127.0.0.1
Click on import
Choose file
Go to your desktop
Go to Fabiano's source
Go to Db
Double click the Database
Press ok
Click import
Exit out Xampp

Now go to fabiano's source
Bin
Run server as a admin
Double click Wserver
open the client
And everything should run well.


Credits
barm
Fabiano's
Anyone one else I forgotton :3
I don't know how to rebuild the Solution, I'm stucking there