(Help) Info/Guide how to make a pserver

Newbie Spellweaver
Joined
Aug 17, 2009
Messages
7
Reaction score
0
Hello,

I'd like to make my own pserver to test things out.
It would only be for myself but I don't know how to set one up.
I've been searching in this forum for a nice guide and there are some.
But none of them explain what to do exactly, like what you need to do step by step. I've tried to follow one of those guides which looked good but I don't really understand what to do with the mysql and such.

If anyone knows any good guides or could explain to me or make a new guide, then that would be very nice o:

Thanks in advance <:
 
1. Download the pServer of choice.
2. Set all the IP's in the configuration files to "127.0.0.1" without the quotation marks.
3. Install MySQL, and set it up. ( Just click next on everything menu till you get to the password area, then set your password you desire. )
4. Install Navicat, start a connection ( requires password form above )
5. right click in the left side panel and select make a new database.
6. Name it.
7. Right click that database you made and select "execute batch file", and navigate to your database that comes with the pServer you selected.
8. Go back to your pServer configuration and find the MySQL/ODBC configuration file. And insert the name of the database you made, password, and any other info it may need.
9. If the pServer calls for it, download and install MySQL Connector/ODBC 5.x ( x = version of MySQL you have installed ).
10. Navigate to your FlyFF directory and edit the Neuz.ini and put 127.0.0.1 into the quotation marks where it says IP "".
11. Download a new Neuz.exe without GameGuard. ( Can find here in the help section I recently posted it somewhere ).
12. Download fixed .res files, preferably from whatever client version your pServer calls for. ( Step can be fixed if you download client specifically made for your pServer files you decided to download ).
13. Go play.
 
Back