Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How To Create FlyFF Private Server

Status
Not open for further replies.
Initiate Mage
Joined
Nov 10, 2008
Messages
2
Reaction score
0
Firstly, let's anwser some questions.

What is Private Server?
Private server is just like the original, gPotato game, FlyFF. Though, private servers usually use higher exp, penya and fxp rates.

What do I need for Private server?
You need a good computer, that can handle the server, internet connection. If the computer, and internet connection is good, the server won't lag, but if it's crapy, It most probably will. You'll also need MySQL, NaviCat, Server files, FlyFF Client, and a database.

Now that's anwsered, let's get things we need.
Since you're reading this, I assume you already have a computer, and internet connection, so here are links to MySQL, NaviCat, Server Files, and the Database.

Server Files: Links removed due to banned files. --GK
MySQL:
NaviCat:
Database works with v12):

Now, Install MySQL and NaviCat.

When you installed it, Go to Start -> All Programs -> MySQL -> MySQL Server 5.1 -> MySQL Server Instance Config Wizard

Then do the following:

Then Open NaviCat.
Click "Connections", and fill it up like this:

Double Click "localhost" so it opens. Then Right click somewhere under the "localhost" and click "New Database"

Then enter the database name, as you wish. It's recomended to use FlyFF, because when you're using server files, and if you're using downloaded WebSite, they all use database name "flyff" so you'd have to change everything.

Double click the database you created. Then Right click it, and click "Execute batch file..."

When the window appears, click the three(3) dots "...", and find the database you downloaded.

When you select it, click "Open", and then "Start". When it's done, you will get a message like this:

Code:


[Msg] Finished - 27 queries executed successfully --------------------------------------------------


Side note: I only used a small database. Your should have more queries executed.

After that is done, we're ready to use the server files, and start up the server.

You can close NaviCat, and everything you don't need for now.

Now, Open the server files, that you downloaded, and find this 3 files:

1. login_server.ini
2. char_server.ini
3. world_server.ini


Open one by one. Firstly, open login_server.ini. Use NotePad.

login_server.ini

Code:
[server]
ip=127.0.0.1 //this is the IP. 127.0.0.1 is local IP for your computer. If you're using Hamachi, put in it's IP, if you're using No-IP, put in the URL of your host.
port=23000 
minAccessLevel=0
id=1
name=LoginServer
use_flyff_a=1

[isc]
ip=127.0.0.1
port=29300

[mysql]
server=localhost //leave this as it is, and everything above.
database=flyff //database name. If you did as I said before, put flyff here.
username=root //leave this Root.
password=password //this is the password you set, when you was creating Database.

char_server.ini

Code:
[server]
ip=127.0.0.1 //again, put in Hamachi IP if using it, or No-IP URL if using No-IP. If you're only testing, leave it this.
port=28000
minAccessLevel=0
id=2
owner=1
name=CharServer

[isc]
ip=127.0.0.1
port=29300

[mysql] 
server=localhost //all the same as before
database=flyff
username=root
password=password

world_server.ini

Code:
[server]
ip=127.0.0.1 //same as before
port=15400
minAccessLevel=0
id=3
owner=2
name=FLYFAR //name of the server
exprate=250.0 //Exp rate. 
fxprate=500.0 //flying exp rate.
droprate=200.0 //drop rate
questdroprate=200.0 //quest drop rate
motd=Welcome! //welcome message
weather=0
random_weather=1
random_weather_interval=300000
can_trade_quest_items=0
can_drop_quest_items=0
can_player_shop_quest_items=0
can_mail_quest_items=0
can_guild_bank_quest_items=0
use_item_cooldown=1
use_item_casting_timers=1
use_action_slot_cooldown=0
guild_rejoin_waiting_time=0
#guild_rejoin_waiting_time=172800
allowPK=0 //change to 1 if you allow PK
allowKS=0 //change to 1 if you allow KS
everywherePVP=1
allowGuildBank=1

[isc]
ip=127.0.0.1
port=29300

[mysql]
server=localhost //same as before
database=flyfar
username=root
password=password

Okay. Now, you're ready to run your server

RUN IN THIS ORDER!

1. Login Server
2. Char Server
3. World Server


You can find files to run in the server files, you downloaded.

Now, if you want to play your server, you'll need 2 more files.
Neuz


Place the files into your FlyFF directory, then create shortcut to Neuz.exe on your desktop. Open the properties, and add "sunkist" on the end of shortcut path.

CREDITS TO

 
Last edited by a moderator:
Found a place to live.
Loyal Member
Joined
Sep 30, 2008
Messages
2,161
Reaction score
235
Caalis files are NOT allowed.
 
Newbie Spellweaver
Joined
Mar 18, 2009
Messages
19
Reaction score
0
Why keeps these tuts comming omg.... i have seen like hundres of this tut... AND CAALI FILES ARE BANNED BANNED GET IT ITS BANNED !!
 
Divine Celestial
Joined
Sep 20, 2008
Messages
812
Reaction score
1
why this stupid thread is still going on I reported already XD
 
Custom Title Activated
Loyal Member
Joined
Dec 21, 2007
Messages
1,040
Reaction score
127
Wow seriously, can't people read AT ALL? just ban the ones that make caali-related threads, this is starting to become annoying.
 
Status
Not open for further replies.
Back
Top