How to set up fabiano's server First Tutorial :p

Posts 115 of 210 · Page 1 of 14
How to set up fabiano's server First Tutorial :p
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 was going to put up a tutorial but you beat me to it.
I'll find something else to put a tut on like custom itens
This might be a bad tut yours might be better
What is the purpose of replacing "handler/Player.Dispose();" with "handler?Player?.Dispose();" ?
Quote Originally Posted by Zodkop View Post
What is the purpose of replacing "handler/Player.Dispose();" with "handler?Player?.Dispose();" ?
?. is the null check operator, and I assume that there are instances where player or handler can be null so ?. will stop an exception from happening if they are.
Quote Originally Posted by Zodkop View Post
What is the purpose of replacing "handler/Player.Dispose();" with "handler?Player?.Dispose();" ?
The Wserver will crash if you don't replace it
Quote Originally Posted by k1ng31ayer View Post
The Wserver will crash if you don't replace it
Mine doesn't crash
Quote Originally Posted by krazyshank View Post
?. is the null check operator, and I assume that there are instances where player or handler can be null so ?. will stop an exception from happening if they are.
That isn't relevant to setting up the server though.
Quote Originally Posted by Zodkop View Post
That isn't relevant to setting up the server though.
it actually is, if you seen the 50 help requests asking how to fix wserver crashing, that is the fix to it.. may not crash for all people, but most people it does. so its a good thing to put in the tut, doesnt effect you in any way if its in the tut or not, just skip that step then.
Quote Originally Posted by Yin Yang View Post
it actually is, if you seen the 50 help requests asking how to fix wserver crashing, that is the fix to it.. may not crash for all people, but most people it does. so its a good thing to put in the tut, doesnt effect you in any way if its in the tut or not, just skip that step then.
Oh okay. I don't typically look at the help section. I didn't realize it crashed it for some people.
Quote Originally Posted by k1ng31ayer View Post
The Wserver will crash if you don't replace it
No actually it doesn't

Anyways, thanks for the tutorial however, you should include the client ip change with the client updater program that is used to change the copyright text + ip of the client
i dont think u can edit the .cfg files using visual studio, unless im wrong (never bothered to try), but i use notepad++.
give this kid some thanks guys, its his first tut and is for the most recent source released too that noone released a tut for yet,
the part with the importing the Fabiano's source doesnt work for me, I can't find the import thing on 127.0.0.1. Please help!
Quote Originally Posted by lolman3159 View Post
the part with the importing the Fabiano's source doesnt work for me, I can't find the import thing on 127.0.0.1. Please help!
can I have a screenshot?
Posts 115 of 210 · Page 1 of 14

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?