[FSOD] Set Up for localhost
I have a problem with xampp cuz im dub. Anyway I setup my server like this and others may want to do this too.
SETTING UP FOR LOCAL HOST
Step 1: download MYSQL workbench, Visual studio, and HeidiSQL.
Step 2: make a connection on mySQL workbench, name it anything.
Step 3: to the left when you enter the connection it should say data import/restore press that and go into db file from you FSOD source and select ROTMGPROD (if it is not there make sure it is searching for all files)
Step 4: (can close mySQL BTW) open up heidiSQL and you can create a new connection and when you open it up make sure the rotmg prod tables come up
Step 5: (can close HeidiSQL) open up your src in visual studio and open up the server folder and scroll down to server.cfg
Step 6: where it says password put your mysql pass and make sure where it says database: put "rotmgprod"
Step 7: do steps 5 and 6 but in wserver.cfg in the wserver folder, then rebuld server.
Step 8: launch Wserver.exe and server.exe as administrator. (make sure mySQL localhost is online)
DEBUG: if you get "muted does not have a default value" or something like that you can give that a default value through the database in heidiSQL and your server should work now.
have fun