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!

Flyff v15 Official Setup Guide + Repack

Status
Not open for further replies.
Templar FlyFF <3
Joined
Sep 25, 2008
Messages
307
Reaction score
21
Re: Flyff v15 Official Files Repack

Edit: Because faggots wanted it back

;5624753 said:
Today i want to make a new Guide to the official v15 Files.
Because Somone Released them before me this is going to be a Repack of them.

Dont forget To say Thanks to Ankashi who did me a great favor by releasing them (this is personal).

Before i Start this Guide let me tell you: if you want to whine about this Repack or a "Ready for Leech" Guide go ask a mod to Close the release section or to forbid the Official Files.

DATABASE's and Full Server Folder + Maps

The new Repack Contains a fully Compatible Client and cleaned Backups
and an English Worlddialog.txt + all maps extracted so no DC without noMapKey WS anymore so your server is secure now! Feel Free to Mirror these Links to whatever hoster you like i wil add the links here in the 1st Post.

Code:
New Repack:
[URL=http://linkcrypt.ws/dir/pwm080n80cgm9mt]Official v15 Files (Rapidshare)[/URL]
[URL=http://www.megaupload.com/?d=HQDX545F]Official v15 Files New Repack(MegaUpload)(w/o Databases Look at Old Repack for them :-])[/URL]


Old Repack
[URL="http://rapidshare.com/files/380508805/V15.part01.rar"]Full Files PART 1[/URL]
[URL="http://rapidshare.com/files/380508806/V15.part02.rar"]Full Files PART 2[/URL]
[URL="http://rapidshare.com/files/381729281/NeuzUnique.rar"]NeuzUnique.exe[/URL]
[URL="http://rapidshare.com/files/380508802/Backup.rar"]Databases[/URL]



Mirrors by Zakhary
Old Repack:
[url]http://www.megaupload.com/?d=BUSWURXB[/url]
[url]http://www.megaupload.com/?d=437W568W[/url]
[url]http://www.megaupload.com/?d=ODKTKHQ5[/url]

Code:
I Added a less buged Neuz. I  fixed some
overflows at the login server :/ also this Neuz
does not use Sunkist anymore Just start it by
doubleclicking it. Also the Password salt changed
from "kikugalanet" to "serus" (If you want 
another unique salt that is shorter or
longer then the orignal just PM me ^^)

Code:
Password Examples:
if you want a password like "test" copy and paste the salt + test
into a String to MD5 Converter EG:

test = serustest. 

then convert it and copy the output into your PW field of the Stored Procedure

For the Client use any Official Client Full Updatet
These Files contain a German Worlddialog because i don't own a English one but feel free to Tanslate it or use my other Worlddialog.txt from my v14 Repack and just add the v15 NPC texts. (for this dont override the .dll file)

So far here it goes

First of All you need to download MSSQL 2005 Free here



This is a Full package of it with all you need.

The installation process should be rather easy you just need to click next until asked if you want to choose mixed mode(Gemischter Modus for Germans) choose it and enter a Password.

Click next until the installation is finished

In the Next Step you are Going to restore the Database. I Uploaded them as backupfiles for ppl having errors with scripts.

this process takes a bit longer then a script execution but its more safe then scripts.

After Downloading the Repack Copy all .bak Files inside your MSSQL bakup Folder for easier browsing later.

Standart Folder is:
Code:
C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Backup for x64 Systems
or
C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup for x86 systems


Guide Start:

Start MSSQL Server Management Studio Express
Code:
Username:SA
Password:your password

at Server Name type in
Code:
Yourpcname/SQLEXPRESS

After you are loged in, Right click on "Databases"
and choose "Restore Database..."

After you Clicked on this a new window will popup,
in this Window you going to Enter your Database Name of the Database you want to Restore

The Databases are as follow
Code:
ACCOUNT_DBF
CHARACTER_01_DBF
ITEM_DBF
EoCRM_DBF
EoCRm_DBF_R
MANAGE_DBF
RANKING_DBF
LOGGING_01_DBF

After you put the name of the database in, check "From Device"
and click on the "..." button next to it and click on add and select your .bak file as i mentioned at the beginning the .bak files should popup imidiately after pressing add (with a short load time).

After that click on "OK"

Bellow the "From Device" Field will now be your Backup location

check the "Restore" column and lick on "Options" and check "Overwrite existing Database"

in the Field bellow you need to set your SQL DATA Folder

Standart is

Code:
C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\DATA for x64 Systems
or
C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA for x86 systems

After selecting your DATA Folder Hit "OK"

The database will now Restore

repeat this step for all your Databases until you are finished.

After that you need to setup your ODBC's

Execute this to bring the ODBC setup up (in Windows execute not SQL).

Code:
odbcad32.exe

Click on User-DSN and press "Add"

next Window choose "SQL Native Client" and Click on Finish
now you need to create the following ODBC's
Code:
log01
login
Character01
Ranking

at the "Name" field type the ODBC Name from one of the Above
and at "Server" enter:
Code:
yourpcname\SQLEXPRESS

click on Next and Choose "Server Authentification" (2. Option)

Enter "SA" as username and "yourpassword" as password :eek:tt1:
at the Next window check "Change the default Database to"

and use for:

Code:
login = ACCOUNT_DBF
Character01 = Character_01_DBF
log01 = logging_01_dbf
ranking = ranking_dbf

if you have an OS other then english you need to set your default language to English inside the next window, else you will get a datetime error later.

repeat this step until you made all of your ODBC's

After that the only thing thats left is to change all of oyur IP entrys inside the .ini Files and change the Defualt Resource Path inside the Worldserver.ini and Databaseserver.ini

you still need to extract some maps inside the Map Folder if you dont want to just use the "WorldServer_noMapkey.exe" later else you will get a DC at World Enter But remember in this .exe i have disabled the Map Key Check with OllyDBG for testing purpose if you dont want map hackers inside the CW cage as example extract the maps :).

And thats it have fun with playing Flyff v15 ^_^



Info added by Synaptic
Code:
I think Serus forget a important thingie.

You need to add some sys.servers.

Execute that code to add RANKING, ACCOUNT, CHAR to sys.servers: 

[COLOR="Red"]Add linked server "RANKING"[/COLOR]
[code]
exec sys.sp_addlinkedserver  'RANKING', '', 'SQLNCLI', 'SQL SERVER INSTANZNAME', null, null, 'RANKING_DBF'

exec sys.sp_serveroption @server='RANKING', @optname='rpc', @optvalue='true'
exec sys.sp_serveroption @server='RANKING', @optname='rpc out', @optvalue='true'

Add linked server "ACCOUNT"
Code:
exec sys.sp_addlinkedserver  'ACCOUNT', '', 'SQLNCLI', 'SQL SERVER INSTANZNAME', null, null, 'ACCOUNT_DBF'

exec sys.sp_serveroption @server='ACCOUNT', @optname='rpc', @optvalue='true'
exec sys.sp_serveroption @server='ACCOUNT', @optname='rpc out', @optvalue='true'

Add linked server "CHR01"

Code:
exec sys.sp_addlinkedserver  'CHR01', '', 'SQLNCLI', 'SQL SERVER INSTANZNAME', null, null, 'CHARACTER_01_DBF'

exec sys.sp_serveroption @server='CHR01', @optname='rpc', @optvalue='true'
exec sys.sp_serveroption @server='CHR01', @optname='rpc out', @optvalue='true'


If you want enable Guild Rankings @ Juria, just create a ODBC Native Client for MANAGE_DBF


Synaptic~


[/code]

Added by SerusUriel:
Code:
If you got errors with the login incorrect in one of the error files. Try and run all Servers in Adminstration mode (RightClick + Run As Administrator) or turn off the UAC this will fix the prob.

and make sure all ODBC's are running on Windows Authentication

v15 Client [Untouched].

Code:
Megaupload / DepositFiles / Filesonic / Fileserve
http://www.multiupload.com/TVUV74WKN7

There ya go faggots <3
 
Last edited by a moderator:
Skilled Illusionist
Joined
Aug 15, 2008
Messages
302
Reaction score
217
Re: Flyff v15 Official Files Repack

whatever... i was bored give a thanks to Twilight (e.x GodLikerz -.-) for my decision who was selling these files. i am not like him and to tell the truth.... no emulator will ever reach the official look at the WoW files and the AI and you will know what i mean...

and y are you complaining is you running an official server yourself correct me if im wrong...
 
Banned
Banned
Joined
Jan 4, 2010
Messages
115
Reaction score
4
Re: Flyff v15 Official Files Repack

Really Serus, you worked hard on this most likely, reap the benefits and remove the links. I already want a complete Ducking ban of everything official. Its starting to piss me off. I don't even think there should be a release section. All that ever gets released in it is Advertisements and alot of people asking for help in the wrong section. These forums should be more about development rather then leeching and advertising. I'd rather people leech idea's and code it themselves then leech actual programs. And The advertisers and really stupid. Most the people that come here are either really good developers, or noobs who want to make a flyff server to make money or something.
 
Custom Title Activated
Loyal Member
Joined
May 28, 2007
Messages
1,023
Reaction score
164
Re: Flyff v15 Official Files Repack

And you told me you wouldn´t release a repack. Great Ducking job mate..
It's not much of a repack as it is a guide...
 
Experienced Elementalist
Joined
Nov 30, 2009
Messages
251
Reaction score
45
Re: Flyff v15 Official Files Repack

Files were released though.

Everyone knew the inevitable. If a better emulator comes out I'll be glad to use it.

Until then? Cheers Serus!

+1
 
Newbie Spellweaver
Joined
Apr 28, 2004
Messages
56
Reaction score
2
Re: Flyff v15 Official Files Repack

Hi SerusUriel sorry to ask is the neuz v15 already included in the repack.. thanks again..
 
Skilled Illusionist
Joined
Aug 15, 2008
Messages
302
Reaction score
217
Re: Flyff v15 Official Files Repack

Oh good that you asked it is not i will attach it ^^
 
Junior Spellweaver
Joined
Sep 16, 2009
Messages
134
Reaction score
8
Re: Flyff v15 Official Files Repack

and here comes the poop storm , bunch of flaming n cursing from people that payed like 400$ and up for the files
 
Banned
Banned
Joined
Jan 4, 2010
Messages
115
Reaction score
4
Re: Flyff v15 Official Files Repack

Lalala Serus do you happen to own a server?
 
Skilled Illusionist
Joined
Aug 15, 2008
Messages
302
Reaction score
217
Re: Flyff v15 Official Files Repack

and here comes the poop storm , bunch of flaming n cursing from people that payed like 400$ and up for the files

One thing: Own fault! I would be stupid to pay 400$ for these Files with this money i could get a decent PC or if i know that they will be released sooner or later ^^.
 
Banned
Banned
Joined
Jan 4, 2010
Messages
115
Reaction score
4
Re: Flyff v15 Official Files Repack

Lol your just a clever leecher =D
 
We are Maverick!
Loyal Member
Joined
Feb 27, 2009
Messages
2,915
Reaction score
1,000
Re: Flyff v15 Official Files Repack

Ah... Good ol' flame tornado going to come here soon , looks like its already gathering power.

2. -Leechs- Waiting for neuz link now ~ lol at least i gave thanks
 
Banned
Banned
Joined
Jan 4, 2010
Messages
115
Reaction score
4
People to be smart and figure it out, wait nevermind i forgot this is leechzone.
 
We are Maverick!
Loyal Member
Joined
Feb 27, 2009
Messages
2,915
Reaction score
1,000
People to be smart and figure it out, wait nevermind i forgot this is leechzone.

Hmm well , welcome to Leechzone , leave your pride and/or other stuff that makes you hate official files ect at the door? =)
 
Banned
Banned
Joined
Jan 4, 2010
Messages
115
Reaction score
4
Lol welcome to leechzone? I've been here? By the way what are you going to call your server =D?
 
Status
Not open for further replies.
Back
Top